From d30aebdd8942679c2881ec4e1a2cb874b590a001 Mon Sep 17 00:00:00 2001 From: Britney Fransen Date: Thu, 9 Jan 2025 00:29:55 -0500 Subject: python-future: remove --- linhes/python-future/.nvchecker.toml | 3 --- linhes/python-future/PKGBUILD | 41 ------------------------------------ 2 files changed, 44 deletions(-) delete mode 100644 linhes/python-future/.nvchecker.toml delete mode 100644 linhes/python-future/PKGBUILD diff --git a/linhes/python-future/.nvchecker.toml b/linhes/python-future/.nvchecker.toml deleted file mode 100644 index 399c8bd..0000000 --- a/linhes/python-future/.nvchecker.toml +++ /dev/null @@ -1,3 +0,0 @@ -[python-future] -source = "pypi" -pypi = "future" diff --git a/linhes/python-future/PKGBUILD b/linhes/python-future/PKGBUILD deleted file mode 100644 index 8e6a2a2..0000000 --- a/linhes/python-future/PKGBUILD +++ /dev/null @@ -1,41 +0,0 @@ -# Contributor: Felix Yan -# Contributor: Christopher Arndt -# Contributor: Gaute Hope -# Contributor: Melissa Padilla - -pkgname=python-future -pkgver=1.0.0 -pkgrel=2 -pkgdesc="Clean single-source support for Python 3 and 2" -url="https://python-future.org/" -arch=('any') -license=('MIT') -depends=('python') -provides=('futurize' 'pasteurize') -#checkdepends=('python-requests' 'python-pytest') -makedepends=('python-build' 'python-installer' 'python-setuptools' 'python-wheel') -optdepends=('python-setuptools: futurize and pasteurize scripts') -options=('!emptydirs') -source=("https://pypi.io/packages/source/f/future/future-$pkgver.tar.gz") -sha512sums=('8e28d53172e3ae7b3b27c424a48fb698a6e86bf1c648cdf74e7fd57d34901a9bda18429fe4e176d70be67fc6c80b7f961b3021356594e38b5f294406af40bc61') - -build() { - cd "$srcdir"/future-$pkgver - python -m build --wheel -} -# https://github.com/PythonCharmers/python-future/issues/640 -# https://python-future.org/overview.html#status -#check() { -# cd "$srcdir"/future-$pkgver -# # test_future needs python2 so it is disabled here -# #PYTHONPATH="$PWD/build/lib:$PYTHONPATH" pytest -v tests/test_future -# PYTHONPATH="$PWD/build/lib:$PYTHONPATH" pytest -v tests/test_past -#} - -package() { - cd future-$pkgver - - python -m installer --destdir="$pkgdir" dist/*.whl - install -D -m644 LICENSE.txt \ - "$pkgdir"/usr/share/licenses/$pkgname/LICENSE.txt -} -- cgit v0.12