From b9841d968d9c76786c7fe70869dc8eb385842948 Mon Sep 17 00:00:00 2001 From: Tim Biermann Date: Sun, 13 Aug 2023 09:17:07 +0200 Subject: [PATCH] python3-incremental: adopted port --- python3-incremental/.signature | 4 ++-- python3-incremental/Pkgfile | 9 +++++---- 2 files changed, 7 insertions(+), 6 deletions(-) diff --git a/python3-incremental/.signature b/python3-incremental/.signature index d5b33707a..08cb0e79f 100644 --- a/python3-incremental/.signature +++ b/python3-incremental/.signature @@ -1,5 +1,5 @@ untrusted comment: verify with /etc/ports/contrib.pub -RWSagIOpLGJF34x90RvlN2Fy5+2M2ivE86AWSpQuiNos9HnnzjggAhiwRi1uAuU9mSnHAE/n9mkiPR6ESXLeR2Fq9BMaBaHnRQI= -SHA256 (Pkgfile) = fd7bc4508c14e5bd279c5623365cb780224246c66678fe4cfe98ba29d297270a +RWSagIOpLGJF37wijdbGHWIy+obY3KVpCMMdmOtCiRMC5cfg3SbYrsZfQOgnFB5tENSzsFfGBY7SjUalGa7uq9KiH1h0Kl3R5gw= +SHA256 (Pkgfile) = 837b55e90c2aab8b3702d2b82c798df43f0b4d4fe6d3dc143a1a6fbbf8aa3104 SHA256 (.footprint) = f19dbe3fcdf2c5d3470b206a3ca6d39bbcd2a994c65596b45d17f7b6cb0705cf SHA256 (incremental-22.10.0.tar.gz) = 912feeb5e0f7e0188e6f42241d2f450002e11bbc0937c65865045854c24c0bd0 diff --git a/python3-incremental/Pkgfile b/python3-incremental/Pkgfile index b178a0e09..f4733256a 100644 --- a/python3-incremental/Pkgfile +++ b/python3-incremental/Pkgfile @@ -1,6 +1,6 @@ # Description: A small library that versions your Python projects. # URL: https://pypi.python.org/pypi/incremental -# Maintainer: Danny Rawlins, crux at romster dot me +# Maintainer: Tim Biermann, tbier at posteo dot de # Depends on: python3-setuptools name=python3-incremental @@ -9,7 +9,8 @@ release=1 source=(https://files.pythonhosted.org/packages/source/${name:8:1}/${name#*-}/${name#*-}-$version.tar.gz) build() { - cd ${name#*-}-$version - /usr/bin/python3 setup.py build - /usr/bin/python3 setup.py install --prefix=/usr --root=$PKG --optimize=1 + cd ${name#*-}-$version + + /usr/bin/python3 setup.py build + /usr/bin/python3 setup.py install --prefix=/usr --root=$PKG --optimize=1 }