From nobody Thu Mar 28 22:50:19 2024 X-Original-To: alpine-aports@lists.alpinelinux.org Received: from mail.cmpwn.com (mail.cmpwn.com [45.56.77.53]) by lists.alpinelinux.org (Postfix) with ESMTP id 3AD145C4DF6 for ; Tue, 16 Jan 2018 00:23:50 +0000 (GMT) DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=cmpwn.com; s=cmpwn; t=1516062232; bh=0K53ZxK8SCi8GDkM5Q4LXpDMZEurFtO4TUxwRpHkBgg=; h=From:To:Cc:Subject:Date; b=Ea9rR+xX+gu7cJdpzdHo4ilQlwPNd/pcVH8ibtuTakNxhm0frVsAzHs115SMJJnFn 9J57zR9AX0e9kYDyOwvVD8AlAsQT0x/z4gLeBlfAKmk5u43ZOvx+bxlCj1Z5sktA5o O4JPQkVB3zH0m4HLYP8IbXGH3uM6djEWcSu7jH1s= From: Drew DeVault To: alpine-aports@lists.alpinelinux.org Cc: Drew DeVault Subject: [alpine-aports] [PATCH 0/6] testing/syncplay: new aport Date: Mon, 15 Jan 2018 19:23:22 -0500 Message-Id: <20180116002328.14193-1-sir@cmpwn.com> X-Mailer: git-send-email 2.15.0 X-Mailinglist: alpine-aports Precedence: list List-Id: Alpine Development List-Unsubscribe: List-Post: List-Help: List-Subscribe: This patch series adds the dependencies required for syncplay, and syncplay itself. Also includes a necessary update to Twisted. Drew DeVault (6): testing/shiboken: new aport testing/py-pyside: new aport testing/syncplay: new aport testing/py-incremental: new aport testing/py-constantly: new aport main/twisted: add constantly, incremental to deps main/py-twisted/APKBUILD | 2 +- testing/py-constantly/APKBUILD | 49 ++++++++++++++++++++++++ testing/py-incremental/APKBUILD | 49 ++++++++++++++++++++++++ testing/py-pyside/APKBUILD | 74 +++++++++++++++++++++++++++++++++++++ testing/shiboken/APKBUILD | 78 +++++++++++++++++++++++++++++++++++++++ testing/shiboken/python-3.6.patch | 11 ++++++ testing/syncplay/APKBUILD | 23 ++++++++++++ 7 files changed, 285 insertions(+), 1 deletion(-) create mode 100644 testing/py-constantly/APKBUILD create mode 100644 testing/py-incremental/APKBUILD create mode 100644 testing/py-pyside/APKBUILD create mode 100644 testing/shiboken/APKBUILD create mode 100644 testing/shiboken/python-3.6.patch create mode 100644 testing/syncplay/APKBUILD -- 2.15.0 --- Unsubscribe: alpine-aports+unsubscribe@lists.alpinelinux.org Help: alpine-aports+help@lists.alpinelinux.org --- From nobody Thu Mar 28 22:50:19 2024 X-Original-To: alpine-aports@lists.alpinelinux.org Received: from mail.cmpwn.com (mail.cmpwn.com [45.56.77.53]) by lists.alpinelinux.org (Postfix) with ESMTP id 67B325C5B6A for ; Tue, 16 Jan 2018 00:23:54 +0000 (GMT) DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=cmpwn.com; s=cmpwn; t=1516062236; bh=AmrOSadHH7pvzGwPu0LNX9O2FYH+cWHF/yfyVntOj/E=; h=From:To:Cc:Subject:Date:In-Reply-To:References; b=nfEXGMXWLooudX7b1I+JPYjAa90Gg4xcjuuClCkIw3uzuSLt/RIx46Ob3LAy0Rm3D EHWaKoJwvYyIGJGI/WMKiKFq1vGpZX1udbghP9q/QmuI7KQ0BxkpaTVNLCVn+tzD1l ZAeBJ6B3UXMfLAGTJNDy+JAxKFmE0zH6uHD1obM0= From: Drew DeVault To: alpine-aports@lists.alpinelinux.org Cc: Drew DeVault Subject: [alpine-aports] [PATCH 2/6] testing/py-pyside: new aport Date: Mon, 15 Jan 2018 19:23:24 -0500 Message-Id: <20180116002328.14193-3-sir@cmpwn.com> X-Mailer: git-send-email 2.15.0 In-Reply-To: <20180116002328.14193-1-sir@cmpwn.com> References: <20180116002328.14193-1-sir@cmpwn.com> X-Mailinglist: alpine-aports Precedence: list List-Id: Alpine Development List-Unsubscribe: List-Post: List-Help: List-Subscribe: --- testing/py-pyside/APKBUILD | 74 ++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 74 insertions(+) create mode 100644 testing/py-pyside/APKBUILD diff --git a/testing/py-pyside/APKBUILD b/testing/py-pyside/APKBUILD new file mode 100644 index 0000000000..2aa25f8210 --- /dev/null +++ b/testing/py-pyside/APKBUILD @@ -0,0 +1,74 @@ +# Maintainer: Drew DeVault +pkgname=py-pyside +_pkgname=PySide +pkgver=1.2.4 +pkgrel=0 +pkgdesc="Provides LGPL Qt bindings for Python and related tools for binding generation" +url="https://wiki.qt.io/PySide" +arch="all" +license="LGPL" +makedepends=" + cmake python2-dev python3-dev qt-dev py2-shiboken py3-shiboken phonon-dev +" +source="$_pkgname-$pkgver.tar.gz::https://pypi.python.org/packages/source/P/PySide/PySide-$pkgver.tar.gz" +subpackages="py2-${pkgname#py-}:_py2 py3-${pkgname#py-}:_py3" +builddir="$srcdir/${_pkgname}-${pkgver}" + +build() { + cd "$builddir" + python2 setup.py egg_info + mkdir -p build-py2 build-py3 + cd build-py3 + cmake "$builddir"/sources/pyside/ \ + -DCMAKE_INSTALL_PREFIX=/usr \ + -DCMAKE_BUILD_TYPE=Release + make -j8 + cd ../build-py2 + cmake "$builddir"/sources/pyside/ \ + -DCMAKE_INSTALL_PREFIX=/usr \ + -DCMAKE_BUILD_TYPE=Release \ + -DPYTHON_SUFFIX=-python2.7 + make -j8 +} + +package() { + mkdir -p "$pkgdir" +} + +_py2() { + depends="qt python2 py2-shiboken" + + cd "$builddir/build-py2" + make DESTDIR="$subpkgdir" install + + cp -r "$srcdir/PySide-$pkgver/pyside_package/PySide.egg-info" \ + "$subpkgdir/usr/lib/python2.7/site-packages/pyside-$pkgver-py2.7.egg-info" + mv "$subpkgdir"/usr/lib/pkgconfig/pyside.pc \ + "$subpkgdir"/usr/lib/pkgconfig/pyside-py2.pc + sed -i 's#^Requires: shiboken$#Requires: shiboken-py2#' \ + "$subpkgdir"/usr/lib/pkgconfig/pyside-py2.pc + + rm -rf "$subpkgdir"/usr/include + rm -rf "$subpkgdir"/usr/share + rm "$subpkgdir"/usr/lib/cmake/PySide-$pkgver/PySideConfig.cmake + rm "$subpkgdir"/usr/lib/cmake/PySide-$pkgver/PySideConfigVersion.cmake +} + +_py3() { + depends="qt python3 py3-shiboken" + + cd "$builddir/build-py3" + make DESTDIR="$subpkgdir" install + + cp -r "$srcdir/PySide-$pkgver/pyside_package/PySide.egg-info" \ + "$subpkgdir/usr/lib/python3.6/site-packages/pyside-$pkgver-py3.6.egg-info" + mv "$subpkgdir"/usr/lib/pkgconfig/pyside.pc \ + "$subpkgdir"/usr/lib/pkgconfig/pyside-py3.pc + + rm -rf "$subpkgdir"/usr/include + rm -rf "$subpkgdir"/usr/share + rm "$subpkgdir"/usr/lib/cmake/PySide-$pkgver/PySideConfig.cmake + rm "$subpkgdir"/usr/lib/cmake/PySide-$pkgver/PySideConfigVersion.cmake +} + +sha512sums="17debaf9bb5b1ede27fa767dcde044b42c0b3d287596572233218aadd1ed4f861ac4dd0538cf2a75e1c31a07190b8292eb9ad25c2d6aba187a46206d7fd3e618 PySide-1.2.4.tar.gz" -- 2.15.0 --- Unsubscribe: alpine-aports+unsubscribe@lists.alpinelinux.org Help: alpine-aports+help@lists.alpinelinux.org --- From nobody Thu Mar 28 22:50:19 2024 X-Original-To: alpine-aports@lists.alpinelinux.org Received: from mail.cmpwn.com (mail.cmpwn.com [45.56.77.53]) by lists.alpinelinux.org (Postfix) with ESMTP id B42575C5B97 for ; Tue, 16 Jan 2018 00:23:55 +0000 (GMT) DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=cmpwn.com; s=cmpwn; t=1516062237; bh=SeyE/c31BB7GKHusP6erHtWstz7PouvvKB29osWA8xA=; h=From:To:Cc:Subject:Date:In-Reply-To:References; b=XlmU1MldIdmZWv8nUXozd/SPSc4SXLvki2/SDEt7xSrRlLaMp0++URduTKgBLUVLO s70mG9r3Ra2TQInuhTpV7FjxNzYV8Sa6fTJYyPNg7h2+sFJK/42VJWXq03Svtc8jIR g5VpJWGrpKFpj/ZmTNYCh5L2yw1u3cpIIzZv9Tus= From: Drew DeVault To: alpine-aports@lists.alpinelinux.org Cc: Drew DeVault Subject: [alpine-aports] [PATCH 3/6] testing/syncplay: new aport Date: Mon, 15 Jan 2018 19:23:25 -0500 Message-Id: <20180116002328.14193-4-sir@cmpwn.com> X-Mailer: git-send-email 2.15.0 In-Reply-To: <20180116002328.14193-1-sir@cmpwn.com> References: <20180116002328.14193-1-sir@cmpwn.com> X-Mailinglist: alpine-aports Precedence: list List-Id: Alpine Development List-Unsubscribe: List-Post: List-Help: List-Subscribe: --- testing/syncplay/APKBUILD | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 testing/syncplay/APKBUILD diff --git a/testing/syncplay/APKBUILD b/testing/syncplay/APKBUILD new file mode 100644 index 0000000000..b135969bf9 --- /dev/null +++ b/testing/syncplay/APKBUILD @@ -0,0 +1,23 @@ +# Maintainer: Drew DeVault +pkgname=syncplay +pkgver=1.5.1 +pkgrel=0 +pkgdesc="Free software that synchronises media players so that faraway friends can watch videos together." +url="http://syncplay.pl" +arch="noarch" +license="Apache-2" +depends="python2 py-twisted py2-pyside" +source="$pkgname-$pkgver.tar.gz::https://github.com/Syncplay/syncplay/archive/v${pkgver}.tar.gz" +builddir="$srcdir/$pkgname-$pkgver" + +package() { + cd "$builddir" + make DESTDIR="$pkgdir" install +} + +check() { + cd "$builddir" + ./syncplayClient.py --version +} + +sha512sums="8d7f99132b49148003dcdc83b5afc3158ebd7ad0b8a161229f8f576e7683e3c432d09793db071239e6344490f6e08d01c9061a32556b5bce6dcd68823b47a0cf syncplay-1.5.1.tar.gz" -- 2.15.0 --- Unsubscribe: alpine-aports+unsubscribe@lists.alpinelinux.org Help: alpine-aports+help@lists.alpinelinux.org --- From nobody Thu Mar 28 22:50:19 2024 X-Original-To: alpine-aports@lists.alpinelinux.org Received: from vps892.directvps.nl (ikke.info [178.21.113.177]) by lists.alpinelinux.org (Postfix) with ESMTP id E1F79F85252 for ; Fri, 15 Mar 2019 20:10:15 +0000 (UTC) Received: by vps892.directvps.nl (Postfix, from userid 1008) id 1CE324400CE; Fri, 15 Mar 2019 21:10:15 +0100 (CET) Date: Fri, 15 Mar 2019 21:10:15 +0100 From: Kevin Daudt To: Drew DeVault Cc: alpine-aports@lists.alpinelinux.org Subject: Re: [alpine-aports] [PATCH 3/6] testing/syncplay: new aport Message-ID: <20190315201015.GB4397@alpha> References: <20180116002328.14193-1-sir@cmpwn.com> <20180116002328.14193-4-sir@cmpwn.com> X-Mailinglist: alpine-aports Precedence: list List-Id: Alpine Development List-Unsubscribe: List-Post: List-Help: List-Subscribe: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20180116002328.14193-4-sir@cmpwn.com> User-Agent: Mutt/1.11.3 (2019-02-01) On Mon, Jan 15, 2018 at 07:23:25PM -0500, Drew DeVault wrote: > --- > testing/syncplay/APKBUILD | 23 +++++++++++++++++++++++ > 1 file changed, 23 insertions(+) > create mode 100644 testing/syncplay/APKBUILD > > diff --git a/testing/syncplay/APKBUILD b/testing/syncplay/APKBUILD > new file mode 100644 > index 0000000000..b135969bf9 > --- /dev/null > +++ b/testing/syncplay/APKBUILD > @@ -0,0 +1,23 @@ > +# Maintainer: Drew DeVault > +pkgname=syncplay > +pkgver=1.5.1 > +pkgrel=0 > +pkgdesc="Free software that synchronises media players so that faraway friends can watch videos together." > +url="http://syncplay.pl" > +arch="noarch" > +license="Apache-2" > +depends="python2 py-twisted py2-pyside" Does this support python3? Alpine prefers new aports not to rely on python2 anymore. > +source="$pkgname-$pkgver.tar.gz::https://github.com/Syncplay/syncplay/archive/v${pkgver}.tar.gz" > +builddir="$srcdir/$pkgname-$pkgver" > + > +package() { > + cd "$builddir" > + make DESTDIR="$pkgdir" install > +} > + > +check() { > + cd "$builddir" > + ./syncplayClient.py --version Just calling --version does not suffice for a check, policy is to run an actual test suite. > +} > + > +sha512sums="8d7f99132b49148003dcdc83b5afc3158ebd7ad0b8a161229f8f576e7683e3c432d09793db071239e6344490f6e08d01c9061a32556b5bce6dcd68823b47a0cf syncplay-1.5.1.tar.gz" > -- > 2.15.0 > > > > --- > Unsubscribe: alpine-aports+unsubscribe@lists.alpinelinux.org > Help: alpine-aports+help@lists.alpinelinux.org > --- > --- Unsubscribe: alpine-aports+unsubscribe@lists.alpinelinux.org Help: alpine-aports+help@lists.alpinelinux.org --- From nobody Thu Mar 28 22:50:19 2024 X-Original-To: alpine-aports@lists.alpinelinux.org Received: from mail.cmpwn.com (mail.cmpwn.com [45.56.77.53]) by lists.alpinelinux.org (Postfix) with ESMTP id BF2DC5C5B79 for ; Tue, 16 Jan 2018 00:23:56 +0000 (GMT) DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=cmpwn.com; s=cmpwn; t=1516062238; bh=pX+cefDT11E3hfb97ZWplYWSjHNS0TQn3FmAf0EwgB8=; h=From:To:Cc:Subject:Date:In-Reply-To:References; b=IblW8EGTBxBDatAa6klp6pbqYZJOkPAZroOG38egwoI1I28/gYzlziSTZk8XQvlLB m1dB5P3/IMrHGrdDFAWGAIOzBlE9hu+rxfmkEj+bYb/A7xAbowcmpKbKzVS4MqWoyw /hLlbJnBHHXBz1dTc3zsYsJiAJ+5tA3bL/d2TC84= From: Drew DeVault To: alpine-aports@lists.alpinelinux.org Cc: Drew DeVault Subject: [alpine-aports] [PATCH 4/6] testing/py-incremental: new aport Date: Mon, 15 Jan 2018 19:23:26 -0500 Message-Id: <20180116002328.14193-5-sir@cmpwn.com> X-Mailer: git-send-email 2.15.0 In-Reply-To: <20180116002328.14193-1-sir@cmpwn.com> References: <20180116002328.14193-1-sir@cmpwn.com> X-Mailinglist: alpine-aports Precedence: list List-Id: Alpine Development List-Unsubscribe: List-Post: List-Help: List-Subscribe: --- testing/py-incremental/APKBUILD | 49 +++++++++++++++++++++++++++++++++++++++++ 1 file changed, 49 insertions(+) create mode 100644 testing/py-incremental/APKBUILD diff --git a/testing/py-incremental/APKBUILD b/testing/py-incremental/APKBUILD new file mode 100644 index 0000000000..bb289b3ddd --- /dev/null +++ b/testing/py-incremental/APKBUILD @@ -0,0 +1,49 @@ +# Maintainer: Drew DeVault +pkgname=py-incremental +_pkgname=incremental +pkgver=17.5.0 +pkgrel=0 +pkgdesc="Incremental is a small library that versions your Python projects." +url="https://github.com/twisted/incremental" +arch="noarch" +license="MIT" +makedepends="python2-dev python3-dev py-setuptools" +subpackages="py2-${pkgname#py-}:_py2 py3-${pkgname#py-}:_py3" +source="https://files.pythonhosted.org/packages/source/${_pkgname:0:1}/$_pkgname/$_pkgname-$pkgver.tar.gz" +builddir="$srcdir/$_pkgname-$pkgver" + +build() { + cd "$builddir" + python2 setup.py build + python3 setup.py build +} + +check() { + cd "$builddir" + python2 setup.py check + python3 setup.py check +} + +package() { + mkdir -p "$pkgdir" +} + +_py2() { + _py python2 +} + +_py3() { + _py python3 +} + +_py() { + local python="$1" + pkgdesc="$pkgdesc (for $python)" + depends="$python" + install_if="$pkgname=$pkgver-r$pkgrel $python" + + cd "$builddir" + $python setup.py install --prefix=/usr --root="$subpkgdir" +} + +sha512sums="91443205f7c92ec8f6502f38379c5ac2fe441435ff9490af01e5420d6bb05bb1c666dd612fc45204199a34afd533fd3de1390ca482bb554dfec7d3a22958a4bc incremental-17.5.0.tar.gz" -- 2.15.0 --- Unsubscribe: alpine-aports+unsubscribe@lists.alpinelinux.org Help: alpine-aports+help@lists.alpinelinux.org --- From nobody Thu Mar 28 22:50:19 2024 X-Original-To: alpine-aports@lists.alpinelinux.org Received: from mail.cmpwn.com (mail.cmpwn.com [45.56.77.53]) by lists.alpinelinux.org (Postfix) with ESMTP id 7D9545C5BAD for ; Tue, 16 Jan 2018 00:23:59 +0000 (GMT) DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=cmpwn.com; s=cmpwn; t=1516062239; bh=l4x/33ppnzIP0rv3qZbydT27PXY65MUmSpEcf1T5c18=; h=From:To:Cc:Subject:Date:In-Reply-To:References; b=ZcFwYGWBysRKOs4tmRS7sFQuLgWY+CsipawsQl+E1jlXaZbocJG08k7D96WIk/Jdg IKGHRQSc2pBlteP1Zf6CmxPC+dKNbxyOmNyLHvIG4rAOHMUs1KJiN01e9k6NK4oP4z hMVc/ZqMCFzuza0k+b+p9bEZk2eXUDEozJFyjbt8= From: Drew DeVault To: alpine-aports@lists.alpinelinux.org Cc: Drew DeVault Subject: [alpine-aports] [PATCH 5/6] testing/py-constantly: new aport Date: Mon, 15 Jan 2018 19:23:27 -0500 Message-Id: <20180116002328.14193-6-sir@cmpwn.com> X-Mailer: git-send-email 2.15.0 In-Reply-To: <20180116002328.14193-1-sir@cmpwn.com> References: <20180116002328.14193-1-sir@cmpwn.com> X-Mailinglist: alpine-aports Precedence: list List-Id: Alpine Development List-Unsubscribe: List-Post: List-Help: List-Subscribe: --- testing/py-constantly/APKBUILD | 49 ++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 49 insertions(+) create mode 100644 testing/py-constantly/APKBUILD diff --git a/testing/py-constantly/APKBUILD b/testing/py-constantly/APKBUILD new file mode 100644 index 0000000000..e80fe33f4d --- /dev/null +++ b/testing/py-constantly/APKBUILD @@ -0,0 +1,49 @@ +# Maintainer: Drew DeVault +pkgname=py-constantly +_pkgname=constantly +pkgver=15.1.0 +pkgrel=0 +pkgdesc="A Python library that provides symbolic constant support." +url="https://github.com/twisted/constantly" +arch="noarch" +license="MIT" +makedepends="python2-dev python3-dev py-setuptools" +subpackages="py2-${pkgname#py-}:_py2 py3-${pkgname#py-}:_py3" +source="https://files.pythonhosted.org/packages/source/${_pkgname:0:1}/$_pkgname/$_pkgname-$pkgver.tar.gz" +builddir="$srcdir/$_pkgname-$pkgver" + +build() { + cd "$builddir" + python2 setup.py build + python3 setup.py build +} + +check() { + cd "$builddir" + python2 setup.py check + python3 setup.py check +} + +package() { + mkdir -p "$pkgdir" +} + +_py2() { + _py python2 +} + +_py3() { + _py python3 +} + +_py() { + local python="$1" + pkgdesc="$pkgdesc (for $python)" + depends="$python" + install_if="$pkgname=$pkgver-r$pkgrel $python" + + cd "$builddir" + $python setup.py install --prefix=/usr --root="$subpkgdir" +} + +sha512sums="ccc6f41b0bd552d2bb5346cc9d64cd7b91a59dd30e0cf66b01e82f7e0e079c01c34bc6c66b69c5fee9d2eed35ae5455258d309e66278d708d5f576ddf2e00ac3 constantly-15.1.0.tar.gz" -- 2.15.0 --- Unsubscribe: alpine-aports+unsubscribe@lists.alpinelinux.org Help: alpine-aports+help@lists.alpinelinux.org --- From nobody Thu Mar 28 22:50:19 2024 X-Original-To: alpine-aports@lists.alpinelinux.org Received: from mail.cmpwn.com (mail.cmpwn.com [45.56.77.53]) by lists.alpinelinux.org (Postfix) with ESMTP id 7D8E35C5BA5 for ; Tue, 16 Jan 2018 00:23:59 +0000 (GMT) DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=cmpwn.com; s=cmpwn; t=1516062240; bh=WN5opiiOkxRZK/eLnp5EQgMVHzRulpY6oflTJrJuOXE=; h=From:To:Cc:Subject:Date:In-Reply-To:References; b=Rp/BwAbzSMyjeu5LGTAJFBGww7wVcUf1xGlZXG6sbuz/svTpdclR7CpQPE4Nr16v9 iFBMQ8PEtOnAOzpAeT4Hb8CVBj8pUdYDaliLdCW5ODU0tw0Tih5CwWan+Jl4X1BXp5 2t/a9x4C8zCx1G4/ULct+n7ZTtJ2qqV/oo6R83N0= From: Drew DeVault To: alpine-aports@lists.alpinelinux.org Cc: Drew DeVault Subject: [alpine-aports] [PATCH 6/6] main/twisted: add constantly, incremental to deps Date: Mon, 15 Jan 2018 19:23:28 -0500 Message-Id: <20180116002328.14193-7-sir@cmpwn.com> X-Mailer: git-send-email 2.15.0 In-Reply-To: <20180116002328.14193-1-sir@cmpwn.com> References: <20180116002328.14193-1-sir@cmpwn.com> X-Mailinglist: alpine-aports Precedence: list List-Id: Alpine Development List-Unsubscribe: List-Post: List-Help: List-Subscribe: --- main/py-twisted/APKBUILD | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main/py-twisted/APKBUILD b/main/py-twisted/APKBUILD index 24ba24e708..191dbfcad9 100644 --- a/main/py-twisted/APKBUILD +++ b/main/py-twisted/APKBUILD @@ -7,7 +7,7 @@ pkgdesc="Asynchronous networking framework written in Python." url="http://twistedmatrix.com/" arch="all" license="MIT" -depends="py-crypto py-zope-interface" +depends="py-crypto py-zope-interface py-constantly py-incremental" makedepends="python2-dev py-setuptools libtirpc-dev" install="" subpackages="$pkgname-doc" -- 2.15.0 --- Unsubscribe: alpine-aports+unsubscribe@lists.alpinelinux.org Help: alpine-aports+help@lists.alpinelinux.org ---