python-pathlib: rebuild for metadata
This commit is contained in:
parent
fcfb7bf041
commit
ba2cfab5fb
1 changed files with 7 additions and 3 deletions
|
@ -1,16 +1,20 @@
|
||||||
# Template file for 'python-pathlib'
|
# Template file for 'python-pathlib'
|
||||||
pkgname=python-pathlib
|
pkgname=python-pathlib
|
||||||
version=1.0.1
|
version=1.0.1
|
||||||
revision=1
|
revision=2
|
||||||
noarch=yes
|
noarch=yes
|
||||||
wrksrc="pathlib-${version}"
|
wrksrc="pathlib-${version}"
|
||||||
build_style=python2-module
|
build_style=python2-module
|
||||||
|
pycompile_module="pathlib.py"
|
||||||
hostmakedepends="python-setuptools"
|
hostmakedepends="python-setuptools"
|
||||||
depends="python"
|
depends="python"
|
||||||
pycompile_module="pathlib.py"
|
|
||||||
short_desc="Backport of Python 3.4 pathlib module"
|
short_desc="Backport of Python 3.4 pathlib module"
|
||||||
maintainer="Alessio Sergi <al3hex@gmail.com>"
|
maintainer="Alessio Sergi <al3hex@gmail.com>"
|
||||||
homepage="https://pypi.org/project/pathlib/"
|
|
||||||
license="MIT"
|
license="MIT"
|
||||||
|
homepage="https://pypi.org/project/pathlib/"
|
||||||
distfiles="${PYPI_SITE}/p/pathlib/pathlib-${version}.tar.gz"
|
distfiles="${PYPI_SITE}/p/pathlib/pathlib-${version}.tar.gz"
|
||||||
checksum=6940718dfc3eff4258203ad5021090933e5c04707d5ca8cc9e73c94a7894ea9f
|
checksum=6940718dfc3eff4258203ad5021090933e5c04707d5ca8cc9e73c94a7894ea9f
|
||||||
|
|
||||||
|
post_install() {
|
||||||
|
vlicense LICENSE.txt
|
||||||
|
}
|
||||||
|
|
Loading…
Reference in a new issue