python3-appdirs: moved to contrib
This commit is contained in:
parent
17d37b8ce1
commit
20f442052a
@ -1,13 +0,0 @@
|
||||
drwxr-xr-x root/root usr/
|
||||
drwxr-xr-x root/root usr/lib/
|
||||
drwxr-xr-x root/root usr/lib/python3.10/
|
||||
drwxr-xr-x root/root usr/lib/python3.10/site-packages/
|
||||
drwxr-xr-x root/root usr/lib/python3.10/site-packages/__pycache__/
|
||||
-rw-r--r-- root/root usr/lib/python3.10/site-packages/__pycache__/appdirs.cpython-310.opt-1.pyc
|
||||
-rw-r--r-- root/root usr/lib/python3.10/site-packages/__pycache__/appdirs.cpython-310.pyc
|
||||
drwxr-xr-x root/root usr/lib/python3.10/site-packages/appdirs-1.4.4-py3.10.egg-info/
|
||||
-rw-r--r-- root/root usr/lib/python3.10/site-packages/appdirs-1.4.4-py3.10.egg-info/PKG-INFO
|
||||
-rw-r--r-- root/root usr/lib/python3.10/site-packages/appdirs-1.4.4-py3.10.egg-info/SOURCES.txt
|
||||
-rw-r--r-- root/root usr/lib/python3.10/site-packages/appdirs-1.4.4-py3.10.egg-info/dependency_links.txt
|
||||
-rw-r--r-- root/root usr/lib/python3.10/site-packages/appdirs-1.4.4-py3.10.egg-info/top_level.txt
|
||||
-rw-r--r-- root/root usr/lib/python3.10/site-packages/appdirs.py
|
@ -1,5 +0,0 @@
|
||||
untrusted comment: verify with /etc/ports/opt.pub
|
||||
RWSE3ohX2g5d/SDqBFwnl23TA9I1/IIMoCTjrtbR71Y5e+CRIAg/cqkUUpTDjFKPWUMaJc+3FacnqwKrTHomBnznid7sdQ/ANQ0=
|
||||
SHA256 (Pkgfile) = c2a0ededf116000e5d2a98cc65e68c7826ea2bd1441c992491503c18d3d9c420
|
||||
SHA256 (.footprint) = 7a8ef9984fb06f96a551c0ad633c9df8a800a73b32f70954e30380b27ebca12c
|
||||
SHA256 (appdirs-1.4.4.tar.gz) = 7d5d0167b2b1ba821647616af46a749d1c653740dd0d2415100fe26e27afdf41
|
@ -1,22 +0,0 @@
|
||||
# Description: A Python module for determining appropriate platform-specific dirs.
|
||||
# URL: https://pypi.python.org/pypi/packaging/
|
||||
# Maintainer: Danny Rawlins, crux at romster dot me
|
||||
# Depends on: python3
|
||||
|
||||
name=python3-appdirs
|
||||
version=1.4.4
|
||||
release=1
|
||||
source=(https://files.pythonhosted.org/packages/source/${name:8:1}/${name#*-}/${name#*-}-$version.tar.gz)
|
||||
|
||||
build() {
|
||||
cd ${name#*-}-$version
|
||||
|
||||
/usr/bin/python3 setup.py build
|
||||
|
||||
/usr/bin/python3 setup.py install \
|
||||
--prefix=/usr --root=$PKG --optimize=1
|
||||
|
||||
# remove sdist metadata, as wheel metadata will be used with python3-pip
|
||||
find $PKG/usr/lib/python*/site-packages/ -maxdepth 1 -type f \
|
||||
-name "${name#*-}-$version-py*.egg-info" -delete
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user