[arch-commits] Commit in repod/repos/community-any (PKGBUILD PKGBUILD)

David Runge dvzrv at gemini.archlinux.org
Mon Aug 29 20:43:38 UTC 2022


    Date: Monday, August 29, 2022 @ 20:43:38
  Author: dvzrv
Revision: 1285972

archrelease: copy trunk to community-any

Added:
  repod/repos/community-any/PKGBUILD
    (from rev 1285971, repod/trunk/PKGBUILD)
Deleted:
  repod/repos/community-any/PKGBUILD

----------+
 PKGBUILD |  108 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 54 insertions(+), 54 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2022-08-29 20:43:26 UTC (rev 1285971)
+++ PKGBUILD	2022-08-29 20:43:38 UTC (rev 1285972)
@@ -1,54 +0,0 @@
-# Maintainer: David Runge <dvzrv at archlinux.org>
-
-pkgname=repod
-pkgver=0.2.1
-pkgrel=1
-pkgdesc="Tooling to maintain binary package repositories"
-arch=(any)
-url="https://repod.archlinux.page/"
-license=(GPL3)
-depends=(
-  pyalpm
-  python-aiofiles
-  python-email-validator
-  python-jinja
-  python-magic
-  python-orjson
-  python-pydantic
-  python-pyxdg
-  python-pyzstd
-  python-subprocess-tee
-  python-tomli
-)
-makedepends=(
-  just
-  python-build
-  python-installer
-  python-poetry-core
-  python-setuptools
-  python-sphinx
-  python-sphinx-argparse
-  python-sphinxcontrib-programoutput
-  python-wheel
-)
-checkdepends=(python-pytest python-pytest-asyncio python-pytest-lazy-fixture)
-source=(
-  https://files.pythonhosted.org/packages/source/${pkgname::1}/$pkgname/$pkgname-$pkgver.tar.gz
-)
-sha256sums=('3e97e8d422030c59561cbd2620b430e1be2bfdb235a9b97fc887053ec97515bf')
-b2sums=('315c83251ece30f88803fffed020cf1c98c173b3fc5fe29ea8e9b6654f97a668fad9f43c75b669b276a4bc1561cc46c33678339751df4267606c91cce3b7f51b')
-
-build() {
-  cd $pkgname-$pkgver
-  just build
-}
-
-check() {
-  cd $pkgname-$pkgver
-  just check
-}
-
-package() {
-  cd $pkgname-$pkgver
-  just --set destdir "$pkgdir" install
-}

Copied: repod/repos/community-any/PKGBUILD (from rev 1285971, repod/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2022-08-29 20:43:38 UTC (rev 1285972)
@@ -0,0 +1,54 @@
+# Maintainer: David Runge <dvzrv at archlinux.org>
+
+pkgname=repod
+pkgver=0.2.2
+pkgrel=1
+pkgdesc="Tooling to maintain binary package repositories"
+arch=(any)
+url="https://repod.archlinux.page/"
+license=(GPL3)
+depends=(
+  pyalpm
+  python-aiofiles
+  python-email-validator
+  python-jinja
+  python-magic
+  python-orjson
+  python-pydantic
+  python-pyxdg
+  python-pyzstd
+  python-subprocess-tee
+  python-tomli
+)
+makedepends=(
+  just
+  python-build
+  python-installer
+  python-poetry-core
+  python-setuptools
+  python-sphinx
+  python-sphinx-argparse
+  python-sphinxcontrib-programoutput
+  python-wheel
+)
+checkdepends=(python-pytest python-pytest-asyncio python-pytest-lazy-fixture)
+source=(
+  https://files.pythonhosted.org/packages/source/${pkgname::1}/$pkgname/$pkgname-$pkgver.tar.gz
+)
+sha256sums=('0d30e17f27402044aaa875b476b81c85f400cf634c543d34bb61d20bf47bc84d')
+b2sums=('e4bee6a48b905e5d58353ec2ce47d01216c35f1c6195d2fae8822a56c6cd49d6b4ae80a0054d9b83679036ffa066573bae114dc24e71177fb2da334cd474f7f7')
+
+build() {
+  cd $pkgname-$pkgver
+  just build
+}
+
+check() {
+  cd $pkgname-$pkgver
+  just check
+}
+
+package() {
+  cd $pkgname-$pkgver
+  just --set destdir "$pkgdir" install
+}



More information about the arch-commits mailing list