Date: Tuesday, December 6, 2022 @ 22:27:57
  Author: arojas
Revision: 1356927

archrelease: copy trunk to community-any

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

----------+
 PKGBUILD |   56 ++++++++++++++++++++++++++++----------------------------
 1 file changed, 28 insertions(+), 28 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD    2022-12-06 22:27:47 UTC (rev 1356926)
+++ PKGBUILD    2022-12-06 22:27:57 UTC (rev 1356927)
@@ -1,28 +0,0 @@
-# Maintainer: Levente Polyak <anthraxx[at]archlinux[dot]org>
-
-pkgname=python-k5test
-pkgver=0.10.1
-pkgrel=3
-pkgdesc='Library for setting up self-contained Kerberos 5 environments'
-url='https://github.com/pythongssapi/k5test'
-arch=('any')
-license=('custom')
-depends=('python' 'krb5')
-makedepends=('python-setuptools')
-source=("https://github.com/pythongssapi/k5test/archive/v${pkgver}/${pkgname}-${pkgver}.tar.gz";)
-sha512sums=('36687bed6f14a3e53446cc97a556ad16d053f2bf0ab58689bf252382d2374a663cf59c1a4157b11d0e6b07e2016f40e4d0fccb53d8503ed9eb507927a7dfec2b')
-b2sums=('673d94d572b6d37d3124466f6875bece0d37e80a16b5abe43db6a4333eecf3f5e1337b67020d00c2337d87b390df29a57cd563461fec01cfc95ee69adb9a8a39')
-
-build() {
-  cd "k5test-${pkgver}"
-  python setup.py build
-}
-
-package() {
-  cd "k5test-${pkgver}"
-  python setup.py install -O1 --root="${pkgdir}" --skip-build
-  install -Dm 644 README.md -t "${pkgdir}/usr/share/doc/${pkgname}"
-  install -Dm 644 LICENSE.txt -t "${pkgdir}/usr/share/licenses/${pkgname}"
-}
-
-# vim: ts=2 sw=2 et:

Copied: python-k5test/repos/community-any/PKGBUILD (from rev 1356926, 
python-k5test/trunk/PKGBUILD)
===================================================================
--- PKGBUILD                            (rev 0)
+++ PKGBUILD    2022-12-06 22:27:57 UTC (rev 1356927)
@@ -0,0 +1,28 @@
+# Maintainer: Levente Polyak <anthraxx[at]archlinux[dot]org>
+
+pkgname=python-k5test
+pkgver=0.10.3
+pkgrel=1
+pkgdesc='Library for setting up self-contained Kerberos 5 environments'
+url='https://github.com/pythongssapi/k5test'
+arch=('any')
+license=('custom')
+depends=('python' 'krb5')
+makedepends=('python-setuptools')
+source=("https://github.com/pythongssapi/k5test/archive/v${pkgver}/${pkgname}-${pkgver}.tar.gz";)
+sha512sums=('b0fa83f616b311871a0c39dda38d0070fd9a0e06380fc6b26fff76bb0647d6ef808be5b2a7a7ecbd597f674d1db4e0f1fdafa6156823c09e550668d141a2d765')
+b2sums=('89478fb837fd4bbee591616ed15445d5292a676e47a48fa31504ffa32dc6fef985fb3ba5a4ff545b341fac0408d7e15694e064d5ab89da3836ef087bb1e88f7c')
+
+build() {
+  cd "k5test-${pkgver}"
+  python setup.py build
+}
+
+package() {
+  cd "k5test-${pkgver}"
+  python setup.py install -O1 --root="${pkgdir}" --skip-build
+  install -Dm 644 README.md -t "${pkgdir}/usr/share/doc/${pkgname}"
+  install -Dm 644 LICENSE.txt -t "${pkgdir}/usr/share/licenses/${pkgname}"
+}
+
+# vim: ts=2 sw=2 et:

Reply via email to