From 05bea3e922aa7aec5cba3242d3f34b5c10fad24e Mon Sep 17 00:00:00 2001 From: Levente Polyak Date: Mon, 4 Mar 2024 23:37:49 +0100 Subject: test: add basic bats setup and test cases for `version setup` Signed-off-by: Levente Polyak --- test/fixture/version/setup/pypi.org/PKGBUILD | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 test/fixture/version/setup/pypi.org/PKGBUILD (limited to 'test/fixture/version/setup/pypi.org/PKGBUILD') 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() { + : +} -- cgit v1.2.3-54-g00ecf