1
0
forked from ports/contrib

python-constantly: initial import

This commit is contained in:
Danny Rawlins 2017-11-05 18:28:32 +11:00
parent 574c6de559
commit a12fde40f3
4 changed files with 41 additions and 0 deletions

View File

@ -0,0 +1,20 @@
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/
drwxr-xr-x root/root usr/lib/python2.7/site-packages/constantly-15.1.0-py2.7.egg-info/
-rw-r--r-- root/root usr/lib/python2.7/site-packages/constantly-15.1.0-py2.7.egg-info/PKG-INFO
-rw-r--r-- root/root usr/lib/python2.7/site-packages/constantly-15.1.0-py2.7.egg-info/SOURCES.txt
-rw-r--r-- root/root usr/lib/python2.7/site-packages/constantly-15.1.0-py2.7.egg-info/dependency_links.txt
-rw-r--r-- root/root usr/lib/python2.7/site-packages/constantly-15.1.0-py2.7.egg-info/pbr.json
-rw-r--r-- root/root usr/lib/python2.7/site-packages/constantly-15.1.0-py2.7.egg-info/top_level.txt
drwxr-xr-x root/root usr/lib/python2.7/site-packages/constantly/
-rw-r--r-- root/root usr/lib/python2.7/site-packages/constantly/__init__.py
-rw-r--r-- root/root usr/lib/python2.7/site-packages/constantly/__init__.pyc
-rw-r--r-- root/root usr/lib/python2.7/site-packages/constantly/__init__.pyo
-rw-r--r-- root/root usr/lib/python2.7/site-packages/constantly/_constants.py
-rw-r--r-- root/root usr/lib/python2.7/site-packages/constantly/_constants.pyc
-rw-r--r-- root/root usr/lib/python2.7/site-packages/constantly/_constants.pyo
-rw-r--r-- root/root usr/lib/python2.7/site-packages/constantly/_version.py
-rw-r--r-- root/root usr/lib/python2.7/site-packages/constantly/_version.pyc
-rw-r--r-- root/root usr/lib/python2.7/site-packages/constantly/_version.pyo

View File

@ -0,0 +1 @@
f0762f083d83039758e53f8cf0086eef constantly-15.1.0.tar.gz

View File

@ -0,0 +1,5 @@
untrusted comment: verify with /etc/ports/contrib.pub
RWSagIOpLGJF3yMOPGxBtO3zXo1s9z3QhXW+KtSNdbqCabDEouAfFt7DGscW6IiX4h6mUZsoMOPiOxJzNXQqQPWRRUvjor/8Sw8=
SHA256 (Pkgfile) = e31d9a78c7e71f7448a7bc3598b32da4e00a7330ce52f1f29d180a727576a432
SHA256 (.footprint) = 4b7ed69c813a665223a10dd7f4e6538586771552881ea55347ff13916d67cb93
SHA256 (constantly-15.1.0.tar.gz) = 586372eb92059873e29eba4f9dec8381541b4d3834660707faf8ba59146dfc35

15
python-constantly/Pkgfile Normal file
View File

@ -0,0 +1,15 @@
# Description: Symbolic constants in Python
# URL: https://pypi.python.org/pypi/constantly
# Maintainer: Danny Rawlins, crux at romster dot me
# Depends on: python-setuptools
name=python-constantly
version=15.1.0
release=1
source=(https://files.pythonhosted.org/packages/source/${name:7:1}/${name#*-}/${name#*-}-$version.tar.gz)
build() {
cd ${name#*-}-$version
/usr/bin/python setup.py build
/usr/bin/python setup.py install --prefix=/usr --root=$PKG --optimize=1
}