*/*: drop duplicate packages #435
29 changed files with 0 additions and 1001 deletions
|
@ -1,39 +0,0 @@
|
|||
# Automatically generated by apkbuild-cpan, template 1
|
||||
# Contributor: Francesco Colista <fcolista@alpinelinux.org>
|
||||
# Maintainer: Francesco Colista <fcolista@alpinelinux.org>
|
||||
pkgname=perl-module-find
|
||||
_pkgreal=Module-Find
|
||||
pkgver=0.16
|
||||
pkgrel=0
|
||||
pkgdesc="Find and use installed modules in a (sub)category"
|
||||
url="https://metacpan.org/release/Module-Find"
|
||||
arch="noarch"
|
||||
license="GPL-1.0-or-later OR Artistic-1.0-Perl"
|
||||
depends="perl"
|
||||
subpackages="$pkgname-doc"
|
||||
source="https://cpan.metacpan.org/authors/id/C/CR/CRENZ/Module-Find-$pkgver.tar.gz"
|
||||
|
||||
builddir="$srcdir/$_pkgreal-$pkgver"
|
||||
|
||||
prepare() {
|
||||
export CFLAGS=$(perl -MConfig -E 'say $Config{ccflags}')
|
||||
PERL_MM_USE_DEFAULT=1 perl Makefile.PL INSTALLDIRS=vendor
|
||||
}
|
||||
|
||||
build() {
|
||||
export CFLAGS=$(perl -MConfig -E 'say $Config{ccflags}')
|
||||
make
|
||||
}
|
||||
|
||||
check() {
|
||||
make test
|
||||
}
|
||||
|
||||
package() {
|
||||
make DESTDIR="$pkgdir" install
|
||||
find "$pkgdir" \( -name perllocal.pod -o -name .packlist \) -delete
|
||||
}
|
||||
|
||||
sha512sums="
|
||||
a0c935fd229320ce74052180571c0da9667dc87a717e039bec27120a8ac1552988352038efd1805d62ac40fcaf7985c44b6d9c56648b379f1ca0f03727e550bd Module-Find-0.16.tar.gz
|
||||
"
|
|
@ -1,40 +0,0 @@
|
|||
# Maintainer: Patrycja Rosa <alpine@ptrcnull.me>
|
||||
pkgname=py3-a2wsgi
|
||||
pkgver=1.8.0
|
||||
pkgrel=0
|
||||
pkgdesc="Convert WSGI app to ASGI app or ASGI app to WSGI app"
|
||||
url="https://github.com/abersheeran/a2wsgi"
|
||||
arch="noarch"
|
||||
license="Apache-2.0"
|
||||
depends="python3"
|
||||
makedepends="py3-gpep517 py3-pdm-backend py3-wheel"
|
||||
checkdepends="py3-pytest py3-httpx py3-pytest-asyncio"
|
||||
subpackages="$pkgname-pyc"
|
||||
source="https://github.com/abersheeran/a2wsgi/archive/refs/tags/v$pkgver/a2wsgi-$pkgver.tar.gz"
|
||||
builddir="$srcdir/a2wsgi-$pkgver"
|
||||
|
||||
case "$CARCH" in
|
||||
# test suite blocked by py3-httpx
|
||||
armhf|ppc64le) options="!check" ;;
|
||||
esac
|
||||
|
||||
build() {
|
||||
gpep517 build-wheel \
|
||||
--wheel-dir .dist \
|
||||
--output-fd 3 3>&1 >&2
|
||||
}
|
||||
|
||||
check() {
|
||||
python3 -m venv --clear --without-pip --system-site-packages .testenv
|
||||
.testenv/bin/python3 -m installer .dist/*.whl
|
||||
.testenv/bin/python3 -m pytest
|
||||
}
|
||||
|
||||
package() {
|
||||
python3 -m installer -d "$pkgdir" \
|
||||
.dist/*.whl
|
||||
}
|
||||
|
||||
sha512sums="
|
||||
0c3a45ea279e2c104a52a7b70780de7a055312e857b712b534020a2c9f43b62b5d60639b5ce721c5e3717f0315c58496134813772613135b22111905df10d5ad a2wsgi-1.8.0.tar.gz
|
||||
"
|
|
@ -1,12 +0,0 @@
|
|||
diff --git a/pyproject.toml b/pyproject.toml
|
||||
index 2e67514..c7f3b40 100644
|
||||
--- a/pyproject.toml
|
||||
+++ b/pyproject.toml
|
||||
@@ -35,5 +35,5 @@ benchmark = [
|
||||
includes = ["a2wsgi"]
|
||||
|
||||
[build-system]
|
||||
-build-backend = "pdm.pep517.api"
|
||||
-requires = ["pdm-pep517>=1.0.0"]
|
||||
+build-backend = "pdm.backend"
|
||||
+requires = ["pdm-backend>=1.0.0"]
|
|
@ -1,31 +0,0 @@
|
|||
# Contributor: Michał Polański <michal@polanski.me>
|
||||
# Maintainer: Michał Polański <michal@polanski.me>
|
||||
pkgname=py3-httptools
|
||||
pkgver=0.6.1
|
||||
pkgrel=0
|
||||
pkgdesc="Fast HTTP parser"
|
||||
url="https://github.com/MagicStack/httptools"
|
||||
license="MIT"
|
||||
arch="all"
|
||||
makedepends="py3-setuptools python3-dev cython http-parser-dev llhttp-dev"
|
||||
checkdepends="py3-pytest py3-aiohttp py3-openssl py3-psutil"
|
||||
subpackages="$pkgname-pyc"
|
||||
source="https://github.com/MagicStack/httptools/archive/v$pkgver/py3-httptools-$pkgver.tar.gz"
|
||||
builddir="$srcdir/httptools-$pkgver"
|
||||
|
||||
build() {
|
||||
python3 setup.py build build_ext --inplace \
|
||||
--use-system-http-parser --use-system-llhttp
|
||||
}
|
||||
|
||||
check() {
|
||||
PYTHONPATH="$(echo "$PWD"/build/lib.linux-*)" pytest
|
||||
}
|
||||
|
||||
package() {
|
||||
python3 setup.py install --root="$pkgdir" --skip-build
|
||||
}
|
||||
|
||||
sha512sums="
|
||||
28dc7e91dd15d9b26b1136428b8de2aaaaa3746d40aafce8e4f8ee68ec4b7f7e95a2677904810e34cd2aa1dd3738c43eef7497cbb751648d41929dc38927c426 py3-httptools-0.6.1.tar.gz
|
||||
"
|
|
@ -1,35 +0,0 @@
|
|||
# Contributor: Leo <thinkabit.ukim@gmail.com>
|
||||
# Maintainer:
|
||||
pkgname=py3-validators
|
||||
pkgver=0.20.0
|
||||
pkgrel=0
|
||||
pkgdesc="Python3 Data Validation for Humans"
|
||||
url="https://github.com/python-validators/validators"
|
||||
arch="noarch"
|
||||
license="MIT"
|
||||
depends="py3-decorator py3-six"
|
||||
makedepends="py3-gpep517 py3-setuptools py3-wheel"
|
||||
checkdepends="py3-isort py3-pytest py3-flake8"
|
||||
subpackages="$pkgname-pyc"
|
||||
source="https://github.com/python-validators/validators/archive/$pkgver/py3-validators-$pkgver.tar.gz"
|
||||
builddir="$srcdir/validators-$pkgver"
|
||||
|
||||
build() {
|
||||
gpep517 build-wheel \
|
||||
--wheel-dir .dist \
|
||||
--output-fd 3 3>&1 >&2
|
||||
}
|
||||
|
||||
check() {
|
||||
python3 -m venv --clear --without-pip --system-site-packages .testenv
|
||||
.testenv/bin/python3 -m installer .dist/*.whl
|
||||
.testenv/bin/python3 -m pytest
|
||||
}
|
||||
|
||||
package() {
|
||||
python3 -m installer -d "$pkgdir" .dist/*.whl
|
||||
}
|
||||
|
||||
sha512sums="
|
||||
45a07c061022da453c31fc946950be3a701f36afbf0e0eb82b91f4bdb26c4d2d0ab47f6958ac88fd2e0a1563201e946014a5cb93cfa1c6710411982852d571c7 py3-validators-0.20.0.tar.gz
|
||||
"
|
|
@ -1,35 +0,0 @@
|
|||
# Contributor: Fabian Affolter <fabian@affolter-engineering.ch>
|
||||
# Maintainer: Fabian Affolter <fabian@affolter-engineering.ch>
|
||||
pkgname=py3-w3lib
|
||||
_pkgname=w3lib
|
||||
pkgver=2.1.2
|
||||
pkgrel=0
|
||||
pkgdesc="A library of web-related functions"
|
||||
url="https://github.com/scrapy/w3lib"
|
||||
arch="noarch"
|
||||
license="BSD-3-Clause"
|
||||
depends="python3"
|
||||
makedepends="py3-setuptools"
|
||||
checkdepends="py3-pytest"
|
||||
subpackages="$pkgname-pyc"
|
||||
source="https://files.pythonhosted.org/packages/source/${_pkgname:0:1}/$_pkgname/$_pkgname-$pkgver.tar.gz"
|
||||
builddir="$srcdir/$_pkgname-$pkgver"
|
||||
|
||||
replaces="py-w3lib" # Backwards compatibility
|
||||
provides="py-w3lib=$pkgver-r$pkgrel" # Backwards compatibility
|
||||
|
||||
build() {
|
||||
python3 setup.py build
|
||||
}
|
||||
|
||||
check() {
|
||||
pytest -v
|
||||
}
|
||||
|
||||
package() {
|
||||
python3 setup.py install --skip-build --root="$pkgdir"
|
||||
}
|
||||
|
||||
sha512sums="
|
||||
cfff2520cab24b84c93223125de3fb813e4d40d23a022f7fc34196c3033adb5dfc01358d62566dcc4b763d40b271e1428eba0250ba997228d07f35cd3721e37e w3lib-2.1.2.tar.gz
|
||||
"
|
|
@ -1,58 +0,0 @@
|
|||
# Contributor: Michał Polański <michal@polanski.me>
|
||||
# Maintainer: Michał Polański <michal@polanski.me>
|
||||
pkgname=uvicorn
|
||||
pkgver=0.22.0
|
||||
pkgrel=0
|
||||
pkgdesc="Lightning-fast ASGI server"
|
||||
url="https://www.uvicorn.org/"
|
||||
license="BSD-3-Clause"
|
||||
arch="noarch"
|
||||
depends="
|
||||
python3
|
||||
py3-asgiref
|
||||
py3-click
|
||||
py3-h11
|
||||
"
|
||||
makedepends="py3-gpep517 py3-hatchling"
|
||||
checkdepends="
|
||||
py3-a2wsgi
|
||||
py3-dotenv
|
||||
py3-httptools
|
||||
py3-httpx
|
||||
py3-pytest
|
||||
py3-pytest-mock
|
||||
py3-trustme
|
||||
py3-watchfiles
|
||||
py3-websockets
|
||||
py3-wsproto
|
||||
py3-yaml
|
||||
"
|
||||
options="!check" # Missing dependency for tests
|
||||
subpackages="$pkgname-pyc"
|
||||
source="https://github.com/encode/uvicorn/archive/$pkgver/uvicorn-$pkgver.tar.gz"
|
||||
|
||||
case "$CARCH" in
|
||||
# test suite blocked by py3-httpx
|
||||
armhf|ppc64le) options="!check" ;;
|
||||
# test failures
|
||||
aarch64) options="!check" ;;
|
||||
esac
|
||||
|
||||
build() {
|
||||
gpep517 build-wheel \
|
||||
--wheel-dir .dist \
|
||||
--output-fd 3 3>&1 >&2
|
||||
}
|
||||
|
||||
check() {
|
||||
pytest
|
||||
}
|
||||
|
||||
package() {
|
||||
python3 -m installer -d "$pkgdir" \
|
||||
.dist/uvicorn-$pkgver-py3-none-any.whl
|
||||
}
|
||||
|
||||
sha512sums="
|
||||
61af2df426a5bc060a32730ddf024ca8dd39ccea6800235bf48d7e0c694b9d363cbedd826f498063c6779061af84b6b56e8ab0a466e74291dbbaf5ae995e5587 uvicorn-0.22.0.tar.gz
|
||||
"
|
|
@ -1,32 +0,0 @@
|
|||
# Contributor: Antoine Martin (ayakael) <dev@ayakael.net>
|
||||
# Maintainer: Antoine Martin (ayakael) <dev@ayakael.net>
|
||||
pkgname=py3-crispy-bootstrap4
|
||||
#_pkgreal is used by apkbuild-pypi to find modules at PyPI
|
||||
_pkgreal=crispy-bootstrap4
|
||||
pkgver=2023.1
|
||||
pkgrel=0
|
||||
pkgdesc="Bootstrap4 template pack for django-crispy-forms"
|
||||
url="https://pypi.org/project/crispy-bootstrap4/"
|
||||
arch="noarch"
|
||||
license="MIT"
|
||||
depends="python3 py3-django-crispy-forms"
|
||||
checkdepends="python3-dev"
|
||||
makedepends="py3-setuptools py3-gpep517 py3-wheel"
|
||||
source="$pkgname-$pkgver.tar.gz::https://pypi.io/packages/source/c/crispy-bootstrap4/crispy-bootstrap4-$pkgver.tar.gz"
|
||||
builddir="$srcdir/$_pkgreal-$pkgver"
|
||||
subpackages="$pkgname-pyc"
|
||||
|
||||
build() {
|
||||
gpep517 build-wheel \
|
||||
--wheel-dir .dist \
|
||||
--output-fd 3 3>&1 >&2
|
||||
}
|
||||
|
||||
package() {
|
||||
python3 -m installer -d "$pkgdir" \
|
||||
.dist/*.whl
|
||||
}
|
||||
|
||||
sha512sums="
|
||||
ad54a94280110804beee3c6fa06aa97648d6496d3b1d7819d145d3dafbae7f200610f610ffbd3449ed244e799be953a754c26622b50b2266d9f2d54d4a86d496 py3-crispy-bootstrap4-2023.1.tar.gz
|
||||
"
|
|
@ -1,32 +0,0 @@
|
|||
# Contributor: Antoine Martin (ayakael) <dev@ayakael.net>
|
||||
# Maintainer: Antoine Martin (ayakael) <dev@ayakael.net>
|
||||
pkgname=py3-django-annoying
|
||||
#_pkgreal is used by apkbuild-pypi to find modules at PyPI
|
||||
_pkgreal=django-annoying
|
||||
pkgver=0.10.6
|
||||
pkgrel=0
|
||||
pkgdesc="This is a django application that tries to eliminate annoying things in the Django framework."
|
||||
url="https://pypi.python.org/project/django-annoying"
|
||||
arch="noarch"
|
||||
license="BSD"
|
||||
depends="py3-django py3-six"
|
||||
checkdepends="python3-dev"
|
||||
makedepends="py3-setuptools py3-gpep517 py3-wheel"
|
||||
source="$pkgname-$pkgver.tar.gz::https://pypi.io/packages/source/d/django-annoying/django-annoying-$pkgver.tar.gz"
|
||||
builddir="$srcdir/$_pkgreal-$pkgver"
|
||||
subpackages="$pkgname-pyc"
|
||||
|
||||
build() {
|
||||
gpep517 build-wheel \
|
||||
--wheel-dir .dist \
|
||||
--output-fd 3 3>&1 >&2
|
||||
}
|
||||
|
||||
package() {
|
||||
python3 -m installer -d "$pkgdir" \
|
||||
.dist/*.whl
|
||||
}
|
||||
|
||||
sha512sums="
|
||||
7b676c1e5aff6b19ae5bb1ea279cc5e46e28b7adc0afe8e9fc80e72da02378e5264db854e9c48cdc243440193760691d5003c3400a9955bdbfb8d7c7325774ed py3-django-annoying-0.10.6.tar.gz
|
||||
"
|
|
@ -1,32 +0,0 @@
|
|||
# Contributor: Antoine Martin (ayakael) <dev@ayakael.net>
|
||||
# Maintainer: Antoine Martin (ayakael) <dev@ayakael.net>
|
||||
pkgname=py3-django-auth-ldap
|
||||
#_pkgreal is used by apkbuild-pypi to find modules at PyPI
|
||||
_pkgreal=django-auth-ldap
|
||||
pkgver=4.6.0
|
||||
pkgrel=0
|
||||
pkgdesc="Django LDAP authentication backend"
|
||||
url="https://pypi.python.org/project/django-auth-ldap"
|
||||
arch="noarch"
|
||||
license="BSD"
|
||||
depends="py3-django py3-ldap"
|
||||
checkdepends="python3-dev"
|
||||
makedepends="py3-setuptools py3-gpep517 py3-wheel"
|
||||
source="$pkgname-$pkgver.tar.gz::https://pypi.io/packages/source/d/django-auth-ldap/django-auth-ldap-$pkgver.tar.gz"
|
||||
builddir="$srcdir/$_pkgreal-$pkgver"
|
||||
subpackages="$pkgname-pyc"
|
||||
|
||||
build() {
|
||||
gpep517 build-wheel \
|
||||
--wheel-dir .dist \
|
||||
--output-fd 3 3>&1 >&2
|
||||
}
|
||||
|
||||
package() {
|
||||
python3 -m installer -d "$pkgdir" \
|
||||
.dist/*.whl
|
||||
}
|
||||
|
||||
sha512sums="
|
||||
fc3945fb9cece694b63661c8565d877bdc81e012e9b4e9a8f1840bd83f6effb525e36f40e5dd5018b43d2c7c72fcdd25a5c61bf35e6f0d05e70e830f69228498 py3-django-auth-ldap-4.6.0.tar.gz
|
||||
"
|
|
@ -1,33 +0,0 @@
|
|||
# Contributor: Antoine Martin (ayakael) <dev@ayakael.net>
|
||||
# Maintainer: Antoine Martin (ayakael) <dev@ayakael.net>
|
||||
pkgname=py3-django-autocomplete-light
|
||||
#_pkgreal is used by apkbuild-pypi to find modules at PyPI
|
||||
_pkgreal=django-autocomplete-light
|
||||
pkgver=3.9.7
|
||||
pkgrel=0
|
||||
pkgdesc="Fresh autocompletes for Django"
|
||||
url="https://pypi.python.org/project/django-autocomplete-light"
|
||||
arch="noarch"
|
||||
license="MIT"
|
||||
depends="python3"
|
||||
depends="py3-django py3-six"
|
||||
checkdepends="python3-dev"
|
||||
makedepends="py3-setuptools py3-gpep517 py3-wheel"
|
||||
source="$pkgname-$pkgver.tar.gz::https://pypi.io/packages/source/d/django-autocomplete-light/django-autocomplete-light-$pkgver.tar.gz"
|
||||
builddir="$srcdir/$_pkgreal-$pkgver"
|
||||
subpackages="$pkgname-pyc"
|
||||
|
||||
build() {
|
||||
gpep517 build-wheel \
|
||||
--wheel-dir .dist \
|
||||
--output-fd 3 3>&1 >&2
|
||||
}
|
||||
|
||||
package() {
|
||||
python3 -m installer -d "$pkgdir" \
|
||||
.dist/*.whl
|
||||
}
|
||||
|
||||
sha512sums="
|
||||
c3ddb6870bce2b9bd6912c24bf843945af2b9c6a9477d1e45d4a7c4a9e16dca10e68a4c741cd2448c1c5eb73278d7d963d839769740b8dc61a21ec9fdbecc45a py3-django-autocomplete-light-3.9.7.tar.gz
|
||||
"
|
|
@ -1,31 +0,0 @@
|
|||
# Contributor: Antoine Martin (ayakael) <dev@ayakael.net>
|
||||
# Maintainer: Antoine Martin (ayakael) <dev@ayakael.net>
|
||||
pkgname=py3-django-cleanup
|
||||
#_pkgreal is used by apkbuild-pypi to find modules at PyPI
|
||||
_pkgreal=django-cleanup
|
||||
pkgver=8.0.0
|
||||
pkgrel=0
|
||||
pkgdesc="Deletes old files."
|
||||
url="https://pypi.python.org/project/django-cleanup"
|
||||
arch="noarch"
|
||||
license="MIT"
|
||||
depends="py3-django"
|
||||
checkdepends="python3-dev"
|
||||
makedepends="py3-setuptools py3-gpep517 py3-wheel"
|
||||
source="$pkgname-$pkgver.tar.gz::https://pypi.io/packages/source/d/django-cleanup/django-cleanup-$pkgver.tar.gz"
|
||||
builddir="$srcdir/$_pkgreal-$pkgver"
|
||||
subpackages="$pkgname-pyc"
|
||||
|
||||
build() {
|
||||
gpep517 build-wheel \
|
||||
--wheel-dir .dist \
|
||||
--output-fd 3 3>&1 >&2
|
||||
}
|
||||
|
||||
package() {
|
||||
python3 -m installer -d "$pkgdir" \
|
||||
.dist/*.whl
|
||||
}
|
||||
sha512sums="
|
||||
c11ae07f47c1522afabf477a96e14efee2c86dfb139977bd60e6b293da12181979f1a35295d6bb4822fc0dbfcc2780253faa72ce291f1fdbb02436291c7866db py3-django-cleanup-8.0.0.tar.gz
|
||||
"
|
|
@ -1,31 +0,0 @@
|
|||
# Contributor: Antoine Martin (ayakael) <dev@ayakael.net>
|
||||
# Maintainer: Antoine Martin (ayakael) <dev@ayakael.net>
|
||||
pkgname=py3-django-hcaptcha
|
||||
#_pkgreal is used by apkbuild-pypi to find modules at PyPI
|
||||
_pkgreal=django-hCaptcha
|
||||
pkgver=0.2.0
|
||||
pkgrel=0
|
||||
pkgdesc="Django hCaptcha provides a simple way to protect your django forms using hCaptcha"
|
||||
url="https://pypi.python.org/project/django-hCaptcha"
|
||||
arch="noarch"
|
||||
license="BSD-3-Clause"
|
||||
depends="py3-django"
|
||||
checkdepends="python3-dev"
|
||||
makedepends="py3-setuptools py3-gpep517 py3-wheel"
|
||||
source="$pkgname-$pkgver.tar.gz::https://pypi.io/packages/source/d/django-hCaptcha/django-hCaptcha-$pkgver.tar.gz"
|
||||
builddir="$srcdir/$_pkgreal-$pkgver"
|
||||
subpackages="$pkgname-pyc"
|
||||
|
||||
build() {
|
||||
gpep517 build-wheel \
|
||||
--wheel-dir .dist \
|
||||
--output-fd 3 3>&1 >&2
|
||||
}
|
||||
package() {
|
||||
python3 -m installer -d "$pkgdir" \
|
||||
.dist/*.whl
|
||||
}
|
||||
|
||||
sha512sums="
|
||||
2935b3e1ec2f76cf7cc872864febbb35bdfdd4e8428d6d2dc716f63c75764ede32d538971d8b7b262c49806527690d0664a4205568cc3d8370d8228d00e29dd7 py3-django-hcaptcha-0.2.0.tar.gz
|
||||
"
|
|
@ -1,37 +0,0 @@
|
|||
# Contributor: Antoine Martin (ayakael) <dev@ayakael.net>
|
||||
# Maintainer: Antoine Martin (ayakael) <dev@ayakael.net>
|
||||
pkgname=py3-django-js-reverse
|
||||
#_pkgreal is used by apkbuild-pypi to find modules at PyPI
|
||||
_pkgreal=django-js-reverse
|
||||
pkgver=0.10.2
|
||||
pkgrel=0
|
||||
pkgdesc="Javascript url handling for Django that doesn't hurt."
|
||||
url="https://pypi.python.org/project/django-js-reverse"
|
||||
arch="noarch"
|
||||
license="MIT"
|
||||
depends="py3-django"
|
||||
checkdepends="python3-dev"
|
||||
makedepends="py3-setuptools py3-gpep517 py3-wheel"
|
||||
source="$pkgname-$pkgver.tar.gz::https://pypi.io/packages/source/d/django-js-reverse/django-js-reverse-$pkgver.tar.gz"
|
||||
builddir="$srcdir/$_pkgreal-$pkgver"
|
||||
subpackages="$pkgname-pyc"
|
||||
|
||||
prepare() {
|
||||
default_prepare
|
||||
touch $builddir/CHANGELOG.rst # expects this file for build
|
||||
}
|
||||
|
||||
build() {
|
||||
gpep517 build-wheel \
|
||||
--wheel-dir .dist \
|
||||
--output-fd 3 3>&1 >&2
|
||||
}
|
||||
|
||||
package() {
|
||||
python3 -m installer -d "$pkgdir" \
|
||||
.dist/*.whl
|
||||
}
|
||||
|
||||
sha512sums="
|
||||
12ce6754d20129820b17365e92dc1fd28d17f6f766fa9e4913b38ff08bbad3dc13dccc07a1c33902f327f81aa3eb37c32fce86218b9b4729de8d16f284d9b1fd py3-django-js-reverse-0.10.2.tar.gz
|
||||
"
|
|
@ -1,32 +0,0 @@
|
|||
# Contributor: Antoine Martin (ayakael) <dev@ayakael.net>
|
||||
# Maintainer: Antoine Martin (ayakael) <dev@ayakael.net>
|
||||
pkgname=py3-django-scopes
|
||||
#_pkgreal is used by apkbuild-pypi to find modules at PyPI
|
||||
_pkgreal=django-scopes
|
||||
pkgver=2.0.0
|
||||
pkgrel=0
|
||||
pkgdesc="Scope querys in multi-tenant django applications"
|
||||
url="https://pypi.python.org/project/django-scopes"
|
||||
arch="noarch"
|
||||
license="Apache-2.0"
|
||||
depends="py3-django"
|
||||
checkdepends="python3-dev"
|
||||
makedepends="py3-setuptools py3-gpep517 py3-wheel"
|
||||
source="$pkgname-$pkgver.tar.gz::https://pypi.io/packages/source/d/django-scopes/django-scopes-$pkgver.tar.gz"
|
||||
builddir="$srcdir/$_pkgreal-$pkgver"
|
||||
subpackages="$pkgname-pyc"
|
||||
|
||||
build() {
|
||||
gpep517 build-wheel \
|
||||
--wheel-dir .dist \
|
||||
--output-fd 3 3>&1 >&2
|
||||
}
|
||||
|
||||
package() {
|
||||
python3 -m installer -d "$pkgdir" \
|
||||
.dist/*.whl
|
||||
}
|
||||
|
||||
sha512sums="
|
||||
ff9b2337c84ba076209958effb326fd5827547acd86351cc7ac9b15220d0c689c153776a07ae9c0d15f3fba034430023df25197d98a095f005f7edeab565c08f py3-django-scopes-2.0.0.tar.gz
|
||||
"
|
|
@ -1,32 +0,0 @@
|
|||
# Contributor: Antoine Martin (ayakael) <dev@ayakael.net>
|
||||
# Maintainer: Antoine Martin (ayakael) <dev@ayakael.net>
|
||||
pkgname=py3-django-webpack-loader
|
||||
#_pkgreal is used by apkbuild-pypi to find modules at PyPI
|
||||
_pkgreal=django-webpack-loader
|
||||
pkgver=3.0.0
|
||||
pkgrel=0
|
||||
pkgdesc="Transparently use webpack with django"
|
||||
url="https://pypi.python.org/project/django-webpack-loader"
|
||||
arch="noarch"
|
||||
license="MIT"
|
||||
depends="py3-django"
|
||||
checkdepends="python3-dev"
|
||||
makedepends="py3-setuptools py3-gpep517 py3-wheel"
|
||||
source="$pkgname-$pkgver.tar.gz::https://pypi.io/packages/source/d/django-webpack-loader/django-webpack-loader-$pkgver.tar.gz"
|
||||
builddir="$srcdir/$_pkgreal-$pkgver"
|
||||
subpackages="$pkgname-pyc"
|
||||
|
||||
build() {
|
||||
gpep517 build-wheel \
|
||||
--wheel-dir .dist \
|
||||
--output-fd 3 3>&1 >&2
|
||||
}
|
||||
|
||||
package() {
|
||||
python3 -m installer -d "$pkgdir" \
|
||||
.dist/*.whl
|
||||
}
|
||||
|
||||
sha512sums="
|
||||
1e081261859ad7f51563856c81535f8e052004b856e988d3d8ec57c45ee7643324cc7bae6558f8391fa90038eef1765dde622b337821b05f04fb30d7e3d93a07 py3-django-webpack-loader-3.0.0.tar.gz
|
||||
"
|
|
@ -1,33 +0,0 @@
|
|||
# Contributor: Antoine Martin (ayakael) <dev@ayakael.net>
|
||||
# Maintainer: Antoine Martin (ayakael) <dev@ayakael.net>
|
||||
pkgname=py3-drf-writable-nested
|
||||
#_pkgreal is used by apkbuild-pypi to find modules at PyPI
|
||||
_pkgreal=drf-writable-nested
|
||||
pkgver=0.7.0
|
||||
pkgrel=0
|
||||
pkgdesc="Writable nested helpers for django-rest-framework's serializers"
|
||||
url="https://pypi.python.org/project/drf-writable-nested"
|
||||
arch="noarch"
|
||||
license="MIT"
|
||||
depends="py3-django-rest-framework"
|
||||
checkdepends="py3-pytest py3-pytest-cov py3-pytest-django"
|
||||
makedepends="py3-setuptools py3-gpep517 py3-wheel"
|
||||
source="$pkgname-$pkgver.tar.gz::https://github.com/beda-software/drf-writable-nested/archive/refs/tags/v$pkgver.tar.gz"
|
||||
builddir="$srcdir/$_pkgreal-$pkgver"
|
||||
subpackages="$pkgname-pyc"
|
||||
|
||||
build() {
|
||||
gpep517 build-wheel \
|
||||
--wheel-dir .dist \
|
||||
--output-fd 3 3>&1 >&2
|
||||
}
|
||||
|
||||
package() {
|
||||
python3 -m installer -d "$pkgdir" \
|
||||
.dist/*.whl
|
||||
}
|
||||
|
||||
|
||||
sha512sums="
|
||||
674e2206a8dad2f61f6eed9bbf137593bacbceb4789c5e46e0e5a965f172daac76878e13d3f1492b2a2d8bc97d310b0625b1fd65de19f92d7f71153e9f5c3089 py3-drf-writable-nested-0.7.0.tar.gz
|
||||
"
|
|
@ -1,41 +0,0 @@
|
|||
# Contributor: Antoine Martin (ayakael) <dev@ayakael.net>
|
||||
# Maintainer: Antoine Martin (ayakael) <dev@ayakael.net>
|
||||
pkgname=py3-extruct
|
||||
#_pkgreal is used by apkbuild-pypi to find modules at PyPI
|
||||
_pkgreal=extruct
|
||||
pkgver=0.16.0
|
||||
pkgrel=0
|
||||
pkgdesc="Extract embedded metadata from HTML markup"
|
||||
url="https://pypi.python.org/project/extruct"
|
||||
license="BSD-3-Clause"
|
||||
arch="noarch"
|
||||
depends="
|
||||
py3-lxml
|
||||
py3-pyrdfa3
|
||||
py3-mf2py
|
||||
py3-w3lib
|
||||
py3-html-text
|
||||
py3-six
|
||||
py3-jstyleson
|
||||
py3-requests
|
||||
"
|
||||
checkdepends="python3-dev"
|
||||
makedepends="py3-setuptools py3-gpep517 py3-wheel"
|
||||
source="$pkgname-$pkgver.tar.gz::https://pypi.io/packages/source/e/extruct/extruct-$pkgver.tar.gz"
|
||||
builddir="$srcdir/$_pkgreal-$pkgver"
|
||||
subpackages="$pkgname-pyc"
|
||||
|
||||
build() {
|
||||
gpep517 build-wheel \
|
||||
--wheel-dir .dist \
|
||||
--output-fd 3 3>&1 >&2
|
||||
}
|
||||
|
||||
package() {
|
||||
python3 -m installer -d "$pkgdir" \
|
||||
.dist/*.whl
|
||||
}
|
||||
|
||||
sha512sums="
|
||||
da645863d3b421418871cdbbf2b970458c124c9f078aa013b5ef6147ddbebc3ef39dfb7b668dbb35aac8b47f6417525d16a40d0d5cb7e56aa0e4edf779a02a24 py3-extruct-0.16.0.tar.gz
|
||||
"
|
|
@ -1,31 +0,0 @@
|
|||
# Contributor: Antoine Martin (ayakael) <dev@ayakael.net>
|
||||
# Maintainer: Antoine Martin (ayakael) <dev@ayakael.net>
|
||||
pkgname=py3-html-text
|
||||
#_pkgreal is used by apkbuild-pypi to find modules at PyPI
|
||||
_pkgreal=html_text
|
||||
pkgver=0.5.2
|
||||
pkgrel=0
|
||||
pkgdesc="Extract text from HTML"
|
||||
url="https://pypi.python.org/project/html-rext"
|
||||
arch="noarch"
|
||||
license="MIT"
|
||||
depends="py3-lxml"
|
||||
checkdepends="py3-pytest"
|
||||
makedepends="py3-setuptools py3-gpep517 py3-wheel"
|
||||
source="$pkgname-$pkgver.tar.gz::https://pypi.io/packages/source/h/html_text/html_text-$pkgver.tar.gz"
|
||||
builddir="$srcdir/$_pkgreal-$pkgver"
|
||||
subpackages="$pkgname-pyc"
|
||||
|
||||
build() {
|
||||
gpep517 build-wheel \
|
||||
--wheel-dir .dist \
|
||||
--output-fd 3 3>&1 >&2
|
||||
}
|
||||
|
||||
package() {
|
||||
python3 -m installer -d "$pkgdir" \
|
||||
.dist/*.whl
|
||||
}
|
||||
sha512sums="
|
||||
95a4f216329838850fbb2d72a07e953bd115a4e8a8b919dc3cc431d4c1781f2287a6cdf5c7d895caaff18c0b29cd2842bf42852b41d46d009062f94523f1bcde py3-html-text-0.5.2.tar.gz
|
||||
"
|
|
@ -1,31 +0,0 @@
|
|||
# Contributor: Antoine Martin (ayakael) <dev@ayakael.net>
|
||||
# Maintainer: Antoine Martin (ayakael) <dev@ayakael.net>
|
||||
pkgname=py3-jstyleson
|
||||
#_pkgreal is used by apkbuild-pypi to find modules at PyPI
|
||||
_pkgreal=jstyleson
|
||||
pkgver=0.0.2
|
||||
pkgrel=0
|
||||
pkgdesc="Library to parse JSON with js-style comments."
|
||||
url="https://pypi.python.org/project/jstylejson"
|
||||
arch="noarch"
|
||||
license="MIT"
|
||||
checkdepends="python3-dev"
|
||||
makedepends="py3-setuptools py3-gpep517 py3-wheel"
|
||||
source="$pkgname-$pkgver.tar.gz::https://pypi.io/packages/source/j/jstyleson/jstyleson-$pkgver.tar.gz"
|
||||
builddir="$srcdir/$_pkgreal-$pkgver"
|
||||
subpackages="$pkgname-pyc"
|
||||
|
||||
build() {
|
||||
gpep517 build-wheel \
|
||||
--wheel-dir .dist \
|
||||
--output-fd 3 3>&1 >&2
|
||||
}
|
||||
|
||||
package() {
|
||||
python3 -m installer -d "$pkgdir" \
|
||||
.dist/*.whl
|
||||
}
|
||||
|
||||
sha512sums="
|
||||
99285536538f3cd70e2cee505826f335e207b577f361f5996589578eef06b8b29fd25fa254c150ef40618cca19554fe329750c123be0a9abf8d19cee47369a54 py3-jstyleson-0.0.2.tar.gz
|
||||
"
|
|
@ -1,50 +0,0 @@
|
|||
# Contributor: Antoine Martin (ayakael) <dev@ayakael.net>
|
||||
# Maintainer: Antoine Martin (ayakael) <dev@ayakael.net>
|
||||
pkgname=py3-onelogin
|
||||
_pkgname=onelogin-python-sdk
|
||||
pkgver=3.1.6
|
||||
pkgrel=0
|
||||
pkgdesc="OpenAPI Specification for OneLogin"
|
||||
url="https://github.com/onelogin/onelogin-python-sdk"
|
||||
license="MIT"
|
||||
arch="noarch"
|
||||
depends="
|
||||
py3-dateutil
|
||||
py3-urllib3
|
||||
py3-frozendict
|
||||
py3-typing-extensions
|
||||
py3-certifi
|
||||
"
|
||||
makedepends="
|
||||
py3-setuptools
|
||||
py3-gpep517
|
||||
py3-wheel
|
||||
py3-installer
|
||||
"
|
||||
checkdepends="
|
||||
py3-pytest
|
||||
"
|
||||
source="$pkgname-$pkgver.tar.gz::https://github.com/onelogin/onelogin-python-sdk/archive/$pkgver.tar.gz"
|
||||
builddir="$srcdir"/$_pkgname-$pkgver
|
||||
options="!check" # Failing test unit
|
||||
subpackages="$pkgname-pyc"
|
||||
|
||||
build() {
|
||||
gpep517 build-wheel \
|
||||
--wheel-dir .dist \
|
||||
--output-fd 3 3>&1 >&2
|
||||
}
|
||||
|
||||
check() {
|
||||
pytest -v
|
||||
}
|
||||
|
||||
package() {
|
||||
python3 -m installer -d "$pkgdir" \
|
||||
.dist/*.whl
|
||||
}
|
||||
|
||||
sha512sums="
|
||||
44fccb05e82c55db82617c33cc0e2287699969d9a7f12a4992c0cd35c28b2215c66bef37849e45b5506df11524d1b143a2ab3ae16f001af51f0135c92d0801a4 py3-onelogin-3.1.6.tar.gz
|
||||
"
|
||||
|
|
@ -1,40 +0,0 @@
|
|||
# Maintainer: Antoine Martin (ayakael) <dev@ayakael.net>
|
||||
# Contributor: Antoine Martin (ayakael) <dev@ayakael.net>
|
||||
pkgname=py3-pyppeteer
|
||||
_pkgreal=pyppeteer
|
||||
pkgver=1.0.2
|
||||
pkgrel=0
|
||||
pkgdesc="Headless chrome/chromium automation library (unofficial port of puppeteer)"
|
||||
url="https://pypi.python.org/project/pyppeteer"
|
||||
arch="noarch"
|
||||
license="MIT"
|
||||
depends="
|
||||
chromium
|
||||
py3-appdirs
|
||||
py3-certifi
|
||||
py3-importlib-metadata
|
||||
py3-pyee
|
||||
py3-tqdm
|
||||
py3-urllib3
|
||||
py3-websockets
|
||||
"
|
||||
checkdepends="python3-dev"
|
||||
makedepends="py3-setuptools py3-gpep517 py3-wheel poetry"
|
||||
source="$pkgname-$pkgver.tar.gz::https://pypi.io/packages/source/p/pyppeteer/pyppeteer-$pkgver.tar.gz"
|
||||
builddir="$srcdir/$_pkgreal-$pkgver"
|
||||
subpackages="$pkgname-pyc"
|
||||
|
||||
build() {
|
||||
gpep517 build-wheel \
|
||||
--wheel-dir dist \
|
||||
--output-fd 3 3>&1 >&2
|
||||
}
|
||||
|
||||
package() {
|
||||
python3 -m installer -d "$pkgdir" \
|
||||
dist/*.whl
|
||||
}
|
||||
|
||||
sha512sums="
|
||||
a73d00fa1c94172891d44411614aa16f517aa5babb4d7cb220cac8c4135a78c6f25463c768dae37c2186df658d8c185cb2ac5cc2dc943d24b3b212ccc037a532 py3-pyppeteer-1.0.2.tar.gz
|
||||
"
|
|
@ -1,36 +0,0 @@
|
|||
# Contributor: Antoine Martin (ayakael) <dev@ayakael.net>
|
||||
# Maintainer: Antoine Martin (ayakael) <dev@ayakael.net>
|
||||
pkgname=py3-pyrdfa3
|
||||
#_pkgreal is used by apkbuild-pypi to find modules at PyPI
|
||||
_pkgreal=pyRdfa3
|
||||
pkgver=3.5.3
|
||||
pkgrel=0
|
||||
pkgdesc="pyRdfa Libray"
|
||||
url="https://pypi.python.org/project/pyrdfa3"
|
||||
license="W3C-20150513"
|
||||
arch="noarch"
|
||||
depends="py3-rdflib py3-html5lib py3-isodate"
|
||||
checkdepends="python3-dev"
|
||||
makedepends="py3-setuptools py3-gpep517 py3-wheel"
|
||||
source="
|
||||
$pkgname-$pkgver.tar.gz::https://pypi.io/packages/source/p/pyRdfa3/pyRdfa3-$pkgver.tar.gz
|
||||
fix-build.patch
|
||||
"
|
||||
builddir="$srcdir/$_pkgreal-$pkgver"
|
||||
subpackages="$pkgname-pyc"
|
||||
|
||||
build() {
|
||||
gpep517 build-wheel \
|
||||
--wheel-dir .dist \
|
||||
--output-fd 3 3>&1 >&2
|
||||
}
|
||||
|
||||
package() {
|
||||
python3 -m installer -d "$pkgdir" \
|
||||
.dist/*.whl
|
||||
}
|
||||
|
||||
sha512sums="
|
||||
98e931a1af7edcfe80f35f3a6b50b0afa8782a3bdbbee6bb609f7e474099273871c9927fcdb3a9c59c8feff5756ddd6bfac3a900bc536f22ce247c7900769b01 py3-pyrdfa3-3.5.3.tar.gz
|
||||
62d5c95c69840884e8bf0b8c0d0c30226f96b5196285317b84a1277d4fcdb79ada4a2f7c7ce3b4bcaf8dbeeb0438b580ae08b2798d70d3f46d76e135890d7a0f fix-build.patch
|
||||
"
|
|
@ -1,15 +0,0 @@
|
|||
diff --git a/setup.py.orig b/setup.py
|
||||
index 1b004e4..bb7da12 100644
|
||||
--- a/setup.py.orig
|
||||
+++ b/setup.py
|
||||
@@ -29,8 +29,8 @@ setup(name="pyRdfa3",
|
||||
'rdfa1.1 = pyRdfa.rdflibparsers:RDFaParser',
|
||||
'application/svg+xml = pyRdfa.rdflibparsers:RDFaParser',
|
||||
'application/xhtml+xml = pyRdfa.rdflibparsers:RDFaParser',
|
||||
- 'hturtle = pyRdfa.rdflibparsers:HTurtleParser'
|
||||
- 'html = pyRdfa.rdflibparsers:StructuredDataParser'
|
||||
+ 'hturtle = pyRdfa.rdflibparsers:HTurtleParser',
|
||||
+ 'html = pyRdfa.rdflibparsers:StructuredDataParser',
|
||||
'html/text = pyRdfa.rdflibparsers:StructuredDataParser'
|
||||
],
|
||||
}
|
|
@ -1,32 +0,0 @@
|
|||
# Contributor: Antoine Martin (ayakael) <dev@ayakael.net>
|
||||
# Maintainer: Antoine Martin (ayakael) <dev@ayakael.net>
|
||||
pkgname=py3-pytest-factoryboy
|
||||
#_pkgreal is used by apkbuild-pypi to find modules at PyPI
|
||||
_pkgreal=pytest_factoryboy
|
||||
pkgver=2.6.0
|
||||
pkgrel=0
|
||||
pkgdesc="Factory Boy support for pytest."
|
||||
url="https://pypi.python.org/project/pytest-factoryboy"
|
||||
arch="noarch"
|
||||
license="MIT"
|
||||
depends="py3-pytest py3-inflection py3-factory-boy py3-typing-extensions"
|
||||
checkdepends="py3-tox py3-coverage py3-mypy"
|
||||
makedepends="py3-setuptools py3-gpep517 py3-wheel py3-poetry-core"
|
||||
subpackages="$pkgname-pyc"
|
||||
source="$pkgname-$pkgver.tar.gz::https://pypi.io/packages/source/p/pytest_factoryboy/pytest_factoryboy-$pkgver.tar.gz"
|
||||
builddir="$srcdir/$_pkgreal-$pkgver"
|
||||
|
||||
build() {
|
||||
gpep517 build-wheel \
|
||||
--wheel-dir .dist \
|
||||
--output-fd 3 3>&1 >&2
|
||||
}
|
||||
|
||||
package() {
|
||||
python3 -m installer -d "$pkgdir" \
|
||||
.dist/*.whl
|
||||
}
|
||||
|
||||
sha512sums="
|
||||
083ad71de9d61ca29e09b7f1c243f36a75716defbc9639c03719ef6eedf73def6fe5803b50de91bf3d5c5892ff1c082dc6cc960fa4e8b6e9a616bbfac871e4ef py3-pytest-factoryboy-2.6.0.tar.gz
|
||||
"
|
|
@ -1,32 +0,0 @@
|
|||
# Contributor: Antoine Martin (ayakael) <dev@ayakael.net>
|
||||
# Maintainer: Antoine Martin (ayakael) <dev@ayakael.net>
|
||||
pkgname=py3-pytube
|
||||
#_pkgreal is used by apkbuild-pypi to find modules at PyPI
|
||||
_pkgreal=pytube
|
||||
pkgver=15.0.0
|
||||
pkgrel=0
|
||||
pkgdesc="Python 3 library for downloading YouTube Videos."
|
||||
url="https://pypi.python.org/project/pytube"
|
||||
arch="noarch"
|
||||
license="Unlicense"
|
||||
depends="python3"
|
||||
checkdepends="python3-dev"
|
||||
makedepends="py3-setuptools py3-gpep517 py3-wheel"
|
||||
source="$pkgname-$pkgver.tar.gz::https://pypi.io/packages/source/p/pytube/pytube-$pkgver.tar.gz"
|
||||
builddir="$srcdir/$_pkgreal-$pkgver"
|
||||
subpackages="$pkgname-pyc"
|
||||
|
||||
build() {
|
||||
gpep517 build-wheel \
|
||||
--wheel-dir .dist \
|
||||
--output-fd 3 3>&1 >&2
|
||||
}
|
||||
|
||||
package() {
|
||||
python3 -m installer -d "$pkgdir" \
|
||||
.dist/*.whl
|
||||
}
|
||||
|
||||
sha512sums="
|
||||
68174a3392e5f2ff3059dc1f301783b1ce0a0334044b9e96b6066052066b3c3cee93bfc87449d10589795b3e43055cf6d629f1cac21bfc9ea2c4249b5f264c26 py3-pytube-15.0.0.tar.gz
|
||||
"
|
|
@ -1,32 +0,0 @@
|
|||
# Contributor: Antoine Martin (ayakael) <dev@ayakael.net>
|
||||
# Maintainer: Antoine Martin (ayakael) <dev@ayakael.net>
|
||||
pkgname=py3-recipe-scrapers
|
||||
#_pkgreal is used by apkbuild-pypi to find modules at PyPI
|
||||
_pkgreal=recipe_scrapers
|
||||
pkgver=14.53.0
|
||||
pkgrel=0
|
||||
pkgdesc="Python package, scraping recipes from all over the internet"
|
||||
url="https://pypi.python.org/project/recipe-scrapers"
|
||||
arch="noarch"
|
||||
license="MIT"
|
||||
depends="py3-beautifulsoup4 py3-extruct py3-isodate py3-requests"
|
||||
checkdepends="python3-dev"
|
||||
makedepends="py3-setuptools py3-gpep517 py3-wheel"
|
||||
source="$pkgname-$pkgver.tar.gz::https://pypi.io/packages/source/r/recipe_scrapers/recipe_scrapers-$pkgver.tar.gz"
|
||||
builddir="$srcdir/$_pkgreal-$pkgver"
|
||||
subpackages="$pkgname-pyc"
|
||||
|
||||
build() {
|
||||
gpep517 build-wheel \
|
||||
--wheel-dir .dist \
|
||||
--output-fd 3 3>&1 >&2
|
||||
}
|
||||
|
||||
package() {
|
||||
python3 -m installer -d "$pkgdir" \
|
||||
.dist/*.whl
|
||||
}
|
||||
|
||||
sha512sums="
|
||||
5a8f7ac802c193c12ce85000fbc83d49bd82080a31e5bb0e9d9de51a8f5053d4e98c69f927b9d518846131151ca7857ce3880c568dc80c14a21f621ee6d69f24 py3-recipe-scrapers-14.53.0.tar.gz
|
||||
"
|
|
@ -1,32 +0,0 @@
|
|||
# Contributor: Antoine Martin (ayakael) <dev@ayakael.net>
|
||||
# Maintainer: Antoine Martin (ayakael) <dev@ayakael.net>
|
||||
pkgname=py3-webdavclient3
|
||||
#_pkgreal is used by apkbuild-pypi to find modules at PyPI
|
||||
_pkgreal=webdavclient3
|
||||
pkgver=3.14.6
|
||||
pkgrel=0
|
||||
pkgdesc="WebDAV client"
|
||||
url="https://pypi.python.org/project/webdavclient3"
|
||||
arch="noarch"
|
||||
license="MIT"
|
||||
depends="py3-requests py3-lxml py3-dateutil"
|
||||
checkdepends="py3-pytest"
|
||||
makedepends="py3-setuptools py3-gpep517 py3-wheel"
|
||||
source="$pkgname-$pkgver.tar.gz::https://pypi.io/packages/source/w/webdavclient3/webdavclient3-$pkgver.tar.gz"
|
||||
builddir="$srcdir/$_pkgreal-$pkgver"
|
||||
subpackages="$pkgname-pyc"
|
||||
|
||||
build() {
|
||||
gpep517 build-wheel \
|
||||
--wheel-dir .dist \
|
||||
--output-fd 3 3>&1 >&2
|
||||
}
|
||||
|
||||
package() {
|
||||
python3 -m installer -d "$pkgdir" \
|
||||
.dist/*.whl
|
||||
}
|
||||
|
||||
sha512sums="
|
||||
8561fc5fbfd4b0a5e65e8291ee5994aa941ceb586386a14de9f80cf4e3c12be88207c90b6fa991fbd690291019e45d2937e8a4c8fd19891d53d68de430ef9d9e py3-webdavclient3-3.14.6.tar.gz
|
||||
"
|
|
@ -1,54 +0,0 @@
|
|||
# Contributor: Sander Maijers <S.N.Maijers+Alpine@gmail.com>
|
||||
# Maintainer: Sander Maijers <S.N.Maijers+Alpine@gmail.com>
|
||||
pkgname=xmlsec
|
||||
pkgver=1.2.37
|
||||
pkgrel=0
|
||||
pkgdesc="C based implementation for XML Signature Syntax and Processing and XML Encryption Syntax and Processing"
|
||||
url="https://github.com/lsh123/xmlsec/"
|
||||
arch="all"
|
||||
license="MIT"
|
||||
makedepends="
|
||||
libtool
|
||||
libxml2-dev
|
||||
libxslt-dev
|
||||
nss-dev
|
||||
openssl-dev>3
|
||||
"
|
||||
checkdepends="nss-tools"
|
||||
options="libtool !check" # disable tests til https://github.com/lsh123/xmlsec/issues/308 is fixed
|
||||
subpackages="$pkgname-nss $pkgname-dev $pkgname-doc"
|
||||
source="https://github.com/lsh123/xmlsec/releases/download/xmlsec-${pkgver//./_}/xmlsec1-$pkgver.tar.gz"
|
||||
builddir="$srcdir/xmlsec1-$pkgver"
|
||||
|
||||
build() {
|
||||
./configure \
|
||||
--build=$CBUILD \
|
||||
--host=$CHOST \
|
||||
--prefix=/usr \
|
||||
--disable-static \
|
||||
--enable-pkgconfig \
|
||||
--with-openssl=/usr \
|
||||
--without-gnutls \
|
||||
--without-gcrypt \
|
||||
--with-default-crypto=openssl
|
||||
make
|
||||
}
|
||||
|
||||
check() {
|
||||
make -k check
|
||||
}
|
||||
|
||||
package() {
|
||||
make DESTDIR="$pkgdir" install
|
||||
}
|
||||
|
||||
nss() {
|
||||
pkgdesc="xmlsec nss plugin"
|
||||
install_if="$pkgname=$pkgver-r$pkgrel nss"
|
||||
|
||||
amove usr/lib/libxmlsec1-nss.so*
|
||||
}
|
||||
|
||||
sha512sums="
|
||||
99220cb28a346ffac0023f9f177d6a7be3ddcea04bea434b7dc926c1f0aaa5564d75f74f92896ac100179c04d77e001f688ddf46fed4e0a0b4f20b7b87c24900 xmlsec1-1.2.37.tar.gz
|
||||
"
|
Loading…
Reference in a new issue