diff options
author | Francesco Colista <fcolista@alpinelinux.org> | 2016-08-19 12:12:58 +0000 |
---|---|---|
committer | Francesco Colista <fcolista@alpinelinux.org> | 2016-08-19 13:00:04 +0000 |
commit | ada24377d213cae87beec16eaa76fb51f5d1c62c (patch) | |
tree | 528ea18f0c8aeb5e52e515085e040238d8a8752d /testing/py3-sip | |
parent | 7ff0555dbb04c7cf4c41bc7ea396d8f8477eca16 (diff) | |
download | aports-ada24377d213cae87beec16eaa76fb51f5d1c62c.tar.bz2 aports-ada24377d213cae87beec16eaa76fb51f5d1c62c.tar.xz |
community/py3-sip: moved from testing
Diffstat (limited to 'testing/py3-sip')
-rw-r--r-- | testing/py3-sip/APKBUILD | 39 |
1 files changed, 0 insertions, 39 deletions
diff --git a/testing/py3-sip/APKBUILD b/testing/py3-sip/APKBUILD deleted file mode 100644 index 631ddd1d57..0000000000 --- a/testing/py3-sip/APKBUILD +++ /dev/null @@ -1,39 +0,0 @@ -# Contributor: Francesco Colista <fcolista@alpinelinux.org> -# Maintainer: Francesco Colista <fcolista@alpinelinux.org> -pkgname=py3-sip -_pkgname=sip -pkgver=4.18.1 -pkgrel=0 -pkgdesc="A tool that makes it easy to create Python bindings for C and C++ libraries. Python 3 package." -url="http://www.riverbankcomputing.com/software/sip/" -arch="all" -license="custom:sip" -depends="" -depends_dev="" -makedepends="python3-dev" -install="" -replaces="py-sip" -subpackages="$pkgname-dev" -source="http://sourceforge.net/projects/pyqt/files/$_pkgname/$_pkgname-$pkgver/$_pkgname-$pkgver.tar.gz" - -_builddir="$srcdir"/$_pkgname-$pkgver -build() { - cd "$_builddir" - local sip_api_major_nr=$(sed -nre 's:^#define SIP_API_MAJOR_NR\s+([0-9]+):\1:p' siplib/sip.h.in) - python3 configure.py - make CC="${CC:-gcc}" \ - CXX="${CXX:-g++}" \ - CFLAGS="$CFLAGS -fPIC" \ - CXXFLAGS="$CXXFLAGS" \ - || return 1 -} - -package() { - cd "$_builddir" - make DESTDIR="$pkgdir" install || return 1 - install -Dm644 LICENSE ${pkgdir}/usr/share/licenses/custom/${pkgname}/LICENSE -} - -md5sums="9d664c33e8d0eabf1238a7ff44a399e9 sip-4.18.1.tar.gz" -sha256sums="9bce7a2dbf7f105bf68ad1bab58eebc0ce33087ec40396da756463f086ffa290 sip-4.18.1.tar.gz" -sha512sums="c4277fa113bf5e28d8a19388f160456654e4ccbbc2adc1209677e95e1efad427ce641ef09875ec0a59e555578986671261dd4c3ac52c673b5803f188fc311222 sip-4.18.1.tar.gz" |