Date: Sunday, May 14, 2023 @ 11:53:05
  Author: arojas
Revision: 1461611

archrelease: copy trunk to community-any

Added:
  python-tox/repos/community-any/PKGBUILD
    (from rev 1461610, python-tox/trunk/PKGBUILD)
Deleted:
  python-tox/repos/community-any/PKGBUILD

----------+
 PKGBUILD |  168 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 84 insertions(+), 84 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD    2023-05-14 11:52:55 UTC (rev 1461610)
+++ PKGBUILD    2023-05-14 11:53:05 UTC (rev 1461611)
@@ -1,84 +0,0 @@
-# Maintainer:
-# Contributor: Felix Yan <[email protected]>
-# Contributor: Thomas Weißschuh <thomas t-8ch.de>
-# Contributor: George Brooke <[email protected]>
-# Contributor: Sebastian Wiesner <lunaryorn googlemail com>
-
-_name=tox
-pkgname=python-tox
-pkgver=4.4.12
-pkgrel=1
-pkgdesc='Python virtualenv management and testing tool'
-arch=('any')
-url='https://tox.readthedocs.io'
-license=('GPL2')
-depends=(
-  'python'
-  'python-cachetools'
-  'python-chardet'
-  'python-colorama'
-  'python-filelock'
-  'python-packaging'
-  'python-platformdirs'
-  'python-pluggy'
-  'python-pyproject-api'
-  'python-virtualenv'
-)
-makedepends=(
-  'python-build'
-  'python-hatch-vcs'
-  'python-hatchling'
-  'python-installer'
-  'python-wheel'
-)
-checkdepends=(
-  # 'python-devpi-process'  # NOTE: pulls in devpi-{client,server}
-  'python-diff-cover'
-  'python-distlib'
-  'python-flaky'
-  'python-pytest'
-  'python-pytest-mock'
-  'python-psutil'
-  'python-re-assert'
-  # 'python-time-machine'  # NOTE: needed?
-)
-optdepends=(
-  'python-pytest: for pytest plugin to test tox and its plugins'
-  'python-pytest-mock: for pytest plugin to test tox and its plugins'
-  'python-re-assert: for pytest plugin to test tox and its plugins'
-)
-source=(https://files.pythonhosted.org/packages/source/${_name::1}/$_name/$_name-$pkgver.tar.gz)
-sha512sums=('896ecef178b0625246ffe4ab3a9a0c03650eb78633fa92706e93475d6589ac29d65bbf91b9ecfacfa8154739eefd463aeb1252be68998cdffddc270a4f89edd0')
-b2sums=('03a1d1ddd8c36c88e3b30f464df9b20d516ef282664b138f64a969195901d353d678d9c1e4ca2e61d73fed891b942105dbeef97e281e219fe2110ba92517adf2')
-
-prepare() {
-  find $_name-$pkgver -name "*.pyc" -delete
-}
-
-build() {
-  cd $_name-$pkgver
-  python -m build --wheel --no-isolation
-}
-
-check() {
-  local pytest_options=(
-    -vv
-  )
-  local site_packages=$(python -c "import site; 
print(site.getsitepackages()[0])")
-
-  cd $_name-$pkgver
-  # install to temporary location, as importlib is used
-  python -m installer --destdir=test_dir dist/*.whl
-  export PYTHONPATH="$PWD/test_dir/$site_packages:$PYTHONPATH"
-  # TODO: package remaining checkdepends
-  # pytest "${pytest_options[@]}"
-}
-
-package() {
-  local site_packages=$(python -c "import site; 
print(site.getsitepackages()[0])")
-
-  cd $_name-$pkgver
-  python -m installer --destdir="$pkgdir" dist/*.whl
-  # add legacy symlink
-  ln -sv tox "$pkgdir"/usr/bin/tox3
-}

Copied: python-tox/repos/community-any/PKGBUILD (from rev 1461610, 
python-tox/trunk/PKGBUILD)
===================================================================
--- PKGBUILD                            (rev 0)
+++ PKGBUILD    2023-05-14 11:53:05 UTC (rev 1461611)
@@ -0,0 +1,84 @@
+# Maintainer:
+# Contributor: Felix Yan <[email protected]>
+# Contributor: Thomas Weißschuh <thomas t-8ch.de>
+# Contributor: George Brooke <[email protected]>
+# Contributor: Sebastian Wiesner <lunaryorn googlemail com>
+
+_name=tox
+pkgname=python-tox
+pkgver=4.5.1
+pkgrel=1
+pkgdesc='Python virtualenv management and testing tool'
+arch=('any')
+url='https://tox.readthedocs.io'
+license=('GPL2')
+depends=(
+  'python'
+  'python-cachetools'
+  'python-chardet'
+  'python-colorama'
+  'python-filelock'
+  'python-packaging'
+  'python-platformdirs'
+  'python-pluggy'
+  'python-pyproject-api'
+  'python-virtualenv'
+)
+makedepends=(
+  'python-build'
+  'python-hatch-vcs'
+  'python-hatchling'
+  'python-installer'
+  'python-wheel'
+)
+checkdepends=(
+  # 'python-devpi-process'  # NOTE: pulls in devpi-{client,server}
+  'python-diff-cover'
+  'python-distlib'
+  'python-flaky'
+  'python-pytest'
+  'python-pytest-mock'
+  'python-psutil'
+  'python-re-assert'
+  # 'python-time-machine'  # NOTE: needed?
+)
+optdepends=(
+  'python-pytest: for pytest plugin to test tox and its plugins'
+  'python-pytest-mock: for pytest plugin to test tox and its plugins'
+  'python-re-assert: for pytest plugin to test tox and its plugins'
+)
+source=(https://files.pythonhosted.org/packages/source/${_name::1}/$_name/$_name-$pkgver.tar.gz)
+sha512sums=('75d495d6dba134c3fe537fc190c1f428ff188ee67c346911c02ee151a8369425b22956eea52be5d434735e1590edce57b3487d5f4b277022bf8cfe8bf4660cf8')
+b2sums=('38ab00eb577e66211db0ecf8931087a8c5a14f8219eb7ebecb7be9938221d1c680edc09a38a5c72b9ec63825d4cbb2d4fd9157a52aed8cdb0d22a1c1bbb70cba')
+
+prepare() {
+  find $_name-$pkgver -name "*.pyc" -delete
+}
+
+build() {
+  cd $_name-$pkgver
+  python -m build --wheel --no-isolation
+}
+
+check() {
+  local pytest_options=(
+    -vv
+  )
+  local site_packages=$(python -c "import site; 
print(site.getsitepackages()[0])")
+
+  cd $_name-$pkgver
+  # install to temporary location, as importlib is used
+  python -m installer --destdir=test_dir dist/*.whl
+  export PYTHONPATH="$PWD/test_dir/$site_packages:$PYTHONPATH"
+  # TODO: package remaining checkdepends
+  # pytest "${pytest_options[@]}"
+}
+
+package() {
+  local site_packages=$(python -c "import site; 
print(site.getsitepackages()[0])")
+
+  cd $_name-$pkgver
+  python -m installer --destdir="$pkgdir" dist/*.whl
+  # add legacy symlink
+  ln -sv tox "$pkgdir"/usr/bin/tox3
+}

Reply via email to