Skip to content
Snippets Groups Projects
Commit cc95ad3b authored by Niklas Meyer's avatar Niklas Meyer Committed by Kevin Daudt
Browse files

testing/py3-acme-tiny: new aport

testing/py3-acme-tiny new aport

Added !check option to disable checks

Fixed Naming, Building, Updating for MR

Fixed redundant entries, removed _pkgreal
parent 83d79859
No related branches found
No related tags found
1 merge request!57141testing/py3-acme-tiny: new aport
Pipeline #200956 skipped
# Automatically generated by apkbuild-pypi, template 3
# Contributor: Niklas Meyer <derlinkman@gmail.com>
# Maintainer: Niklas Meyer <derlinkman@gmail.com>
pkgname=acme-tiny
pkgver=5.0.1
pkgrel=0
pkgdesc="A tiny script to issue and renew TLS certs from Let's Encrypt"
url="http://packages.python.org/pypi/acme-tiny"
arch="noarch"
license="MIT"
depends="python3"
makedepends="
py3-setuptools
py3-gpep517
py3-pip
py3-wheel
"
source="https://files.pythonhosted.org/packages/source/a/acme-tiny/acme-tiny-$pkgver.tar.gz"
options="!check" # tests are broken so we skip them
build() {
gpep517 build-wheel \
--wheel-dir .dist \
--output-fd 3 3>&1 >&2
}
package() {
python3 -m installer -d "$pkgdir" \
.dist/*.whl
}
sha512sums="
12940426b0fd9cce333ae400161ba371f2c05fdcbb7ac5931079e9b420a5504c89b35613678c9527333647a7ca2f5cfd4eb238ca7b762c5488b9dd98fb3e4731 acme-tiny-5.0.1.tar.gz
"
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment