python-pathlib: rebuild for metadata

This commit is contained in:
Piotr Wójcik 2018-11-13 19:27:18 +01:00 committed by maxice8
parent fcfb7bf041
commit ba2cfab5fb
No known key found for this signature in database
GPG Key ID: 543B9D4F4299F06B
1 changed files with 7 additions and 3 deletions

View File

@ -1,16 +1,20 @@
# Template file for 'python-pathlib'
pkgname=python-pathlib
version=1.0.1
revision=1
revision=2
noarch=yes
wrksrc="pathlib-${version}"
build_style=python2-module
pycompile_module="pathlib.py"
hostmakedepends="python-setuptools"
depends="python"
pycompile_module="pathlib.py"
short_desc="Backport of Python 3.4 pathlib module"
maintainer="Alessio Sergi <al3hex@gmail.com>"
homepage="https://pypi.org/project/pathlib/"
license="MIT"
homepage="https://pypi.org/project/pathlib/"
distfiles="${PYPI_SITE}/p/pathlib/pathlib-${version}.tar.gz"
checksum=6940718dfc3eff4258203ad5021090933e5c04707d5ca8cc9e73c94a7894ea9f
post_install() {
vlicense LICENSE.txt
}