[notify] python-cython: 0.28.3 -> 0.28.4 renamed from cython

This commit is contained in:
Danny Rawlins 2018-08-08 00:16:58 +10:00
parent eabc2e2588
commit 5014741afb
5 changed files with 18 additions and 15 deletions

View File

@ -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

View File

@ -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

5
python-cython/.signature Normal file
View File

@ -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

View File

@ -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
}