[arch-commits] Commit in python-kitchen/repos/community-staging-any (2 files)
Evangelos Foutras
foutrelis at archlinux.org
Thu Oct 31 16:39:53 UTC 2019
Date: Thursday, October 31, 2019 @ 16:39:53
Author: foutrelis
Revision: 521115
archrelease: copy trunk to community-staging-any
Added:
python-kitchen/repos/community-staging-any/PKGBUILD
(from rev 521114, python-kitchen/trunk/PKGBUILD)
Deleted:
python-kitchen/repos/community-staging-any/PKGBUILD
----------+
PKGBUILD | 48 ++++++++++++++++++++++++------------------------
1 file changed, 24 insertions(+), 24 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2019-10-31 16:39:49 UTC (rev 521114)
+++ PKGBUILD 2019-10-31 16:39:53 UTC (rev 521115)
@@ -1,24 +0,0 @@
-# Maintainer: Alad Wenter <alad at archlinux.org>
-# Contributor: John Jenkins twodopeshaggy at gmail.com
-# Contributor: Sean Anderson seanga2 at gmail.com
-pkgname=python-kitchen
-pkgver=1.2.6
-pkgrel=2
-pkgdesc="Useful snippets of python code"
-url="https://github.com/fedora-infra/kitchen"
-depends=('python')
-makedepends=('python-setuptools')
-license=('LGPL')
-arch=('any')
-source=("$pkgname-$pkgver.tar.gz::$url/archive/$pkgver.tar.gz")
-sha256sums=('6963dd84819713aafdd55e5314dcce6df5a37430b62fd9c48770e9f1a467b2b0')
-
-build() {
- cd "kitchen-$pkgver"
- python setup.py build
-}
-
-package() {
- cd "kitchen-$pkgver"
- python setup.py install --root="$pkgdir" --optimize=1 --skip-build
-}
Copied: python-kitchen/repos/community-staging-any/PKGBUILD (from rev 521114, python-kitchen/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2019-10-31 16:39:53 UTC (rev 521115)
@@ -0,0 +1,24 @@
+# Maintainer: Alad Wenter <alad at archlinux.org>
+# Contributor: John Jenkins twodopeshaggy at gmail.com
+# Contributor: Sean Anderson seanga2 at gmail.com
+pkgname=python-kitchen
+pkgver=1.2.6
+pkgrel=3
+pkgdesc="Useful snippets of python code"
+url="https://github.com/fedora-infra/kitchen"
+depends=('python')
+makedepends=('python-setuptools')
+license=('LGPL')
+arch=('any')
+source=("$pkgname-$pkgver.tar.gz::$url/archive/$pkgver.tar.gz")
+sha256sums=('6963dd84819713aafdd55e5314dcce6df5a37430b62fd9c48770e9f1a467b2b0')
+
+build() {
+ cd "kitchen-$pkgver"
+ python setup.py build
+}
+
+package() {
+ cd "kitchen-$pkgver"
+ python setup.py install --root="$pkgdir" --optimize=1 --skip-build
+}
More information about the arch-commits
mailing list