From 25661f39b56c3b681f84ad4fae5a344f64733545 Mon Sep 17 00:00:00 2001 From: Leo Date: Tue, 21 Jan 2020 03:49:54 +0100 Subject: main/py3-fixtures: move from testing --- testing/py3-fixtures/APKBUILD | 30 ------------------------------ 1 file changed, 30 deletions(-) delete mode 100644 testing/py3-fixtures/APKBUILD (limited to 'testing') diff --git a/testing/py3-fixtures/APKBUILD b/testing/py3-fixtures/APKBUILD deleted file mode 100644 index 7d38b8db94e..00000000000 --- a/testing/py3-fixtures/APKBUILD +++ /dev/null @@ -1,30 +0,0 @@ -# Contributor: Francesco Colista -# Maintainer: Francesco Colista -pkgname=py3-fixtures -_pkgname=fixtures -pkgver=3.0.0 -pkgrel=3 -pkgdesc="Fixtures, reusable state for writing clean tests and more." -url="https://pypi.python.org/pypi/fixtures/" -arch="noarch" -license="MIT" -depends="python3" -makedepends="py3-setuptools" -source="https://files.pythonhosted.org/packages/source/${_pkgname:0:1}/$_pkgname/$_pkgname-$pkgver.tar.gz" -builddir="$srcdir"/$_pkgname-$pkgver - -replaces="py-fixtures" # Backwards compatibility -provides="py-fixtures=$pkgver-r$pkgrel" # Backwards compatibility - -check() { - python3 setup.py check -} - -build() { - python3 setup.py build -} - -package() { - python3 setup.py install --prefix=/usr --root="$pkgdir" -} -sha512sums="e52ba864c42d15a8baa60583761006b2dd78e3cd5f3f043f5702346aef428b933d62e8fa5889b7cb4196e4072acc5df3b7ffa39702a1b782887bdc109299b695 fixtures-3.0.0.tar.gz" -- cgit debian/1.2.3+git2.25.1-1-2-gaceb0