Date: Wednesday, January 11, 2023 @ 00:43:39
Author: polyzen
Revision: 1382879
archrelease: copy trunk to community-any
Added:
yamllint/repos/community-any/PKGBUILD
(from rev 1382878, yamllint/trunk/PKGBUILD)
Deleted:
yamllint/repos/community-any/PKGBUILD
----------+
PKGBUILD | 72 ++++++++++++++++++++++++++++++-------------------------------
1 file changed, 36 insertions(+), 36 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2023-01-11 00:43:19 UTC (rev 1382878)
+++ PKGBUILD 2023-01-11 00:43:39 UTC (rev 1382879)
@@ -1,36 +0,0 @@
-# Maintainer: Daniel M. Capella <[email protected]>
-
-pkgname=yamllint
-pkgver=1.28.0
-pkgrel=1
-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=('9e3d8ddd16d0583214c5fdffe806c9344086721f107435f68bad990e5a88826b')
-b2sums=('6c93b7f45cab49159f6a36aa24ac303455432734fcb90f75cf80551eb2c5a78c9695e76f968aa7e22ad976accd0257567d85d7ac24474695dbe3e4dcf7f6eea3')
-
-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-any/PKGBUILD (from rev 1382878,
yamllint/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2023-01-11 00:43:39 UTC (rev 1382879)
@@ -0,0 +1,36 @@
+# Maintainer: Daniel M. Capella <[email protected]>
+
+pkgname=yamllint
+pkgver=1.29.0
+pkgrel=1
+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=('66a755d5fbcbb8831f1a9568676329b5bac82c37995bcc9afd048b6459f9fa48')
+b2sums=('ffb19628eb4ae5bf41e8ad1eb1295ed4c6d2c7f08cc819884e1e52552ae37542d5822ce76ef531072a955435a99b512c0c75f32c70e60124c51bde9b76eaff53')
+
+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
+}