From 5efda6b4d2bf905f88b5b314440c20d77f76dedf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C4=90o=C3=A0n=20Tr=E1=BA=A7n=20C=C3=B4ng=20Danh?= Date: Sat, 21 Dec 2024 18:10:20 +0700 Subject: [PATCH] python3-pendulum: drop packages --- srcpkgs/python3-pendulum/template | 26 -------------------------- 1 file changed, 26 deletions(-) delete mode 100644 srcpkgs/python3-pendulum/template diff --git a/srcpkgs/python3-pendulum/template b/srcpkgs/python3-pendulum/template deleted file mode 100644 index 2e2061e6074..00000000000 --- a/srcpkgs/python3-pendulum/template +++ /dev/null @@ -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 " -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 -}