aboutsummaryrefslogtreecommitdiffstats
path: root/testing/py3-pyramid-layout/APKBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'testing/py3-pyramid-layout/APKBUILD')
-rw-r--r--testing/py3-pyramid-layout/APKBUILD31
1 files changed, 0 insertions, 31 deletions
diff --git a/testing/py3-pyramid-layout/APKBUILD b/testing/py3-pyramid-layout/APKBUILD
deleted file mode 100644
index d5bb2c09045..00000000000
--- a/testing/py3-pyramid-layout/APKBUILD
+++ /dev/null
@@ -1,31 +0,0 @@
-# Contributor: Fabian Affolter <fabian@affolter-engineering.ch>
-# Maintainer: Fabian Affolter <fabian@affolter-engineering.ch>
-pkgname=py3-pyramid-layout
-_pkgname=pyramid_layout
-pkgver=1.0
-pkgrel=2
-pkgdesc="A pyramid plugin that provides UI layout"
-options="!check" # Requires unpackaged 'pyramid_zcml'
-url="https://pypi.python.org/pypi/pyramid_layout"
-arch="noarch"
-license="custom"
-depends="python3 py3-pyramid"
-makedepends="py3-setuptools"
-options="!check"
-subpackages="$pkgname-doc"
-source="https://files.pythonhosted.org/packages/source/${_pkgname:0:1}/$_pkgname/$_pkgname-$pkgver.tar.gz"
-builddir="$srcdir/$_pkgname-$pkgver"
-
-replaces="py-pyramid-layout" # Backwards compatiblity
-provides="py-pyramid-layout=$pkgver-r$pkgrel" # Backwards compatiblity
-
-build() {
- python3 setup.py build
-}
-
-package() {
- python3 setup.py install --prefix=/usr --root="$pkgdir"
- install -Dm644 LICENSE.rst "$pkgdir"/usr/share/licenses/$pkgname/LICENSE.rst
-}
-
-sha512sums="3cabb35cc0bb7a09f8b5b2ef439e689e3ab484bf73bb2664f4d250624dca601eada7204d894956bbc194a1da1977ded6d8d26c566f56fbde3c219adbfd7379be pyramid_layout-1.0.tar.gz"