Date: Saturday, April 22, 2023 @ 09:58:51
  Author: polyzen
Revision: 1448271

archrelease: copy trunk to community-staging-any

Added:
  yamllint/repos/community-staging-any/PKGBUILD
    (from rev 1448270, yamllint/trunk/PKGBUILD)
Deleted:
  yamllint/repos/community-staging-any/PKGBUILD

----------+
 PKGBUILD |   66 +++++++++++++++++++++++++++----------------------------------
 1 file changed, 30 insertions(+), 36 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD    2023-04-22 09:58:33 UTC (rev 1448270)
+++ PKGBUILD    2023-04-22 09:58:51 UTC (rev 1448271)
@@ -1,36 +0,0 @@
-# Maintainer: Daniel M. Capella <[email protected]>
-
-pkgname=yamllint
-pkgver=1.30.0
-pkgrel=2
-pkgdesc='Linter for YAML files'
-arch=('any')
-url=https://github.com/adrienverge/yamllint
-license=('GPL3')
-depends=('python-pathspec' 'python-yaml')
-makedepends=('python-build' 'python-installer' 'python-setuptools'
-             'python-wheel')
-checkdepends=('python-nose')
-source=("https://files.pythonhosted.org/packages/source/${pkgname::1}/$pkgname/$pkgname-$pkgver.tar.gz";)
-sha256sums=('4f58f323aedda16189a489d183ecc25c66d7a9cc0fe88f61b650fef167b13190')
-b2sums=('670115e61b4c744067d658474ef645a6f10351b898a544800c657bb2adf949167448d6cb6feeabe1dc3096124b862a0ff93d62cbb3428bef3dd5b42c33e9c750')
-
-prepare() {
-  cd $pkgname-$pkgver
-  sed -i '/setuptools/d' setup.cfg
-}
-
-build() {
-  cd $pkgname-$pkgver
-  python -m build --wheel --skip-dependency-check --no-isolation
-}
-
-check() {
-  cd $pkgname-$pkgver
-  python -m unittest discover tests
-}
-
-package() {
-  cd $pkgname-$pkgver
-  python -m installer --destdir="$pkgdir" dist/*.whl
-}

Copied: yamllint/repos/community-staging-any/PKGBUILD (from rev 1448270, 
yamllint/trunk/PKGBUILD)
===================================================================
--- PKGBUILD                            (rev 0)
+++ PKGBUILD    2023-04-22 09:58:51 UTC (rev 1448271)
@@ -0,0 +1,30 @@
+# Maintainer: Daniel M. Capella <[email protected]>
+
+pkgname=yamllint
+pkgver=1.31.0
+pkgrel=2
+pkgdesc='Linter for YAML files'
+arch=('any')
+url=https://github.com/adrienverge/yamllint
+license=('GPL3')
+depends=('python-pathspec' 'python-yaml')
+makedepends=('python-build' 'python-installer' 'python-setuptools'
+             'python-wheel')
+source=("https://files.pythonhosted.org/packages/source/${pkgname::1}/$pkgname/$pkgname-$pkgver.tar.gz";)
+sha256sums=('2d83f1d12f733e162a87e06b176149d7bb9c5bae4a9e5fce1c771d7f703f7a65')
+b2sums=('f34da9302d9d3938f062931bc2aef2230b473798af0d2ad99dc89b4d814c49ce19c61363ff391e5c91d09497df9f83f6cfa1a0f34c8f74ef61341aa25ca320fb')
+
+build() {
+  cd $pkgname-$pkgver
+  python -m build --wheel --skip-dependency-check --no-isolation
+}
+
+check() {
+  cd $pkgname-$pkgver
+  python -m unittest discover tests
+}
+
+package() {
+  cd $pkgname-$pkgver
+  python -m installer --destdir="$pkgdir" dist/*.whl
+}

Reply via email to