1
0
forked from ports/contrib

python3-dephell-discover: initial commit, version 0.2.10

This commit is contained in:
Tim Biermann 2021-06-14 19:51:48 +00:00
parent 7f911f0306
commit a86ee840bb
Signed by untrusted user: tb
GPG Key ID: 42F8B4E30B673606
3 changed files with 58 additions and 0 deletions

View File

@ -0,0 +1,36 @@
drwxr-xr-x root/root usr/
drwxr-xr-x root/root usr/lib/
drwxr-xr-x root/root usr/lib/python3.9/
drwxr-xr-x root/root usr/lib/python3.9/site-packages/
drwxr-xr-x root/root usr/lib/python3.9/site-packages/dephell_discover-0.2.10-py3.9.egg-info/
-rw-r--r-- root/root usr/lib/python3.9/site-packages/dephell_discover-0.2.10-py3.9.egg-info/PKG-INFO
-rw-r--r-- root/root usr/lib/python3.9/site-packages/dephell_discover-0.2.10-py3.9.egg-info/SOURCES.txt
-rw-r--r-- root/root usr/lib/python3.9/site-packages/dephell_discover-0.2.10-py3.9.egg-info/dependency_links.txt
-rw-r--r-- root/root usr/lib/python3.9/site-packages/dephell_discover-0.2.10-py3.9.egg-info/requires.txt
-rw-r--r-- root/root usr/lib/python3.9/site-packages/dephell_discover-0.2.10-py3.9.egg-info/top_level.txt
drwxr-xr-x root/root usr/lib/python3.9/site-packages/dephell_discover/
-rw-r--r-- root/root usr/lib/python3.9/site-packages/dephell_discover/__init__.py
drwxr-xr-x root/root usr/lib/python3.9/site-packages/dephell_discover/__pycache__/
-rw-r--r-- root/root usr/lib/python3.9/site-packages/dephell_discover/__pycache__/__init__.cpython-39.opt-1.pyc
-rw-r--r-- root/root usr/lib/python3.9/site-packages/dephell_discover/__pycache__/__init__.cpython-39.pyc
-rw-r--r-- root/root usr/lib/python3.9/site-packages/dephell_discover/__pycache__/_cached_propery.cpython-39.opt-1.pyc
-rw-r--r-- root/root usr/lib/python3.9/site-packages/dephell_discover/__pycache__/_cached_propery.cpython-39.pyc
-rw-r--r-- root/root usr/lib/python3.9/site-packages/dephell_discover/__pycache__/_constants.cpython-39.opt-1.pyc
-rw-r--r-- root/root usr/lib/python3.9/site-packages/dephell_discover/__pycache__/_constants.cpython-39.pyc
-rw-r--r-- root/root usr/lib/python3.9/site-packages/dephell_discover/__pycache__/_data.cpython-39.opt-1.pyc
-rw-r--r-- root/root usr/lib/python3.9/site-packages/dephell_discover/__pycache__/_data.cpython-39.pyc
-rw-r--r-- root/root usr/lib/python3.9/site-packages/dephell_discover/__pycache__/_line.cpython-39.opt-1.pyc
-rw-r--r-- root/root usr/lib/python3.9/site-packages/dephell_discover/__pycache__/_line.cpython-39.pyc
-rw-r--r-- root/root usr/lib/python3.9/site-packages/dephell_discover/__pycache__/_metainfo.cpython-39.opt-1.pyc
-rw-r--r-- root/root usr/lib/python3.9/site-packages/dephell_discover/__pycache__/_metainfo.cpython-39.pyc
-rw-r--r-- root/root usr/lib/python3.9/site-packages/dephell_discover/__pycache__/_package.cpython-39.opt-1.pyc
-rw-r--r-- root/root usr/lib/python3.9/site-packages/dephell_discover/__pycache__/_package.cpython-39.pyc
-rw-r--r-- root/root usr/lib/python3.9/site-packages/dephell_discover/__pycache__/_root.cpython-39.opt-1.pyc
-rw-r--r-- root/root usr/lib/python3.9/site-packages/dephell_discover/__pycache__/_root.cpython-39.pyc
-rw-r--r-- root/root usr/lib/python3.9/site-packages/dephell_discover/_cached_propery.py
-rw-r--r-- root/root usr/lib/python3.9/site-packages/dephell_discover/_constants.py
-rw-r--r-- root/root usr/lib/python3.9/site-packages/dephell_discover/_data.py
-rw-r--r-- root/root usr/lib/python3.9/site-packages/dephell_discover/_line.py
-rw-r--r-- root/root usr/lib/python3.9/site-packages/dephell_discover/_metainfo.py
-rw-r--r-- root/root usr/lib/python3.9/site-packages/dephell_discover/_package.py
-rw-r--r-- root/root usr/lib/python3.9/site-packages/dephell_discover/_root.py

View File

@ -0,0 +1,4 @@
untrusted comment: verify with /etc/ports/contrib.pub
RWSagIOpLGJF3x7R5+dSEi6v08bmuZUQl8iN1ayCYNOpi1LBhpQKV39vP9U5iYiNRZ66/dAip1AVaeid9NhvfmkxBCBUst+NEwI=
SHA256 (Pkgfile) = 427897f552705b97573f130b410686de98e84d5a161224af195c81b493a29aad
SHA256 (.footprint) = 97a82f2b54b78ca99aa701939feb2f6b15c2325e1d0aaca38495b5e363d15374

View File

@ -0,0 +1,18 @@
# Description: Find project modules and data files (packages and package_data for setup.py)
# URL: https://github.com/dephell/dephell_discover
# Maintainer: Tim Biermann, tbier at posteo dot de
# Depends on: python3-attrs
name=python3-dephell-discover
version=0.2.10
release=1
source=(https://files.pythonhosted.org/packages/source/d/dephell_discover/dephell_discover-$version.tar.gz)
build() {
cd dephell_discover-$version
/usr/bin/python3 setup.py build
/usr/bin/python3 setup.py install --prefix=/usr \
--root=$PKG \
-O1 \
--skip-build
}