diff --git a/cython/.signature b/cython/.signature deleted file mode 100644 index 9d81497c3..000000000 --- a/cython/.signature +++ /dev/null @@ -1,5 +0,0 @@ -untrusted comment: verify with /etc/ports/contrib.pub -RWSagIOpLGJF31qGfSvC6tNIRwQebleDzT8VjFRWJP3gO4qe8128PB+xf/zwtgtWBFlma4McyNl3J347jWGE89GOGqG20suSiQo= -SHA256 (Pkgfile) = b417cf06e7ad2bf2f66c1356bf8ca9b1c5cf637732d78a838ba55702795abbe4 -SHA256 (.footprint) = 2c23adb64d58290dde119222666e7cf837f033f2548b1d3603eaa2bddaf463a4 -SHA256 (Cython-0.28.3.tar.gz) = 1aae6d6e9858888144cea147eb5e677830f45faaff3d305d77378c3cba55f526 diff --git a/cython/.footprint b/python-cython/.footprint similarity index 99% rename from cython/.footprint rename to python-cython/.footprint index 1c8d5969a..9e3fbc814 100644 --- a/cython/.footprint +++ b/python-cython/.footprint @@ -6,13 +6,13 @@ drwxr-xr-x root/root usr/bin/ 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/ -drwxr-xr-x root/root usr/lib/python2.7/site-packages/Cython-0.28.3-py2.7.egg-info/ --rw-r--r-- root/root usr/lib/python2.7/site-packages/Cython-0.28.3-py2.7.egg-info/PKG-INFO --rw-r--r-- root/root usr/lib/python2.7/site-packages/Cython-0.28.3-py2.7.egg-info/SOURCES.txt --rw-r--r-- root/root usr/lib/python2.7/site-packages/Cython-0.28.3-py2.7.egg-info/dependency_links.txt --rw-r--r-- root/root usr/lib/python2.7/site-packages/Cython-0.28.3-py2.7.egg-info/entry_points.txt --rw-r--r-- root/root usr/lib/python2.7/site-packages/Cython-0.28.3-py2.7.egg-info/not-zip-safe --rw-r--r-- root/root usr/lib/python2.7/site-packages/Cython-0.28.3-py2.7.egg-info/top_level.txt +drwxr-xr-x root/root usr/lib/python2.7/site-packages/Cython-0.28.4-py2.7.egg-info/ +-rw-r--r-- root/root usr/lib/python2.7/site-packages/Cython-0.28.4-py2.7.egg-info/PKG-INFO +-rw-r--r-- root/root usr/lib/python2.7/site-packages/Cython-0.28.4-py2.7.egg-info/SOURCES.txt +-rw-r--r-- root/root usr/lib/python2.7/site-packages/Cython-0.28.4-py2.7.egg-info/dependency_links.txt +-rw-r--r-- root/root usr/lib/python2.7/site-packages/Cython-0.28.4-py2.7.egg-info/entry_points.txt +-rw-r--r-- root/root usr/lib/python2.7/site-packages/Cython-0.28.4-py2.7.egg-info/not-zip-safe +-rw-r--r-- root/root usr/lib/python2.7/site-packages/Cython-0.28.4-py2.7.egg-info/top_level.txt drwxr-xr-x root/root usr/lib/python2.7/site-packages/Cython/ drwxr-xr-x root/root usr/lib/python2.7/site-packages/Cython/Build/ -rw-r--r-- root/root usr/lib/python2.7/site-packages/Cython/Build/BuildExecutable.py diff --git a/cython/.md5sum b/python-cython/.md5sum similarity index 100% rename from cython/.md5sum rename to python-cython/.md5sum diff --git a/python-cython/.signature b/python-cython/.signature new file mode 100644 index 000000000..5c897ef7c --- /dev/null +++ b/python-cython/.signature @@ -0,0 +1,5 @@ +untrusted comment: verify with /etc/ports/contrib.pub +RWSagIOpLGJF3wVliVZBgTBOBxPIe0x756/fQxsIy/d9TRtOrC0wIgI9kLzvfSgiXzlpa+ItujcbgRed6zzfwuhILJwfQlkoIgs= +SHA256 (Pkgfile) = 58d64360278ae3c52260752b1be92c88d94fb6abea1b91c23e625bfad5c398eb +SHA256 (.footprint) = 6afbb6bea5e9490def78cf47b8753fec7a2b66b37c760208115e80563e323953 +SHA256 (Cython-0.28.4.tar.gz) = 76ac2b08d3d956d77b574bb43cbf1d37bd58b9d50c04ba281303e695854ebc46 diff --git a/cython/Pkgfile b/python-cython/Pkgfile similarity index 73% rename from cython/Pkgfile rename to python-cython/Pkgfile index ec026cd69..10dae9496 100644 --- a/cython/Pkgfile +++ b/python-cython/Pkgfile @@ -3,13 +3,16 @@ # Maintainer: Danny Rawlins, crux at romster dot me # Depends on: python-setuptools -name=cython -version=0.28.3 +name=python-cython +version=0.28.4 release=1 source=(https://files.pythonhosted.org/packages/source/C/Cython/Cython-$version.tar.gz) build() { cd Cython-$version + /usr/bin/python setup.py build - /usr/bin/python setup.py install --prefix=/usr --root=$PKG --optimize=1 + + /usr/bin/python setup.py install \ + --prefix=/usr --root=$PKG --optimize=1 }