Date: Thursday, January 6, 2022 @ 09:58:55
  Author: alerque
Revision: 1094639

archrelease: copy trunk to community-any

Added:
  git-revise/repos/community-any/PKGBUILD
    (from rev 1094638, git-revise/trunk/PKGBUILD)
Deleted:
  git-revise/repos/community-any/PKGBUILD

----------+
 PKGBUILD |   60 +++++++++++++++++++++++++++++++++---------------------------
 1 file changed, 33 insertions(+), 27 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD    2022-01-06 09:58:00 UTC (rev 1094638)
+++ PKGBUILD    2022-01-06 09:58:55 UTC (rev 1094639)
@@ -1,27 +0,0 @@
-# Maintainer: Caleb Maclennan <[email protected]>
-# Contributor: Simon Legner <[email protected]>
-
-pkgname=git-revise
-pkgdesc='A git subcommand to efficiently update, split, and rearrange commits'
-pkgver=0.6.0
-pkgrel=4
-url="https://mystor.github.io/git-revise.html";
-arch=(any)
-license=(MIT)
-depends=(git
-         python)
-makedepends=(python-setuptools)
-_archive="$pkgname-$pkgver"
-source=("https://files.pythonhosted.org/packages/source/${pkgname::1}/$pkgname/$_archive.tar.gz";)
-sha256sums=('21e89eba6602e8bea38b34ac6ec747acba2aee876f2e73ca0472476109e82bf4')
-
-build() {
-       cd "$_archive"
-       python setup.py build
-}
-
-package() {
-       cd "$_archive"
-       python setup.py install --root="$pkgdir" --optimize=1 --skip-build
-       install -Dm0755 -t "$pkgdir/usr/share/licenses/$pkgname/" LICENSE
-}

Copied: git-revise/repos/community-any/PKGBUILD (from rev 1094638, 
git-revise/trunk/PKGBUILD)
===================================================================
--- PKGBUILD                            (rev 0)
+++ PKGBUILD    2022-01-06 09:58:55 UTC (rev 1094639)
@@ -0,0 +1,33 @@
+# Maintainer: Caleb Maclennan <[email protected]>
+# Contributor: Simon Legner <[email protected]>
+
+pkgname=git-revise
+pkgdesc='A git subcommand to efficiently update, split, and rearrange commits'
+pkgver=0.7.0
+pkgrel=1
+url="https://mystor.github.io/$pkgname.html";
+arch=(any)
+license=(MIT)
+depends=(git
+         python)
+makedepends=(python-setuptools)
+_archive="$pkgname-$pkgver"
+source=("https://files.pythonhosted.org/packages/source/${pkgname::1}/$pkgname/$_archive.tar.gz";)
+sha256sums=('af92ca2e7224c5e7ac2e16ed2f302dd36839a33521655c20fe0b7d693a1dc4c4')
+
+build() {
+       cd "$_archive"
+       python setup.py build
+}
+
+# Tests are missing from PyPi source releases
+# check() {
+#     cd "$_archive"
+#     python setup.py test
+# }
+
+package() {
+       cd "$_archive"
+       python setup.py install --root="$pkgdir" --optimize=1 --skip-build
+       install -Dm0644 -t "$pkgdir/usr/share/licenses/$pkgname/" LICENSE
+}

Reply via email to