index : devtools32 | |
Archlinux32 fork of devtools | gitolite user |
summaryrefslogtreecommitdiff |
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/pypi.io/PKGBUILD | |
parent | a1ca197bc99c2d5c2977630cc4c9dbfd5461d9c1 (diff) | |
parent | 05bea3e922aa7aec5cba3242d3f34b5c10fad24e (diff) |
-rw-r--r-- | test/fixture/version/setup/pypi.io/PKGBUILD | 17 |
diff --git a/test/fixture/version/setup/pypi.io/PKGBUILD b/test/fixture/version/setup/pypi.io/PKGBUILD new file mode 100644 index 0000000..8b95c5f --- /dev/null +++ b/test/fixture/version/setup/pypi.io/PKGBUILD @@ -0,0 +1,17 @@ +pkgname=python-pyaml +pkgver=23.9.0 +pkgrel=1 +pkgdesc="PyYAML-based module to produce pretty and readable YAML-serialized data" +url="https://pypi.python.org/pypi/pyaml" +license=('BSD') +arch=('any') +depends=('python-yaml') +makedepends=('python-setuptools') +checkdepends=('python-unidecode') +optdepends=('python-unidecode: Needed if same-id objects or recursion is used within serialized data') +source=("https://pypi.io/packages/source/p/pyaml/pyaml-$pkgver.tar.gz") +sha512sums=('1ff23e07e45d6530b6666a26947362a6bb2125b731dd03501aafe9096766a38fec7906a36666c7974e49cedf9a91f5af0973827151c746933e7b969aeec56ab8') + +package() { + : +} |