aboutsummaryrefslogtreecommitdiffstats
path: root/testing/py-newt_syrup/APKBUILD
diff options
context:
space:
mode:
authorNatanael Copa <ncopa@alpinelinux.org>2019-04-04 11:08:30 +0000
committerNatanael Copa <ncopa@alpinelinux.org>2019-04-17 11:45:39 +0000
commit2347e3a8d88b51015a4e8406fa5160d6cc333444 (patch)
tree835129230b0d9c661e196ad2f4035892f0488924 /testing/py-newt_syrup/APKBUILD
parent75549f1904c7aa7c40834b29dd0db8b3bef0a54c (diff)
downloadaports-2347e3a8d88b51015a4e8406fa5160d6cc333444.tar.bz2
aports-2347e3a8d88b51015a4e8406fa5160d6cc333444.tar.xz
unmaintained/py-newt_syrup: move from testing
Diffstat (limited to 'testing/py-newt_syrup/APKBUILD')
-rw-r--r--testing/py-newt_syrup/APKBUILD34
1 files changed, 0 insertions, 34 deletions
diff --git a/testing/py-newt_syrup/APKBUILD b/testing/py-newt_syrup/APKBUILD
deleted file mode 100644
index 5816a6f003..0000000000
--- a/testing/py-newt_syrup/APKBUILD
+++ /dev/null
@@ -1,34 +0,0 @@
-# Contributor: Natanael Copa <ncopa@alpinelinux.org>
-# Maintainer: Natanael Copa <ncopa@alpinelinux.org>
-pkgname=py-newt_syrup
-_realname=newt-syrup
-pkgver=0.2.0
-pkgrel=1
-pkgdesc="Newt Syrup is an app framework built on top of Newt"
-url="http://newt-syrup.fedorahosted.org/"
-arch="noarch"
-license="LGPL-2.0-or-later"
-depends="py-newt"
-depends_dev=""
-makedepends="python2-dev py-setuptools"
-install=""
-subpackages=""
-source="https://mcpierce.fedorapeople.org/sources/newt_syrup-$pkgver.tar.gz"
-
-builddir="$srcdir"/${_realname}-RELEASE-$pkgver
-
-builddir="$srcdir"/newt_syrup-$pkgver
-
-build() {
- cd "$builddir"
- python2 setup.py build || return 1
-}
-
-package() {
- cd "$builddir"
- python2 setup.py install --prefix=/usr --root="$pkgdir" || return 1
-}
-
-md5sums="5707d1a33fd234c3684aad4f3ec4d448 newt_syrup-0.2.0.tar.gz"
-sha256sums="27f34eaa54540adee5cdda95bd97d2af75a7eddcc303b4c73f36917f79e157e9 newt_syrup-0.2.0.tar.gz"
-sha512sums="9b6b1807585d58aaeca0d4783b3d2d643cdf8779acb5352b24128a59ed151f917ecf91d3f1da1d42f10350e8afed13d878e713329154a94a95c181733f393006 newt_syrup-0.2.0.tar.gz"