aboutsummaryrefslogtreecommitdiffstats
path: root/testing/py-xdg
diff options
context:
space:
mode:
authorCarlo Landmeter <clandmeter@gmail.com>2016-08-25 15:26:24 +0200
committerCarlo Landmeter <clandmeter@gmail.com>2016-08-25 15:26:24 +0200
commitb6af1e02efe594039707cd882517663d5370f375 (patch)
treeff9c2d55873e051e82972ba64c017352d3a75d34 /testing/py-xdg
parenta71346b7acebc600960a98c84fb32cfd72fe864b (diff)
downloadaports-b6af1e02efe594039707cd882517663d5370f375.tar.bz2
aports-b6af1e02efe594039707cd882517663d5370f375.tar.xz
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
Diffstat (limited to 'testing/py-xdg')
-rw-r--r--testing/py-xdg/APKBUILD36
1 files changed, 0 insertions, 36 deletions
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 <amatcoder@gmail.com>
-# Maintainer: August Klein <amatcoder@gmail.com>
-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"