aboutsummaryrefslogtreecommitdiffstats
path: root/community/py3-sip/APKBUILD
diff options
context:
space:
mode:
authorLeo <thinkabit.ukim@gmail.com>2019-07-15 10:29:01 -0300
committerFrancesco Colista <fcolista@alpinelinux.org>2019-07-17 06:33:01 +0000
commit92fac6bfcc5928b60b09e8c5000ebe3e0b98d766 (patch)
tree21623be5e75a4de6529b67fb3fa07fff889071f6 /community/py3-sip/APKBUILD
parentb04756c2ffbdaad2f1b8deeaa567d92b23f47d72 (diff)
downloadaports-92fac6bfcc5928b60b09e8c5000ebe3e0b98d766.tar.bz2
aports-92fac6bfcc5928b60b09e8c5000ebe3e0b98d766.tar.xz
community/py3-sip: remove, duplicate of py-sip
Diffstat (limited to 'community/py3-sip/APKBUILD')
-rw-r--r--community/py3-sip/APKBUILD35
1 files changed, 0 insertions, 35 deletions
diff --git a/community/py3-sip/APKBUILD b/community/py3-sip/APKBUILD
deleted file mode 100644
index 77462301c8..0000000000
--- a/community/py3-sip/APKBUILD
+++ /dev/null
@@ -1,35 +0,0 @@
-# Contributor: Francesco Colista <fcolista@alpinelinux.org>
-# Maintainer: Francesco Colista <fcolista@alpinelinux.org>
-pkgname=py3-sip
-_pkgname=sip
-pkgver=4.19.5
-pkgrel=1
-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"
-makedepends="python3-dev"
-# upstram does not provide test
-options="!check"
-replaces="py-sip"
-subpackages="$pkgname-dev"
-source="https://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"
-}
-
-package() {
- cd "$builddir"
- make DESTDIR="$pkgdir" install
- install -Dm644 LICENSE ${pkgdir}/usr/share/licenses/custom/${pkgname}/LICENSE
-}
-
-sha512sums="15d0c0daacf11534a61cd3961613e0015afb9f61fd484094008d1b3d344765d03a2bed2eb08c92a347bbe6868622ab1f7dc0a3bd3e2e662a8e08a53ac8e88463 sip-4.19.5.tar.gz"