remove APKBUILD
This commit is contained in:
parent
97f8c47589
commit
35ed87639a
32
APKBUILD
32
APKBUILD
@ -1,32 +0,0 @@
|
|||||||
pkgname=py3-twisted
|
|
||||||
_pkgname=Twisted
|
|
||||||
pkgver=17.1.0
|
|
||||||
pkgrel=0
|
|
||||||
pkgdesc="Asynchronous networking framework written in Python."
|
|
||||||
url="http://twistedmatrix.com/"
|
|
||||||
arch="all"
|
|
||||||
license="MIT"
|
|
||||||
depends="py3-crypto py3-zope-interface"
|
|
||||||
makedepends="python3-dev py3-setuptools libtirpc-dev"
|
|
||||||
install=""
|
|
||||||
subpackages="$pkgname-doc"
|
|
||||||
source="https://twistedmatrix.com/Releases/${_pkgname}/${pkgver%.*}/${_pkgname}-${pkgver}.tar.bz2"
|
|
||||||
builddir="$srcdir"/"$_pkgname"-$pkgver
|
|
||||||
|
|
||||||
build() {
|
|
||||||
cd "$builddir"
|
|
||||||
CFLAGS="$CFLAGS `pkgconf --cflags libtirpc`" python3 setup.py build || return 1
|
|
||||||
}
|
|
||||||
|
|
||||||
package() {
|
|
||||||
cd "$builddir"
|
|
||||||
python3 setup.py install --prefix=/usr --root="$pkgdir" || return 1
|
|
||||||
install -D -m644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
|
|
||||||
_mans="pyhtmlizer.1 trial.1 twistd.1"
|
|
||||||
for _man in $_mans; do
|
|
||||||
install -m644 -D "$builddir"/docs/core/man/$_man \
|
|
||||||
"$pkgdir"/usr/share/man/man1/$_man || return 1
|
|
||||||
done
|
|
||||||
}
|
|
||||||
|
|
||||||
sha512sums="e5eedc9a70b7e4d0ec18dddaa82aa9a784e96fd517db65c278d822d15e8bdc65a35307a5a0474eb68dcb73fcd5508086bec605580a9f2f767bcbe27d714b4966 Twisted-17.1.0.tar.bz2"
|
|
Loading…
Reference in New Issue
Block a user