mirror of
https://github.com/void-linux/void-packages.git
synced 2025-07-29 08:52:56 +02:00
python-cffi: update to 1.0.0
This commit is contained in:
parent
9741948337
commit
9f2ee28094
1 changed files with 2 additions and 2 deletions
|
@ -1,6 +1,6 @@
|
||||||
# Template file for 'python-cffi'
|
# Template file for 'python-cffi'
|
||||||
pkgname=python-cffi
|
pkgname=python-cffi
|
||||||
version=0.9.2
|
version=1.0.0
|
||||||
revision=1
|
revision=1
|
||||||
wrksrc="cffi-${version}"
|
wrksrc="cffi-${version}"
|
||||||
build_style=python-module
|
build_style=python-module
|
||||||
|
@ -14,7 +14,7 @@ maintainer="Alessio Sergi <al3hex@gmail.com>"
|
||||||
homepage="http://cffi.readthedocs.org/"
|
homepage="http://cffi.readthedocs.org/"
|
||||||
license="MIT"
|
license="MIT"
|
||||||
distfiles="${PYPI_SITE}/c/cffi/cffi-${version}.tar.gz"
|
distfiles="${PYPI_SITE}/c/cffi/cffi-${version}.tar.gz"
|
||||||
checksum=1988ce7ff9c64ecd5077776175e90fd8f0a8c827cb241a23647175ce08126bb2
|
checksum=2adba5f550163c6af07c8de8b7a03425bb7f08b1b75211d1b21807fa01c80d0e
|
||||||
|
|
||||||
python3.4-cffi_package() {
|
python3.4-cffi_package() {
|
||||||
depends="python3.4-pycparser"
|
depends="python3.4-pycparser"
|
||||||
|
|
Loading…
Add table
Reference in a new issue