[arch-commits] Commit in python-serpent/trunk (PKGBUILD)
Alexander Rødseth
arodseth at archlinux.org
Wed May 12 10:18:06 UTC 2021
Date: Wednesday, May 12, 2021 @ 10:18:05
Author: arodseth
Revision: 931439
Move make dependencies to checkdepends
Modified:
python-serpent/trunk/PKGBUILD
----------+
PKGBUILD | 7 ++++---
1 file changed, 4 insertions(+), 3 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2021-05-12 09:26:10 UTC (rev 931438)
+++ PKGBUILD 2021-05-12 10:18:05 UTC (rev 931439)
@@ -3,15 +3,16 @@
pkgname=python-serpent
pkgver=1.30.2
-pkgrel=4
+pkgrel=5
pkgdesc='Serializer for literal Python expressions'
url='https://github.com/irmen/Serpent'
arch=(any)
license=(MIT)
depends=(python)
-makedepends=(git python-attrs python-pytz python-testtools)
+makedepends=(git)
+checkdepends=(python-attrs python-pytz python-testtools)
source=("serpent::git+$url#commit=60877b581069d4e592531968edd6c1468c822b0a") # tag: 1.30.2
-b2sums=(SKIP)
+b2sums=('SKIP')
check() {
cd serpent
More information about the arch-commits
mailing list