20 lines
568 B
Bash
20 lines
568 B
Bash
# Template file for 'python-py'
|
|
pkgname=python-py
|
|
version=1.10.0
|
|
revision=1
|
|
wrksrc="py-${version}"
|
|
build_style=python2-module
|
|
hostmakedepends="python-setuptools"
|
|
depends="python"
|
|
short_desc="Python development support library"
|
|
maintainer="Johannes <johannes.brechtmann@gmail.com>"
|
|
license="MIT"
|
|
homepage="https://github.com/pytest-dev/py"
|
|
changelog="https://github.com/pytest-dev/py/raw/master/CHANGELOG"
|
|
distfiles="${PYPI_SITE}/p/py/py-${version}.tar.gz"
|
|
checksum=21b81bda15b66ef5e1a777a21c4dcd9c20ad3efd0b3f817e7a809035269e1bd3
|
|
|
|
post_install() {
|
|
vlicense LICENSE
|
|
}
|