mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 06:33:50 +02:00
python-dateutil: update to 2.5.0
This commit is contained in:
parent
f1c8a5ccb8
commit
2ecbf327bc
1 changed files with 7 additions and 3 deletions
|
@ -1,6 +1,6 @@
|
||||||
# Template file for 'python-dateutil'
|
# Template file for 'python-dateutil'
|
||||||
pkgname=python-dateutil
|
pkgname=python-dateutil
|
||||||
version=2.4.2
|
version=2.5.0
|
||||||
revision=1
|
revision=1
|
||||||
noarch=yes
|
noarch=yes
|
||||||
build_style=python-module
|
build_style=python-module
|
||||||
|
@ -11,14 +11,17 @@ pycompile_module="dateutil"
|
||||||
short_desc="Extensions to the standard Python2 datetime module"
|
short_desc="Extensions to the standard Python2 datetime module"
|
||||||
maintainer="Alessio Sergi <al3hex@gmail.com>"
|
maintainer="Alessio Sergi <al3hex@gmail.com>"
|
||||||
homepage="https://github.com/dateutil/dateutil"
|
homepage="https://github.com/dateutil/dateutil"
|
||||||
license="BSD"
|
license="3-clause-BSD"
|
||||||
distfiles="${PYPI_SITE}/p/${pkgname}/${pkgname}-${version}.tar.gz"
|
distfiles="${PYPI_SITE}/p/${pkgname}/${pkgname}-${version}.tar.gz"
|
||||||
checksum=3e95445c1db500a344079a47b171c45ef18f57d188dffdb0e4165c71bea8eb3d
|
checksum=c1f7a66b0021bd7b206cc60dd47ecc91b931cdc5258972dc56b25186fa9a96a5
|
||||||
|
|
||||||
pre_build() {
|
pre_build() {
|
||||||
# don't install zoneinfo tarball
|
# don't install zoneinfo tarball
|
||||||
sed -i '/package_data=/d' setup.py
|
sed -i '/package_data=/d' setup.py
|
||||||
}
|
}
|
||||||
|
post_install() {
|
||||||
|
vlicense LICENSE
|
||||||
|
}
|
||||||
|
|
||||||
python3.4-dateutil_package() {
|
python3.4-dateutil_package() {
|
||||||
noarch=yes
|
noarch=yes
|
||||||
|
@ -28,5 +31,6 @@ python3.4-dateutil_package() {
|
||||||
short_desc="${short_desc/Python2/Python3.4}"
|
short_desc="${short_desc/Python2/Python3.4}"
|
||||||
pkg_install() {
|
pkg_install() {
|
||||||
vmove usr/lib/python3.4
|
vmove usr/lib/python3.4
|
||||||
|
vlicense LICENSE
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue