forked from ports/contrib
python3-dephell-licenses: initial commit, version 0.1.7
This commit is contained in:
parent
a86ee840bb
commit
a165f66740
25
python3-dephell-licenses/.footprint
Normal file
25
python3-dephell-licenses/.footprint
Normal file
@ -0,0 +1,25 @@
|
||||
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_licenses-0.1.7-py3.9.egg-info/
|
||||
-rw-r--r-- root/root usr/lib/python3.9/site-packages/dephell_licenses-0.1.7-py3.9.egg-info/PKG-INFO
|
||||
-rw-r--r-- root/root usr/lib/python3.9/site-packages/dephell_licenses-0.1.7-py3.9.egg-info/SOURCES.txt
|
||||
-rw-r--r-- root/root usr/lib/python3.9/site-packages/dephell_licenses-0.1.7-py3.9.egg-info/dependency_links.txt
|
||||
-rw-r--r-- root/root usr/lib/python3.9/site-packages/dephell_licenses-0.1.7-py3.9.egg-info/requires.txt
|
||||
-rw-r--r-- root/root usr/lib/python3.9/site-packages/dephell_licenses-0.1.7-py3.9.egg-info/top_level.txt
|
||||
drwxr-xr-x root/root usr/lib/python3.9/site-packages/dephell_licenses/
|
||||
-rw-r--r-- root/root usr/lib/python3.9/site-packages/dephell_licenses/__init__.py
|
||||
drwxr-xr-x root/root usr/lib/python3.9/site-packages/dephell_licenses/__pycache__/
|
||||
-rw-r--r-- root/root usr/lib/python3.9/site-packages/dephell_licenses/__pycache__/__init__.cpython-39.opt-1.pyc
|
||||
-rw-r--r-- root/root usr/lib/python3.9/site-packages/dephell_licenses/__pycache__/__init__.cpython-39.pyc
|
||||
-rw-r--r-- root/root usr/lib/python3.9/site-packages/dephell_licenses/__pycache__/_cached_property.cpython-39.opt-1.pyc
|
||||
-rw-r--r-- root/root usr/lib/python3.9/site-packages/dephell_licenses/__pycache__/_cached_property.cpython-39.pyc
|
||||
-rw-r--r-- root/root usr/lib/python3.9/site-packages/dephell_licenses/__pycache__/_license.cpython-39.opt-1.pyc
|
||||
-rw-r--r-- root/root usr/lib/python3.9/site-packages/dephell_licenses/__pycache__/_license.cpython-39.pyc
|
||||
-rw-r--r-- root/root usr/lib/python3.9/site-packages/dephell_licenses/__pycache__/_licenses.cpython-39.opt-1.pyc
|
||||
-rw-r--r-- root/root usr/lib/python3.9/site-packages/dephell_licenses/__pycache__/_licenses.cpython-39.pyc
|
||||
-rw-r--r-- root/root usr/lib/python3.9/site-packages/dephell_licenses/_cached_property.py
|
||||
-rw-r--r-- root/root usr/lib/python3.9/site-packages/dephell_licenses/_license.py
|
||||
-rw-r--r-- root/root usr/lib/python3.9/site-packages/dephell_licenses/_licenses.py
|
||||
-rw-r--r-- root/root usr/lib/python3.9/site-packages/dephell_licenses/licenses.json
|
4
python3-dephell-licenses/.signature
Normal file
4
python3-dephell-licenses/.signature
Normal file
@ -0,0 +1,4 @@
|
||||
untrusted comment: verify with /etc/ports/contrib.pub
|
||||
RWSagIOpLGJF38/DdP48NADnT3Ie1N6YOL3gdp0F8ePBaHrwphYclhOhEWw8pGoBNmuhLs9fET1Kw0wFvsSpWefMHuBZ6TX69g4=
|
||||
SHA256 (Pkgfile) = 62987b4e9f5c6c88c4e037e37ae89c21b5dfb4127048fab0632d8df3e647813b
|
||||
SHA256 (.footprint) = d17e50b1cb17d5bfb5c573b64806628fbce929ce226c56178dc04bfc6178b13c
|
18
python3-dephell-licenses/Pkgfile
Normal file
18
python3-dephell-licenses/Pkgfile
Normal file
@ -0,0 +1,18 @@
|
||||
# Description: Manage OSS licenses: retrieve information, generate
|
||||
# URL: https://github.com/dephell/dephell_licenses
|
||||
# Maintainer: Tim Biermann, tbier at posteo dot de
|
||||
# Depends on: python3-attrs python3-requests
|
||||
|
||||
name=python3-dephell-licenses
|
||||
version=0.1.7
|
||||
release=1
|
||||
source=(https://pypi.io/packages/source/d/dephell-licenses/dephell-licenses-$version.tar.gz)
|
||||
|
||||
build() {
|
||||
cd dephell-licenses-$version
|
||||
/usr/bin/python3 setup.py build
|
||||
/usr/bin/python3 setup.py install --prefix=/usr \
|
||||
--root=$PKG \
|
||||
--skip-build \
|
||||
-O1
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user