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

David Runge dvzrv at gemini.archlinux.org
Tue Aug 23 13:52:08 UTC 2022


    Date: Tuesday, August 23, 2022 @ 13:52:07
  Author: dvzrv
Revision: 1275431

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2022-08-23 13:51:42 UTC (rev 1275430)
+++ PKGBUILD	2022-08-23 13:52:07 UTC (rev 1275431)
@@ -1,62 +0,0 @@
-# Maintainer: David Runge <dvzrv at archlinux.org>
-
-pkgname=repod
-pkgver=0.2.0
-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
-  https://gitlab.archlinux.org/archlinux/repod/-/raw/97ba3cf2cebda36d15da4aa55a2ef6b213ca0878/justfile
-)
-sha256sums=('dd8a0d603df5da53378d48c92b6c779d8e03c5b51997c3ea35b3fc0350ca0909'
-            '8b9b119213ec07270ebc830abcbdda3748ef74440c53e24625344008a356d4cc')
-b2sums=('e62bacfc5a1ec7307f60c43a4e4426b477af4950b0abb46707e8e7fefdcc2ee8cd948af2c8b28fd9b3138b6df5c2cb9a89778ac085b5bccc90c09a94baa95cd6'
-        '13fcad256538d81391d12f7fe1574cf570bb09bd5da96bd20a736872d070d17ccc9266294993a4c828220735c40f1c2e983e1e3e7ee3e3a0c4531b30462b8b2a')
-
-prepare() {
-  cp -v justfile $pkgname-$pkgver
-  sed -e '12d' -i $pkgname-$pkgver/justfile
-}
-
-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 1275430, repod/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2022-08-23 13:52:07 UTC (rev 1275431)
@@ -0,0 +1,54 @@
+# 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
+}



More information about the arch-commits mailing list