aboutsummaryrefslogtreecommitdiffstats
path: root/testing/py3-poetry-core/APKBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'testing/py3-poetry-core/APKBUILD')
-rw-r--r--testing/py3-poetry-core/APKBUILD30
1 files changed, 0 insertions, 30 deletions
diff --git a/testing/py3-poetry-core/APKBUILD b/testing/py3-poetry-core/APKBUILD
deleted file mode 100644
index 8403494d49a..00000000000
--- a/testing/py3-poetry-core/APKBUILD
+++ /dev/null
@@ -1,30 +0,0 @@
-# Contributor: Michał Polański <michal@polanski.me>
-# Maintainer: Michał Polański <michal@polanski.me>
-pkgname=py3-poetry-core
-_pkgname=poetry-core
-pkgver=1.0.7
-pkgrel=0
-pkgdesc="PEP 517 build backend implementation for Poetry"
-url="https://github.com/python-poetry/poetry-core"
-arch="noarch"
-license="MIT"
-depends="python3"
-makedepends="py3-pip"
-checkdepends="py3-pytest py3-pytest-mock py3-virtualenv python3-dev"
-source="$_pkgname-$pkgver.tar.gz::https://github.com/python-poetry/poetry-core/archive/$pkgver.tar.gz"
-builddir="$srcdir/$_pkgname-$pkgver"
-
-check() {
- # skip test that is incompatible with the .gitignore file in the aports tree (src entry)
- pytest tests \
- --deselect tests/masonry/builders/test_sdist.py::test_includes_with_inline_table
- pytest --integration tests/integration
-}
-
-package() {
- pip install --compile --no-deps --root="$pkgdir" .
-}
-
-sha512sums="
-40a8b17ae7c51135eb5f96ec76426f075075de7dafff8ab828fe3b47d13759856a7fd2e7504c1216c4f942befde2c6d42c3976978202ce7aa224e966162bd8e5 poetry-core-1.0.7.tar.gz
-"