diff options
author | Leo <thinkabit.ukim@gmail.com> | 2020-02-29 06:09:47 -0300 |
---|---|---|
committer | Leo <thinkabit.ukim@gmail.com> | 2020-02-29 06:23:46 -0300 |
commit | da743693eda54b9faf5086746b91506495fc689f (patch) | |
tree | 29aab95bc0cd38bbd65de2ab1f9f65c840124f40 /community/py3-appdirs/APKBUILD | |
parent | cc1636b08fba58b629501d525d658aed4bcbeab2 (diff) | |
download | aports-da743693eda54b9faf5086746b91506495fc689f.tar.bz2 aports-da743693eda54b9faf5086746b91506495fc689f.tar.xz |
main/py3-appdirs: move from community
Diffstat (limited to 'community/py3-appdirs/APKBUILD')
-rw-r--r-- | community/py3-appdirs/APKBUILD | 29 |
1 files changed, 0 insertions, 29 deletions
diff --git a/community/py3-appdirs/APKBUILD b/community/py3-appdirs/APKBUILD deleted file mode 100644 index 75edb5c36f..0000000000 --- a/community/py3-appdirs/APKBUILD +++ /dev/null @@ -1,29 +0,0 @@ -# Contributor: TBK <alpine@jjtc.eu> -# Maintainer: -pkgname=py3-appdirs -_pkgname=${pkgname#py3-} -pkgver=1.4.3 -pkgrel=1 -pkgdesc="A small Python module for determining appropriate platform-specific dirs." -url="https://pypi.org/project/appdirs/" -arch="noarch" -license="MIT" -depends="python3" -makedepends="py3-setuptools" -source="https://files.pythonhosted.org/packages/source/${_pkgname:0:1}/$_pkgname/$_pkgname-$pkgver.tar.gz" -builddir="$srcdir"/$_pkgname-$pkgver - -build() { - python3 setup.py build -} - -check() { - python3 setup.py test -} - - -package() { - python3 setup.py install --prefix=/usr --root="$pkgdir" -} - -sha512sums="964db6c9f830c9b23d78f0230c5f574f214f08faf3fd24f10ccc941d23e38de66186461d754f7effb94aa0553c25df4843c9ff5dcd375c992c322550b3d98cce appdirs-1.4.3.tar.gz" |