mirror of
https://github.com/void-linux/void-packages.git
synced 2025-04-16 14:17:02 +02:00
python-appdirs: update to 1.4.4.
This commit is contained in:
parent
94e6e2e306
commit
2b47177497
1 changed files with 3 additions and 5 deletions
|
@ -1,11 +1,10 @@
|
|||
# Template file for 'python-appdirs'
|
||||
pkgname=python-appdirs
|
||||
version=1.4.3
|
||||
revision=3
|
||||
version=1.4.4
|
||||
revision=1
|
||||
archs=noarch
|
||||
wrksrc="${pkgname/python-//}-${version}"
|
||||
build_style=python-module
|
||||
pycompile_module="appdirs.py"
|
||||
hostmakedepends="python-setuptools python3-setuptools"
|
||||
depends="python"
|
||||
short_desc="Python2 module for determining appropriate platform-specific dirs"
|
||||
|
@ -13,7 +12,7 @@ maintainer="Orphaned <orphan@voidlinux.org>"
|
|||
license="MIT"
|
||||
homepage="https://github.com/ActiveState/appdirs/"
|
||||
distfiles="${PYPI_SITE}/a/appdirs/appdirs-${version}.tar.gz"
|
||||
checksum=9e5896d1372858f8dd3344faf4e5014d21849c756c8d5701f78f8a103b372d92
|
||||
checksum=7d5d0167b2b1ba821647616af46a749d1c653740dd0d2415100fe26e27afdf41
|
||||
|
||||
do_check() {
|
||||
python2 setup.py test
|
||||
|
@ -26,7 +25,6 @@ post_install() {
|
|||
python3-appdirs_package() {
|
||||
archs=noarch
|
||||
depends="python3"
|
||||
pycompile_module="appdirs.py"
|
||||
short_desc="${short_desc/Python2/Python3}"
|
||||
pkg_install() {
|
||||
vmove usr/lib/python3*
|
||||
|
|
Loading…
Add table
Reference in a new issue