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

Levente Polyak anthraxx at gemini.archlinux.org
Tue Nov 9 20:19:50 UTC 2021


    Date: Tuesday, November 9, 2021 @ 20:19:49
  Author: anthraxx
Revision: 1039424

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2021-11-09 20:19:46 UTC (rev 1039423)
+++ PKGBUILD	2021-11-09 20:19:49 UTC (rev 1039424)
@@ -1,28 +0,0 @@
-# Maintainer: Levente Polyak <anthraxx[at]archlinux[dot]org>
-
-pkgname=python-k5test
-pkgver=0.10.0
-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=('80faee7b4bb6b2c9d899e29fb7857d0dc2b761d6c4b46d802168ac5d52287c333729becc6220d78ec7b1d61fda8f8333b14efa53571b4d2d5198c59e2c953c2a')
-b2sums=('106d34d8737b35b70b01303ea0fa7fc4cf244fb43090e841f99ea83842484363bb67d88f5bfe2f6d6716b0b6303b7e9b5c0c893ce320f192cce2d92807b791fc')
-
-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 1039423, python-k5test/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2021-11-09 20:19:49 UTC (rev 1039424)
@@ -0,0 +1,28 @@
+# Maintainer: Levente Polyak <anthraxx[at]archlinux[dot]org>
+
+pkgname=python-k5test
+pkgver=0.10.1
+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=('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:



More information about the arch-commits mailing list