mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-07 15:43:49 +02:00
python-cffi: remove
python 2
This commit is contained in:
parent
bcb3e16238
commit
ac5a7fbcfe
2 changed files with 0 additions and 25 deletions
|
@ -1,24 +0,0 @@
|
||||||
# Template file for 'python-cffi'
|
|
||||||
pkgname=python-cffi
|
|
||||||
reverts="1.16.0_1"
|
|
||||||
version=1.15.1
|
|
||||||
revision=3
|
|
||||||
build_style=python2-module
|
|
||||||
hostmakedepends="python-setuptools libffi-devel"
|
|
||||||
makedepends="python-devel libffi-devel"
|
|
||||||
depends="python-pycparser"
|
|
||||||
short_desc="C foreign function interface for Python2"
|
|
||||||
maintainer="Orphaned <orphan@voidlinux.org>"
|
|
||||||
license="MIT"
|
|
||||||
homepage="https://cffi.readthedocs.io/"
|
|
||||||
changelog="https://cffi.readthedocs.io/en/latest/whatsnew.html"
|
|
||||||
distfiles="${PYPI_SITE}/c/cffi/cffi-${version}.tar.gz"
|
|
||||||
checksum=d400bfb9a37b1351253cb402671cea7e89bdecc294e8016a707f6d1d8ac934f9
|
|
||||||
|
|
||||||
if [ "$XBPS_TARGET_LIBC" = "glibc" ]; then
|
|
||||||
makedepends+=" libxcrypt-devel"
|
|
||||||
fi
|
|
||||||
|
|
||||||
post_install() {
|
|
||||||
vlicense LICENSE
|
|
||||||
}
|
|
|
@ -1 +0,0 @@
|
||||||
ignore="*b* *dev* *rc*"
|
|
Loading…
Add table
Reference in a new issue