mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 06:33:50 +02:00
parent
7049fbc055
commit
63584a8860
1 changed files with 3 additions and 3 deletions
|
@ -1,6 +1,6 @@
|
||||||
# Template file for 'python-monotonic'
|
# Template file for 'python-monotonic'
|
||||||
pkgname=python-monotonic
|
pkgname=python-monotonic
|
||||||
version=1.4
|
version=1.5
|
||||||
revision=1
|
revision=1
|
||||||
noarch=yes
|
noarch=yes
|
||||||
wrksrc="monotonic-${version}"
|
wrksrc="monotonic-${version}"
|
||||||
|
@ -10,7 +10,7 @@ depends="python"
|
||||||
pycompile_module="monotonic.py"
|
pycompile_module="monotonic.py"
|
||||||
short_desc="Implementation of time.monotonic() for Python2"
|
short_desc="Implementation of time.monotonic() for Python2"
|
||||||
maintainer="Leah Neukirchen <leah@vuxu.org>"
|
maintainer="Leah Neukirchen <leah@vuxu.org>"
|
||||||
homepage="https://github.com/atdt/monotonic"
|
|
||||||
license="Apache-2.0"
|
license="Apache-2.0"
|
||||||
|
homepage="https://github.com/atdt/monotonic"
|
||||||
distfiles="${PYPI_SITE}/m/monotonic/monotonic-${version}.tar.gz"
|
distfiles="${PYPI_SITE}/m/monotonic/monotonic-${version}.tar.gz"
|
||||||
checksum=a02611d5b518cd4051bf22d21bd0ae55b3a03f2d2993a19b6c90d9d168691f84
|
checksum=23953d55076df038541e648a53676fb24980f7a1be290cdda21300b3bc21dfb0
|
||||||
|
|
Loading…
Add table
Reference in a new issue