diff options
Diffstat (limited to 'manualPorts')
-rw-r--r-- | manualPorts/python-selectors2/.footprint | 7 | ||||
-rw-r--r-- | manualPorts/python-selectors2/.md5sum | 1 | ||||
-rw-r--r-- | manualPorts/python-selectors2/.signature | 5 | ||||
-rw-r--r-- | manualPorts/python-selectors2/Pkgfile | 17 |
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" +} |