New package: python3-pendulum-2.1.2
This commit is contained in:
parent
0cf67fb6a0
commit
d7e6b86ba5
1 changed files with 20 additions and 0 deletions
20
srcpkgs/python3-pendulum/template
Normal file
20
srcpkgs/python3-pendulum/template
Normal file
|
@ -0,0 +1,20 @@
|
||||||
|
# Template file for 'python3-pendulum'
|
||||||
|
pkgname=python3-pendulum
|
||||||
|
version=2.1.2
|
||||||
|
revision=1
|
||||||
|
wrksrc="pendulum-${version}"
|
||||||
|
build_style=python3-pep517
|
||||||
|
hostmakedepends="python3-poetry-core"
|
||||||
|
depends="python3-dateutil python3-pytzdata"
|
||||||
|
checkdepends="python3-pytest python3-pytz python3-freezegun ${depends}"
|
||||||
|
short_desc="Python datetimes made easy"
|
||||||
|
maintainer="Joel Beckmeyer <joel@beckmeyer.us>"
|
||||||
|
license="MIT"
|
||||||
|
homepage="https://pendulum.eustace.io"
|
||||||
|
changelog="https://github.com/sdispater/pendulum/blob/master/CHANGELOG.md"
|
||||||
|
distfiles="https://github.com/sdispater/pendulum/archive/refs/tags/${version}.tar.gz"
|
||||||
|
checksum=4185efa48358cb9dca57a6afbc471d4b260e70f56609d5030197373564ac4a07
|
||||||
|
|
||||||
|
post_install() {
|
||||||
|
vlicense LICENSE
|
||||||
|
}
|
Loading…
Reference in a new issue