mirror of
https://github.com/void-linux/void-packages.git
synced 2025-08-01 18:32:58 +02:00
python-monotonic: fix pycompile_module
This commit is contained in:
parent
356af63434
commit
f927df3619
1 changed files with 5 additions and 4 deletions
|
@ -1,15 +1,16 @@
|
||||||
# Template file for 'python-monotonic'
|
# Template file for 'python-monotonic'
|
||||||
pkgname=python-monotonic
|
pkgname=python-monotonic
|
||||||
version=1.3
|
version=1.3
|
||||||
revision=1
|
revision=2
|
||||||
noarch=yes
|
noarch=yes
|
||||||
wrksrc="monotonic-${version}"
|
wrksrc="monotonic-${version}"
|
||||||
build_style=python2-module
|
build_style=python2-module
|
||||||
hostmakedepends="python-setuptools"
|
hostmakedepends="python-setuptools"
|
||||||
pycompile_module="monotonic"
|
depends="python"
|
||||||
short_desc="Implementation of time.monotonic() for Python 2"
|
pycompile_module="monotonic.py"
|
||||||
|
short_desc="Implementation of time.monotonic() for Python2"
|
||||||
maintainer="Leah Neukirchen <leah@vuxu.org>"
|
maintainer="Leah Neukirchen <leah@vuxu.org>"
|
||||||
homepage="https://pypi.python.org/pypi/monotonic"
|
homepage="https://github.com/atdt/monotonic"
|
||||||
license="Apache-2.0"
|
license="Apache-2.0"
|
||||||
distfiles="${PYPI_SITE}/m/monotonic/monotonic-${version}.tar.gz"
|
distfiles="${PYPI_SITE}/m/monotonic/monotonic-${version}.tar.gz"
|
||||||
checksum=2b469e2d7dd403f7f7f79227fe5ad551ee1e76f8bb300ae935209884b93c7c1b
|
checksum=2b469e2d7dd403f7f7f79227fe5ad551ee1e76f8bb300ae935209884b93c7c1b
|
||||||
|
|
Loading…
Add table
Reference in a new issue