summaryrefslogtreecommitdiff
path: root/manualPorts
diff options
context:
space:
mode:
authorErich Eckner <git@eckner.net>2019-09-08 20:28:50 +0200
committerErich Eckner <git@eckner.net>2019-09-08 20:35:05 +0200
commit23e795098fefa430f269ac3ae6902987ffa0feaf (patch)
tree4aeb883c6935683d149ab0bb91032d9ba8ea0787 /manualPorts
parent7fb1e07499e99a3494f7b6a50bd8693cd12f2d2a (diff)
downloadcrux-ports-23e795098fefa430f269ac3ae6902987ffa0feaf.tar.xz
python-rfc6555 neu
Diffstat (limited to 'manualPorts')
-rw-r--r--manualPorts/python-rfc6555/.footprint7
-rw-r--r--manualPorts/python-rfc6555/.md5sum1
-rw-r--r--manualPorts/python-rfc6555/.signature5
-rw-r--r--manualPorts/python-rfc6555/Pkgfile17
4 files changed, 30 insertions, 0 deletions
diff --git a/manualPorts/python-rfc6555/.footprint b/manualPorts/python-rfc6555/.footprint
new file mode 100644
index 0000000..0c55298
--- /dev/null
+++ b/manualPorts/python-rfc6555/.footprint
@@ -0,0 +1,7 @@
+drwxr-xr-x root/root usr/
+drwxr-xr-x root/root usr/lib/
+drwxr-xr-x root/root usr/lib/python2.7/
+drwxr-xr-x root/root usr/lib/python2.7/site-packages/
+-rw-r--r-- root/root usr/lib/python2.7/site-packages/rfc6555.py
+-rw-r--r-- root/root usr/lib/python2.7/site-packages/rfc6555.pyc
+-rw-r--r-- root/root usr/lib/python2.7/site-packages/rfc6555.pyo
diff --git a/manualPorts/python-rfc6555/.md5sum b/manualPorts/python-rfc6555/.md5sum
new file mode 100644
index 0000000..00c9594
--- /dev/null
+++ b/manualPorts/python-rfc6555/.md5sum
@@ -0,0 +1 @@
+c3e9b221870252e32fc7ae4d52be6587 rfc6555-0.0.0.tar.gz
diff --git a/manualPorts/python-rfc6555/.signature b/manualPorts/python-rfc6555/.signature
new file mode 100644
index 0000000..cfa997e
--- /dev/null
+++ b/manualPorts/python-rfc6555/.signature
@@ -0,0 +1,5 @@
+untrusted comment: verify with /etc/ports/deepthought.pub
+RWQxCptPusLGGpNQW9CgdxkRPY+xWUHcek+sAysRyg/xZg97jU0MDyfu4MGCu+0oEz8xuXouNga1uFOvBuzhOjIhpJk6pgJxewI=
+SHA256 (Pkgfile) = 255bef973e52cadda8229647bd61f2e3c05700581abd0b17c18a7c9e97cb9827
+SHA256 (.footprint) = afc1d86e92be3c8a3cebf75203694dcf01c36a7d3b075417a3bd7cd54f4f22a3
+SHA256 (rfc6555-0.0.0.tar.gz) = 191cbba0315b53654155321e56a93466f42cd0a474b4f341df4d03264dcb5217
diff --git a/manualPorts/python-rfc6555/Pkgfile b/manualPorts/python-rfc6555/Pkgfile
new file mode 100644
index 0000000..1837310
--- /dev/null
+++ b/manualPorts/python-rfc6555/Pkgfile
@@ -0,0 +1,17 @@
+# Description: Python implementation of the Happy Eyeballs Algorithm
+# URL: http://pypi.org/project/rfc6555/
+# Maintainer: Erich Eckner, crux at eckner dot net
+# Depends on: python python-selectors2
+
+name=python-rfc6555
+version=0.0.0
+_distdir=${name#*-}-${version}
+release=1
+source=(https://files.pythonhosted.org/packages/58/a8/1dfba2db1f744657065562386069e547eefea9432d3f520d4af5b5fabd28/${_distdir}.tar.gz)
+
+build() {
+ cd ${_distdir}
+ python setup.py build
+ python setup.py install --root=${PKG} --optimize=1
+ rm -rf --one-file-system "${PKG}/usr/lib/python2.7/site-packages/${_distdir}-py2.7.egg-info"
+}