aboutsummaryrefslogtreecommitdiffstats
path: root/testing/py-unidecode
diff options
context:
space:
mode:
authorCarlo Landmeter <clandmeter@gmail.com>2014-10-15 14:14:39 +0200
committerCarlo Landmeter <clandmeter@gmail.com>2014-10-15 14:14:39 +0200
commite83efe677ab545847a0d8b880ebdf4da5c089b0a (patch)
tree53c3bb4da3e8ff9cc7b4d10b125a973dac32e476 /testing/py-unidecode
parent0cacdd740303ce9aa600ef2ec3838841d6bee08e (diff)
downloadaports-e83efe677ab545847a0d8b880ebdf4da5c089b0a.tar.bz2
aports-e83efe677ab545847a0d8b880ebdf4da5c089b0a.tar.xz
main/beets: move to main including deps
Diffstat (limited to 'testing/py-unidecode')
-rw-r--r--testing/py-unidecode/APKBUILD41
1 files changed, 0 insertions, 41 deletions
diff --git a/testing/py-unidecode/APKBUILD b/testing/py-unidecode/APKBUILD
deleted file mode 100644
index 0d3f925e6b..0000000000
--- a/testing/py-unidecode/APKBUILD
+++ /dev/null
@@ -1,41 +0,0 @@
-# Contributor: Fabian Affolter <fabian@affolter-engineering.ch>
-# Maintainer: Fabian Affolter <fabian@affolter-engineering.ch>
-pkgname=py-unidecode
-_pkgname=Unidecode
-pkgver=0.04.16
-pkgrel=0
-pkgdesc="A Python ASCII transliterations of Unicode text"
-url="https://pypi.python.org/pypi/Unidecode"
-arch="noarch"
-license="GPL2+"
-depends="python"
-depends_dev=""
-makedepends="python-dev py-setuptools"
-install=""
-subpackages=""
-source="http://pypi.python.org/packages/source/${_pkgname:0:1}/$_pkgname/$_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
-}
-
-build() {
- cd "$_builddir"
- python setup.py build || return 1
-}
-
-package() {
- cd "$_builddir"
- python setup.py install --prefix=/usr --root="$pkgdir" || return 1
-}
-
-md5sums="cd6e265fd61010a1cbfeb9dd42c6bcce Unidecode-0.04.16.tar.gz"
-sha256sums="4cd218737d1a807bbaba9a6534fc3c80d129cff76cf7d7fdbd71e744d836657b Unidecode-0.04.16.tar.gz"
-sha512sums="4baa763cdc604963914d7e627f2b93790f71ec214a2b19a73a459fbb9b5648d2fd80562e56a6e3e6a7159eed7b2401d365cf15563f5434d51a48a2b06afb87a6 Unidecode-0.04.16.tar.gz"