From b6af1e02efe594039707cd882517663d5370f375 Mon Sep 17 00:00:00 2001 From: Carlo Landmeter Date: Thu, 25 Aug 2016 15:26:24 +0200 Subject: testing/[multiple]: move unmaintained packages This moves all packages from testing to unmaintained which have not been updated for atleast 6 months. If you are affected by this commit please follow this proceddure: * make sure your packages build on all architectures * move your pacakge(s) back to testing * if you want to keep this package and can maintain it (or find somebody to maintain it for you) for a minimum of 6 months ask it to be moved to community --- testing/py-xdg/APKBUILD | 36 ------------------------------------ 1 file changed, 36 deletions(-) delete mode 100644 testing/py-xdg/APKBUILD (limited to 'testing/py-xdg') diff --git a/testing/py-xdg/APKBUILD b/testing/py-xdg/APKBUILD deleted file mode 100644 index c22458d32f..0000000000 --- a/testing/py-xdg/APKBUILD +++ /dev/null @@ -1,36 +0,0 @@ -# Contributor: August Klein -# Maintainer: August Klein -pkgname=py-xdg -_pkgname=pyxdg -pkgver=0.25 -pkgrel=0 -pkgdesc="A python library to access freedesktop.org standards" -url="http://freedesktop.org/wiki/Software/pyxdg" -arch="noarch" -license="LGPL" -depends="" -depends_dev="python-dev" -makedepends="$depends_dev" -install="" -subpackages="" -source="http://people.freedesktop.org/~takluyver/$_pkgname-$pkgver.tar.gz" - -_builddir="$srcdir"/$_pkgname-$pkgver -prepare() { - local i - cd "$_builddir" - for i in $source; do - case $i in - *.patch) msg $i; patch -p1 -i "$srcdir"/$i || return 1;; - esac - done -} - -package() { - cd "$_builddir" - python setup.py install --prefix=/usr --root="$pkgdir" || return 1 -} - -md5sums="bedcdb3a0ed85986d40044c87f23477c pyxdg-0.25.tar.gz" -sha256sums="81e883e0b9517d624e8b0499eb267b82a815c0b7146d5269f364988ae031279d pyxdg-0.25.tar.gz" -sha512sums="86cbf3a54fb8e79043db60dcdbb3fb10013ae25a900fa3592edc8a24bf3f440c19bc04626c7906293c785fcb56eab9d87d209b723b5baa872376ba1eb86758b6 pyxdg-0.25.tar.gz" -- cgit v1.2.3