aboutsummaryrefslogtreecommitdiffstats
path: root/testing
diff options
context:
space:
mode:
authorEivind Uggedal <eivind@uggedal.com>2014-04-16 07:21:39 +0000
committerEivind Uggedal <eivind@uggedal.com>2014-04-16 07:23:06 +0000
commitb35c92de3e329f6648ce77668442eb535f5e6394 (patch)
tree11802e15da18841dc8006e63264e18cd72346d0b /testing
parent4c836b3111d6865b1d83bd56ec28cb78c9c0a523 (diff)
downloadaports-b35c92de3e329f6648ce77668442eb535f5e6394.tar.bz2
aports-b35c92de3e329f6648ce77668442eb535f5e6394.tar.xz
main/py-hoedown: moved from testing
Diffstat (limited to 'testing')
-rw-r--r--testing/py-hoedown/APKBUILD31
1 files changed, 0 insertions, 31 deletions
diff --git a/testing/py-hoedown/APKBUILD b/testing/py-hoedown/APKBUILD
deleted file mode 100644
index 6ecdbfe6dc..0000000000
--- a/testing/py-hoedown/APKBUILD
+++ /dev/null
@@ -1,31 +0,0 @@
-# Maintainer: Eivind Uggedal <eivind@uggedal.com>
-pkgname=py-hoedown
-_pkgname=hoedown
-pkgver=0.2
-pkgrel=0
-pkgdesc="Python binding for hoedown, a markdown parsing library"
-url="https://github.com/hhatto/python-hoedown"
-arch="all"
-license="MIT"
-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
-
-build() {
- cd "$_builddir"
- python setup.py build
-}
-
-package() {
- cd "$_builddir"
- python setup.py install --prefix=/usr --root="$pkgdir"
-}
-
-md5sums="76f56e222a52e0b575bba5274cd6bddf hoedown-0.2.tar.gz"
-sha256sums="b3f3b4885a63c545805cbc2ecf72036649623b60b97dcdc46348293bc7bf0ed3 hoedown-0.2.tar.gz"
-sha512sums="a3f872571c84665de24c594040ca72311e1dbac40f14c099f67de7b6bf3a30b4d6616b5b489a00280e5f08441d70a5774787fd39e059aea10b65cc89828cb7c1 hoedown-0.2.tar.gz"