diff options
author | Andreas Baumann <mail@andreasbaumann.cc> | 2024-04-21 10:18:55 +0200 |
---|---|---|
committer | Andreas Baumann <mail@andreasbaumann.cc> | 2024-04-21 10:18:55 +0200 |
commit | 2dc7a161a09518edae9e04a77fca569460d6a560 (patch) | |
tree | 5c893311826fc1ae7090352fb2f17a2d3d3a560e /test/fixture/version/setup/files.pythonhosted.org/PKGBUILD | |
parent | a1ca197bc99c2d5c2977630cc4c9dbfd5461d9c1 (diff) | |
parent | 05bea3e922aa7aec5cba3242d3f34b5c10fad24e (diff) | |
download | devtools-2dc7a161a09518edae9e04a77fca569460d6a560.tar.xz |
Diffstat (limited to 'test/fixture/version/setup/files.pythonhosted.org/PKGBUILD')
-rw-r--r-- | test/fixture/version/setup/files.pythonhosted.org/PKGBUILD | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/test/fixture/version/setup/files.pythonhosted.org/PKGBUILD b/test/fixture/version/setup/files.pythonhosted.org/PKGBUILD new file mode 100644 index 0000000..b6eba1e --- /dev/null +++ b/test/fixture/version/setup/files.pythonhosted.org/PKGBUILD @@ -0,0 +1,15 @@ +_pyname=ipyparallel +pkgname=python-$_pyname +pkgver=8.6.1 +pkgrel=1 +pkgdesc='Interactive Parallel Computing in Python' +url='https://pypi.org/project/ipyparallel/' +arch=(any) +license=(BSD) +source=(https://files.pythonhosted.org/packages/source/${_pyname::1}/$_pyname/$_pyname-$pkgver.tar.gz) +depends=(python) +sha256sums=('a39aa5ef9560170bf0e9afedca9ff045e1b9c1832c49303377edcc91cea9fb77') + +package() { + : +} |