forked from ports/contrib
python3-pastel: -> 0.2.1
This commit is contained in:
parent
a01002e570
commit
74f551d207
@ -1,5 +1,5 @@
|
|||||||
untrusted comment: verify with /etc/ports/contrib.pub
|
untrusted comment: verify with /etc/ports/contrib.pub
|
||||||
RWSagIOpLGJF39aIFn8dbDroguA0U1fI6gzwoPZnhSMWRW/o/Hr2mls7WMEhkrlHcT1KfM23xLcZleug3Y6UkvXU8nhMU27ndgQ=
|
RWSagIOpLGJF37/M/es2+vkhLiQpSvOO6sQoYK2/AKtNoy9NrGBwUEKmdwIPy7Exo8TEXLCdy9RhRn9S5vkahd3ND3DRCOKHTAM=
|
||||||
SHA256 (Pkgfile) = 586798e4aa181e2cd5bf18c49e035795281a996dd4cd305107f8231ed1ad1ce1
|
SHA256 (Pkgfile) = b01401ccaed7e2b11782e99c816d7058ad7968a63225dc0634df78e57c454dfc
|
||||||
SHA256 (.footprint) = 1d26dd21bec34be4447b109b48f783ea0c8aac64c96c3fd20a401297838e2300
|
SHA256 (.footprint) = 1d26dd21bec34be4447b109b48f783ea0c8aac64c96c3fd20a401297838e2300
|
||||||
SHA256 (python3-pastel-0.2.1.tar.gz) = 37415315c8859badde177e5a817279ce25275c5de993e516697b788177dfc337
|
SHA256 (python3-pastel-0.2.1.tar.gz) = 37415315c8859badde177e5a817279ce25275c5de993e516697b788177dfc337
|
||||||
|
@ -6,13 +6,13 @@
|
|||||||
|
|
||||||
name=python3-pastel
|
name=python3-pastel
|
||||||
version=0.2.1
|
version=0.2.1
|
||||||
release=1
|
release=2
|
||||||
source=(https://github.com/sdispater/pastel/archive/$version/$name-$version.tar.gz)
|
source=(https://github.com/sdispater/pastel/archive/$version/$name-$version.tar.gz)
|
||||||
|
|
||||||
build() {
|
build() {
|
||||||
cd pastel-$version
|
cd pastel-$version
|
||||||
if prt-get isinst python3-poetry; then
|
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
|
/usr/bin/pip3 install --isolate --root=$PKG --ignore-installed --no-deps dist/*.whl
|
||||||
else
|
else
|
||||||
/usr/bin/pip3 install --isolate --root=$PKG --ignore-installed --no-deps pastel
|
/usr/bin/pip3 install --isolate --root=$PKG --ignore-installed --no-deps pastel
|
||||||
|
Loading…
x
Reference in New Issue
Block a user