ports/contrib (3.7): python3-cssselect: adopted port
commit 1c705c523f3be3ffdfedb929b6bbb6b5d4bb68ca Author: John McQuah <jmcquah@disroot.org> Date: Sun Aug 13 06:28:08 2023 -0400 python3-cssselect: adopted port python3-isodate: adopted port diff --git a/python3-cssselect/.signature b/python3-cssselect/.signature index 183c4dc60..240a43955 100644 --- a/python3-cssselect/.signature +++ b/python3-cssselect/.signature @@ -1,5 +1,5 @@ untrusted comment: verify with /etc/ports/contrib.pub -RWSagIOpLGJF36nT9sAq3ZPv3cT08AqF9Xn+JmX2P6zcFawYn56zBTsQcHBsYWDm8aTJf0tY/cGKzWJwgAORGeOGgnl9WsB25AM= -SHA256 (Pkgfile) = 92784b3e4f3b7dd0b725f01a077453a3b1368b67b189e7ce731bb0b906941d55 +RWSagIOpLGJF32g8rutUec1iuiaErdzjqBqcMO/Ly7HQj3IlZMovsSh57PbaDbO9bZG+uIywAMe2AQh1VEvxmGHtPPqBe/K13gA= +SHA256 (Pkgfile) = 05ecfab97c2997270409ffdbd6532a02b3dd48ee0472a724b02e404113872a7a SHA256 (.footprint) = 58d90d92e1867f15ba5911fb980e83ed6f7b9ee4c68fcf3374253e15d6222595 SHA256 (cssselect-1.2.0.tar.gz) = 666b19839cfaddb9ce9d36bfe4c969132c647b92fc9088c4e23f786b30f1b3dc diff --git a/python3-cssselect/Pkgfile b/python3-cssselect/Pkgfile index 18a651395..e89ef40f0 100644 --- a/python3-cssselect/Pkgfile +++ b/python3-cssselect/Pkgfile @@ -1,6 +1,6 @@ # Description: A Python library that parses CSS3 Selectors and translates them to XPath 1.0. # URL: http://pypi.python.org/pypi/cssselect -# Maintainer: Danny Rawlins, crux at romster dot me +# Maintainer: John McQuah, jmcquah at disroot dot org # Depends on: python3-setuptools name=python3-cssselect @@ -9,10 +9,7 @@ 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 } diff --git a/python3-isodate/.signature b/python3-isodate/.signature index 74e5a1b69..9cf41e67e 100644 --- a/python3-isodate/.signature +++ b/python3-isodate/.signature @@ -1,5 +1,5 @@ untrusted comment: verify with /etc/ports/contrib.pub -RWSagIOpLGJF33izw3rTpnM2xaNjINC1QyH6qYWHnOljb11HUWpCfv8IcyrdwSz5UqtAOGOUWjNSNLj8yMmxqOmvgXmpRb9r5w4= -SHA256 (Pkgfile) = edeedf5f44538f46c95d3da651dff27e11fff9928d2eb80cdf4ae0dd15732047 +RWSagIOpLGJF33QPcdfVdZnXu/IowCNCfojF4puvI0YA4uERukXGoFgkawPUniAp9N16CQpKTHl9nEiAw69Ek+vJpQ8j1yI36wc= +SHA256 (Pkgfile) = 397d8b2b15786dbf58a8eba64650a36c704748cce792f73a056c4f773ee99bad SHA256 (.footprint) = 1caa3c6b36b504176eab16b238dcca3a44c7a476593d7afb4e5e59e348fad5b2 SHA256 (isodate-0.6.1.tar.gz) = 48c5881de7e8b0a0d648cb024c8062dc84e7b840ed81e864c7614fd3c127bde9 diff --git a/python3-isodate/Pkgfile b/python3-isodate/Pkgfile index d0a08a861..f5996cb35 100644 --- a/python3-isodate/Pkgfile +++ b/python3-isodate/Pkgfile @@ -1,6 +1,6 @@ # Description: An ISO 8601 date/time parser. # URL: https://pypi.org/project/isodate/ -# Maintainer: unmaintained +# Maintainer: John McQuah, jmcquah at disroot dot org # Depends on: python3-six name=python3-isodate
participants (1)
-
crux@crux.nu