parent
b3731b555b
commit
ccef3dccae
|
@ -1,19 +1,19 @@
|
||||||
# Template file for 'python-pyrfc3339'
|
# Template file for 'python-pyrfc3339'
|
||||||
pkgname=python-pyrfc3339
|
pkgname=python-pyrfc3339
|
||||||
version=1.0
|
version=1.1
|
||||||
revision=3
|
revision=1
|
||||||
noarch=yes
|
noarch=yes
|
||||||
build_style=python-module
|
build_style=python-module
|
||||||
pycompile_module="pyrfc3339"
|
pycompile_module="pyrfc3339"
|
||||||
wrksrc="pyRFC3339-${version}"
|
wrksrc="pyRFC3339-${version}"
|
||||||
hostmakedepends="python-setuptools python3-setuptools"
|
hostmakedepends="python-setuptools python3-setuptools"
|
||||||
depends="python-pytz"
|
depends="python-pytz"
|
||||||
short_desc="Python2 library for generating and parsing RFC3339-compliant timestamps"
|
short_desc="Python2 library for generating and parsing RFC 3339 timestamps"
|
||||||
maintainer="Orphaned <orphan@voidlinux.eu>"
|
maintainer="Orphaned <orphan@voidlinux.eu>"
|
||||||
license="MIT"
|
license="MIT"
|
||||||
homepage="https://pythonhosted.org/pyRFC3339/"
|
homepage="https://github.com/kurtraschke/pyRFC3339"
|
||||||
distfiles="${PYPI_SITE}/p/pyRFC3339/pyRFC3339-${version}.tar.gz"
|
distfiles="${PYPI_SITE}/p/pyRFC3339/pyRFC3339-${version}.tar.gz"
|
||||||
checksum=8dfbc6c458b8daba1c0f3620a8c78008b323a268b27b7359e92a4ae41325f535
|
checksum=81b8cbe1519cdb79bed04910dd6fa4e181faf8c88dff1e1b987b5f7ab23a5b1a
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
vlicense LICENSE.txt LICENSE
|
vlicense LICENSE.txt LICENSE
|
||||||
|
@ -26,6 +26,6 @@ python3-pyrfc3339_package() {
|
||||||
noarch=yes
|
noarch=yes
|
||||||
pkg_install() {
|
pkg_install() {
|
||||||
vlicense LICENSE.txt LICENSE
|
vlicense LICENSE.txt LICENSE
|
||||||
vmove /usr/lib/python3*
|
vmove usr/lib/python3*
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue