From 2347e3a8d88b51015a4e8406fa5160d6cc333444 Mon Sep 17 00:00:00 2001 From: Natanael Copa Date: Thu, 4 Apr 2019 11:08:30 +0000 Subject: unmaintained/py-newt_syrup: move from testing --- testing/py-newt_syrup/APKBUILD | 34 ---------------------------------- 1 file changed, 34 deletions(-) delete mode 100644 testing/py-newt_syrup/APKBUILD (limited to 'testing/py-newt_syrup/APKBUILD') 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 -# Maintainer: Natanael Copa -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" -- cgit v1.2.3