mirror of
https://github.com/void-linux/void-packages.git
synced 2025-08-01 18:32:58 +02:00
New package: python3-acme-0.33.1
This commit is contained in:
parent
c4b0806f87
commit
29f1d8b3b2
1 changed files with 18 additions and 0 deletions
18
srcpkgs/python3-acme/template
Normal file
18
srcpkgs/python3-acme/template
Normal file
|
@ -0,0 +1,18 @@
|
||||||
|
# Template file for 'python3-acme'
|
||||||
|
pkgname=python3-acme
|
||||||
|
version=0.33.1
|
||||||
|
revision=1
|
||||||
|
archs=noarch
|
||||||
|
wrksrc="acme-${version}"
|
||||||
|
build_style=python3-module
|
||||||
|
pycompile_module="acme"
|
||||||
|
hostmakedepends="python3-setuptools"
|
||||||
|
depends="python3-cryptography python3-openssl python3-pyrfc3339
|
||||||
|
python3-pytz python3-requests python3-requests-toolbelt python3-setuptools
|
||||||
|
python3-six python3-josepy"
|
||||||
|
short_desc="ACME protocol implementation in Python"
|
||||||
|
maintainer="maxice8 <thinkabit.ukim@gmail.com>"
|
||||||
|
license="Apache-2.0"
|
||||||
|
homepage="https://github.com/certbot/certbot"
|
||||||
|
distfiles="${PYPI_SITE}/a/acme/acme-${version}.tar.gz"
|
||||||
|
checksum=b38cdb71d0071efe1f1190a744f8f95f3c698b76ac0f5d919bbfe3522e277a82
|
Loading…
Add table
Reference in a new issue