main/py3-*: remove, upstream (!603)

Packages are now available on Alpine
This commit is contained in:
Luca Weiss 2019-09-07 20:32:46 +02:00 committed by Oliver Smith
parent 34507896c7
commit 858edb3b4d
No known key found for this signature in database
GPG key ID: 5AE7F5513E0885CB
3 changed files with 0 additions and 79 deletions

View file

@ -1,26 +0,0 @@
# Maintainer: Luca Weiss <luca@z3ntu.xyz>
pkgname=py3-brotlipy
_pkgname=brotlipy
pkgver=0.7.0
pkgrel=1
pkgdesc="Python binding to the Brotli library"
url="https://github.com/python-hyper/brotlipy"
arch="x86_64"
license="MIT"
depends="python3 py3-cffi"
makedepends="python3-dev"
source="https://files.pythonhosted.org/packages/source/${_pkgname:0:1}/$_pkgname/$_pkgname-$pkgver.tar.gz"
builddir="$srcdir/$_pkgname-$pkgver"
options="!check"
build() {
cd "$builddir"
python3 setup.py build
}
package() {
cd "$builddir"
python3 setup.py install --prefix=/usr --root="$pkgdir"
}
sha512sums="2a01e5b2d217043f13316afc4f54569c5dff76d31c296d4be563a5851195380ab80a33a3035ca95effdebffb45806fb9a431a181bba6f9af205b7f5576937268 brotlipy-0.7.0.tar.gz"

View file

@ -1,29 +0,0 @@
# Maintainer: Luca Weiss <luca@z3ntu.xyz>
pkgname=py3-dbusmock
_pkgname=python-dbusmock
pkgver=0.18
pkgrel=1
pkgdesc="Mock D-Bus objects for tests"
url="https://github.com/martinpitt/python-dbusmock/"
arch="x86_64"
license="LGPL-3.0"
depends="python3 py3-dbus py3-gobject3"
makedepends="python3-dev"
checkdepends="dbus py3-nose"
source="https://files.pythonhosted.org/packages/source/${_pkgname:0:1}/$_pkgname/$_pkgname-$pkgver.tar.gz"
builddir="$srcdir/$_pkgname-$pkgver"
options="!check" # See https://github.com/martinpitt/python-dbusmock/issues/46
build() {
python3 setup.py build
}
check() {
python3 setup.py test
}
package() {
python3 setup.py install --prefix=/usr --root="$pkgdir"
}
sha512sums="1747cbece9bc091cef13d8377bf59ec3653bd9d65b5f35af66f3f5ef0595cf5145bd518142a9110c033217c0636b43521e38a1035ba9af9dbadf76e943687b52 python-dbusmock-0.18.tar.gz"

View file

@ -1,24 +0,0 @@
# Maintainer: Luca Weiss <luca@z3ntu.xyz>
pkgname=py3-httpbin
_pkgname=httpbin
pkgver=0.7.0
pkgrel=1
pkgdesc="HTTP Request and Response Service"
url="https://github.com/requests/httpbin"
arch="x86_64"
license="MIT"
depends="python3 py3-flask py3-six py3-raven py3-blinker py3-brotlipy py3-decorator"
makedepends="python3-dev"
source="https://files.pythonhosted.org/packages/source/${_pkgname:0:1}/$_pkgname/$_pkgname-$pkgver.tar.gz"
builddir="$srcdir/$_pkgname-$pkgver"
options="!check"
build() {
python3 setup.py build
}
package() {
python3 setup.py install --prefix=/usr --root="$pkgdir"
}
sha512sums="82e80058b58943637e9f8191764cea79bf7a6e40f36069f9b5d3f908585dbef20a03ef070d1f865d350920b6e874a93a48a544b05c14ff4911038ec2c20f6f63 httpbin-0.7.0.tar.gz"