aboutsummaryrefslogtreecommitdiffstats
path: root/testing
diff options
context:
space:
mode:
authorKeith Maxwell <keith.maxwell@gmail.com>2020-01-25 08:37:57 +0000
committerAriadne Conill <ariadne@dereferenced.org>2020-01-26 15:35:15 +0000
commit5cb6893ce389ea62596b0678cd0610f0718a16fe (patch)
tree2dd230a4765a6d5c849366013113de9026fce820 /testing
parent43b347aa6ec95f436aead29e91ddd012edcb2494 (diff)
downloadaports-5cb6893ce389ea62596b0678cd0610f0718a16fe.tar.bz2
aports-5cb6893ce389ea62596b0678cd0610f0718a16fe.tar.xz
community/py3-freezegun: move from testing
py3-freezegun is a test dependency of community/py3-google-auth-1.11.0
Diffstat (limited to 'testing')
-rw-r--r--testing/py3-freezegun/APKBUILD30
1 files changed, 0 insertions, 30 deletions
diff --git a/testing/py3-freezegun/APKBUILD b/testing/py3-freezegun/APKBUILD
deleted file mode 100644
index 33c2bf1aa6..0000000000
--- a/testing/py3-freezegun/APKBUILD
+++ /dev/null
@@ -1,30 +0,0 @@
-# Contributor: Robert Sacks <robert@sacks.email>
-# Maintainer: Robert Sacks <robert@sacks.email>
-pkgname=py3-freezegun
-_pyname=freezegun
-pkgver=0.3.13
-pkgrel=0
-pkgdesc="Let your Python tests travel through time"
-url="https://pypi.org/project/freezegun/"
-arch="noarch"
-license="Apache-2.0"
-depends="python3 py3-dateutil py3-six"
-makedepends="py3-setuptools"
-checkdepends="py3-mock py3-pytest py3-nose"
-source="https://files.pythonhosted.org/packages/source/${_pyname%${_pyname#?}}/$_pyname/$_pyname-$pkgver.tar.gz"
-builddir="$srcdir/$_pyname-$pkgver"
-
-build() {
- python3 setup.py build
-}
-
-check() {
- rm -f tests/test_uuid.py
- pytest-3
-}
-
-package() {
- python3 setup.py install --prefix=/usr --root="$pkgdir"
-}
-
-sha512sums="682f689c475ee574e7a466bfa102b96545cd8b7f095c4b5bdfda496ef667c712248db414d66c9f17fdb1a492c0deeb87a07d8b2a4128d7fdd771f89d5ea8277f freezegun-0.3.13.tar.gz"