aboutsummaryrefslogtreecommitdiffstats
path: root/testing
diff options
context:
space:
mode:
authorLeo <thinkabit.ukim@gmail.com>2019-07-21 02:21:10 -0300
committerLeo <thinkabit.ukim@gmail.com>2019-07-21 02:21:10 -0300
commit114491a6b7074831c193d8df5d47e4d73063aaab (patch)
tree625fc0325b20933321fcc3a44231001d5ce0788f /testing
parentdf73706e0cf2cc5828f9d4a1b1d1cca106258e87 (diff)
testing/py-fedmsg: remove
- Was packages without packaging other dependencies so never worked - Was packaged without listing all dependencies so really never worked
Diffstat (limited to 'testing')
-rw-r--r--testing/py-fedmsg/APKBUILD35
1 files changed, 0 insertions, 35 deletions
diff --git a/testing/py-fedmsg/APKBUILD b/testing/py-fedmsg/APKBUILD
deleted file mode 100644
index fe3eaaffaa9..00000000000
--- a/testing/py-fedmsg/APKBUILD
+++ /dev/null
@@ -1,35 +0,0 @@
-# Contributor: Francesco Colista <fcolista@alpinelinux.org>
-# Maintainer: Francesco Colista <fcolista@alpinelinux.org>
-pkgname=py-fedmsg
-_pkgname=fedmsg
-pkgver=1.1.1
-pkgrel=0
-pkgdesc="Utilities used around Fedora Infrastructure to send and receive messages"
-url="https://fedmsg.readthedocs.org/"
-arch="noarch"
-license="LGPL-2.0"
-depends="python2"
-depends_dev="py-setuptools"
-makedepends="$depends_dev"
-install=""
-subpackages="$pkgname-dev $pkgname-doc"
-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
-}
-
-check() {
- cd "$builddir"
- python2 setup.py check
-}
-
-package() {
- cd "$builddir"
- python2 setup.py install --prefix=/usr --root="$pkgdir"
- install -D -m644 LICENSE $pkgdir/usr/share/licenses/$pkgname/LICENSE
-}
-
-sha512sums="fcc3a0a6ef239ee6ef76f12a2d9e15ec61bce0e09ac11473cded79c176423199b88c78bbf9b634de18c648016019fe7523d2630d63312967c5276344a9ce2c41 fedmsg-1.1.1.tar.gz"