diff options
author | Tim Biermann <tbier@posteo.de> | 2022-12-15 13:51:43 +0000 |
---|---|---|
committer | Tim Biermann <tbier@posteo.de> | 2022-12-15 19:26:49 +0000 |
commit | 74f551d207135c2c2b2371c3830bdcc669a6451f (patch) | |
tree | 7074b1e2daa3c93e577b9cdde8591c81aaf85618 /python3-pastel | |
parent | a01002e5706ef19938bb656b681ddfe6ec1ac2cf (diff) | |
download | contrib-74f551d207135c2c2b2371c3830bdcc669a6451f.tar.gz contrib-74f551d207135c2c2b2371c3830bdcc669a6451f.tar.xz |
python3-pastel: -> 0.2.1
Diffstat (limited to 'python3-pastel')
-rw-r--r-- | python3-pastel/.signature | 4 | ||||
-rw-r--r-- | python3-pastel/Pkgfile | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/python3-pastel/.signature b/python3-pastel/.signature index 8b8ea1641..1b5e22a1d 100644 --- a/python3-pastel/.signature +++ b/python3-pastel/.signature @@ -1,5 +1,5 @@ untrusted comment: verify with /etc/ports/contrib.pub -RWSagIOpLGJF39aIFn8dbDroguA0U1fI6gzwoPZnhSMWRW/o/Hr2mls7WMEhkrlHcT1KfM23xLcZleug3Y6UkvXU8nhMU27ndgQ= -SHA256 (Pkgfile) = 586798e4aa181e2cd5bf18c49e035795281a996dd4cd305107f8231ed1ad1ce1 +RWSagIOpLGJF37/M/es2+vkhLiQpSvOO6sQoYK2/AKtNoy9NrGBwUEKmdwIPy7Exo8TEXLCdy9RhRn9S5vkahd3ND3DRCOKHTAM= +SHA256 (Pkgfile) = b01401ccaed7e2b11782e99c816d7058ad7968a63225dc0634df78e57c454dfc SHA256 (.footprint) = 1d26dd21bec34be4447b109b48f783ea0c8aac64c96c3fd20a401297838e2300 SHA256 (python3-pastel-0.2.1.tar.gz) = 37415315c8859badde177e5a817279ce25275c5de993e516697b788177dfc337 diff --git a/python3-pastel/Pkgfile b/python3-pastel/Pkgfile index 2c429dcb5..1bc52b1f9 100644 --- a/python3-pastel/Pkgfile +++ b/python3-pastel/Pkgfile @@ -6,13 +6,13 @@ name=python3-pastel version=0.2.1 -release=1 +release=2 source=(https://github.com/sdispater/pastel/archive/$version/$name-$version.tar.gz) build() { cd pastel-$version if prt-get isinst python3-poetry; then - /usr/bin/poetry build --format wheel + /usr/bin/python3 -m build --wheel --skip-dependency-check --no-isolation /usr/bin/pip3 install --isolate --root=$PKG --ignore-installed --no-deps dist/*.whl else /usr/bin/pip3 install --isolate --root=$PKG --ignore-installed --no-deps pastel |