mirror of
https://github.com/void-linux/void-packages.git
synced 2025-04-15 21:57:02 +02:00
python3-pendulum: drop packages
This commit is contained in:
parent
99a397366f
commit
5efda6b4d2
1 changed files with 0 additions and 26 deletions
|
@ -1,26 +0,0 @@
|
|||
# Template file for 'python3-pendulum'
|
||||
pkgname=python3-pendulum
|
||||
version=2.1.2
|
||||
revision=5
|
||||
build_style=python3-pep517
|
||||
hostmakedepends="python3-poetry-core python3-setuptools"
|
||||
makedepends="python3-devel"
|
||||
depends="python3-dateutil python3-pytzdata"
|
||||
checkdepends="python3-pytest python3-pytz python3-freezegun ${depends}"
|
||||
short_desc="Python datetimes made easy"
|
||||
maintainer="Orphaned <orphan@voidlinux.org>"
|
||||
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
|
||||
|
||||
do_build() {
|
||||
# pendulum ships a build.py script to compile some extensions;
|
||||
# this will shadow the build package with python3 -m build
|
||||
pyproject-build --no-isolation --wheel .
|
||||
}
|
||||
|
||||
post_install() {
|
||||
vlicense LICENSE
|
||||
}
|
Loading…
Add table
Reference in a new issue