mirror of
https://github.com/void-linux/void-packages.git
synced 2025-08-03 03:13:03 +02:00
New package: python-pathlib2-2.1.0
This commit is contained in:
parent
6162ca9a44
commit
8e2d374798
1 changed files with 20 additions and 0 deletions
20
srcpkgs/python-pathlib2/template
Normal file
20
srcpkgs/python-pathlib2/template
Normal file
|
@ -0,0 +1,20 @@
|
||||||
|
# Template file for 'python-pathlib2'
|
||||||
|
pkgname=python-pathlib2
|
||||||
|
version=2.1.0
|
||||||
|
revision=1
|
||||||
|
noarch=yes
|
||||||
|
wrksrc="pathlib2-${version}"
|
||||||
|
build_style=python-module
|
||||||
|
hostmakedepends="python-setuptools"
|
||||||
|
depends="python-six"
|
||||||
|
pycompile_module="pathlib2.py"
|
||||||
|
short_desc="Backport of Python 3.4+ pathlib module"
|
||||||
|
maintainer="Alessio Sergi <al3hex@gmail.com>"
|
||||||
|
homepage="https://pypi.python.org/pypi/pathlib2"
|
||||||
|
license="MIT"
|
||||||
|
distfiles="${PYPI_SITE}/p/pathlib2/pathlib2-${version}.tar.gz"
|
||||||
|
checksum=deb3a960c1d55868dfbcac98432358b92ba89d95029cddd4040db1f27405055c
|
||||||
|
|
||||||
|
post_install() {
|
||||||
|
vlicense LICENSE.rst LICENSE
|
||||||
|
}
|
Loading…
Add table
Reference in a new issue