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.org/PKGBUILD | |
parent | a1ca197bc99c2d5c2977630cc4c9dbfd5461d9c1 (diff) | |
parent | 05bea3e922aa7aec5cba3242d3f34b5c10fad24e (diff) |
-rw-r--r-- | test/fixture/version/setup/pypi.org/PKGBUILD | 23 |
diff --git a/test/fixture/version/setup/pypi.org/PKGBUILD b/test/fixture/version/setup/pypi.org/PKGBUILD new file mode 100644 index 0000000..c849968 --- /dev/null +++ b/test/fixture/version/setup/pypi.org/PKGBUILD @@ -0,0 +1,23 @@ +pkgname=python-bleach +pkgver=6.1.0 +pkgrel=1 + +pkgdesc="An easy whitelist-based HTML-sanitizing tool" +url="https://pypi.org/project/bleach/" +arch=('any') +license=('Apache') +depends=('python-packaging' + 'python-six' + 'python-webencodings') +makedepends=('python' + 'python-setuptools') +checkdepends=('python-pytest') +optdepends=('python-tinycss2: for CSS sanitisation') + +source=(https://pypi.org/packages/source/b/bleach/bleach-$pkgver.tar.gz) + +sha256sums=('0a31f1837963c41d46bbf1331b8778e1308ea0791db03cc4e7357b97cf42a8fe') + +package() { + : +} |