summaryrefslogtreecommitdiff
path: root/manualPorts/python-selectors2
diff options
context:
space:
mode:
authorErich Eckner <git@eckner.net>2019-09-08 20:33:00 +0200
committerErich Eckner <git@eckner.net>2019-09-08 20:35:05 +0200
commit4e9c879a96d971a3138be8f42cd4c98db582faa8 (patch)
tree7d4717e9018f6e450d58c58aa5a4d66bac951537 /manualPorts/python-selectors2
parent23e795098fefa430f269ac3ae6902987ffa0feaf (diff)
downloadcrux-ports-4e9c879a96d971a3138be8f42cd4c98db582faa8.tar.xz
python-selectors2 neu
Diffstat (limited to 'manualPorts/python-selectors2')
-rw-r--r--manualPorts/python-selectors2/.footprint7
-rw-r--r--manualPorts/python-selectors2/.md5sum1
-rw-r--r--manualPorts/python-selectors2/.signature5
-rw-r--r--manualPorts/python-selectors2/Pkgfile17
4 files changed, 30 insertions, 0 deletions
diff --git a/manualPorts/python-selectors2/.footprint b/manualPorts/python-selectors2/.footprint
new file mode 100644
index 0000000..fad46cc
--- /dev/null
+++ b/manualPorts/python-selectors2/.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/selectors2.py
+-rw-r--r-- root/root usr/lib/python2.7/site-packages/selectors2.pyc
+-rw-r--r-- root/root usr/lib/python2.7/site-packages/selectors2.pyo
diff --git a/manualPorts/python-selectors2/.md5sum b/manualPorts/python-selectors2/.md5sum
new file mode 100644
index 0000000..87ad8ea
--- /dev/null
+++ b/manualPorts/python-selectors2/.md5sum
@@ -0,0 +1 @@
+5ffdc07456ff8bf3afff8dc2a96db6c0 selectors2-2.0.1.tar.gz
diff --git a/manualPorts/python-selectors2/.signature b/manualPorts/python-selectors2/.signature
new file mode 100644
index 0000000..30dbcae
--- /dev/null
+++ b/manualPorts/python-selectors2/.signature
@@ -0,0 +1,5 @@
+untrusted comment: verify with /etc/ports/deepthought.pub
+RWQxCptPusLGGildwOso/6j//slZM3QzIVqwPlXkVvQZmkNUzpA0MF5T1mNUHXuniZ5/tfMAlkG/Fg2DyejMB2PCv3vTYd7dkQY=
+SHA256 (Pkgfile) = 6986293cf24116c668388b5563485b95f399b8524ee5bb6df76b959a2f31ef5d
+SHA256 (.footprint) = 6947d6306d532b60758f25693b1fd7e3bd311cfa997d7603b598a1110eb6db84
+SHA256 (selectors2-2.0.1.tar.gz) = 81b77c4c6f607248b1d6bbdb5935403fef294b224b842a830bbfabb400c81884
diff --git a/manualPorts/python-selectors2/Pkgfile b/manualPorts/python-selectors2/Pkgfile
new file mode 100644
index 0000000..a391e7f
--- /dev/null
+++ b/manualPorts/python-selectors2/Pkgfile
@@ -0,0 +1,17 @@
+# Description: Backported, durable, and portable selectors designed to replace the standard library selectors module
+# URL: http://pypi.org/project/selectors2/
+# Maintainer: Erich Eckner, crux at eckner dot net
+# Depends on: python
+
+name=python-selectors2
+version=2.0.1
+_distdir=${name#*-}-${version}
+release=1
+source=(https://files.pythonhosted.org/packages/a4/54/d690d931777ca7310562997fab09019582e6e557984c02d7647f3654f7f5/${_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"
+}