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

Evangelos Foutras foutrelis at gemini.archlinux.org
Thu Dec 2 22:24:59 UTC 2021


    Date: Thursday, December 2, 2021 @ 22:24:59
  Author: foutrelis
Revision: 1062793

archrelease: copy trunk to community-staging-any

Added:
  python-stone/repos/community-staging-any/PKGBUILD
    (from rev 1062792, python-stone/trunk/PKGBUILD)
Deleted:
  python-stone/repos/community-staging-any/PKGBUILD

----------+
 PKGBUILD |   64 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 32 insertions(+), 32 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2021-12-02 22:24:55 UTC (rev 1062792)
+++ PKGBUILD	2021-12-02 22:24:59 UTC (rev 1062793)
@@ -1,32 +0,0 @@
-# Maintainer:
-
-pkgname=python-stone
-_name=${pkgname#python-}
-pkgver=3.2.1
-pkgrel=2
-pkgdesc='The Official API Spec Language for Dropbox API V2'
-arch=(any)
-url='https://github.com/dropbox/stone'
-license=(MIT)
-depends=(python python-ply python-six)
-makedepends=(python-setuptools python-pytest-runner)
-checkdepends=(python-mock python-coverage)
-source=(https://github.com/dropbox/stone/archive/v$pkgver/$pkgname-$pkgver.tar.gz)
-sha256sums=('05a6c9fec0b923a5e54814f31365499d6e7b726aaddfe5b8ee2d1a4b6cb06d3a')
-
-build() {
-  cd $_name-$pkgver
-  python setup.py build
-}
-
-check() {
-  cd $_name-$pkgver
-  pytest
-}
-
-package() {
-  cd $_name-$pkgver
-  python setup.py install --root="$pkgdir" --optimize=1 --skip-build
-
-  install -Dm644 LICENSE -t "$pkgdir/usr/share/licenses/$pkgname"
-}

Copied: python-stone/repos/community-staging-any/PKGBUILD (from rev 1062792, python-stone/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2021-12-02 22:24:59 UTC (rev 1062793)
@@ -0,0 +1,32 @@
+# Maintainer:
+
+pkgname=python-stone
+_name=${pkgname#python-}
+pkgver=3.2.1
+pkgrel=3
+pkgdesc='The Official API Spec Language for Dropbox API V2'
+arch=(any)
+url='https://github.com/dropbox/stone'
+license=(MIT)
+depends=(python python-ply python-six)
+makedepends=(python-setuptools python-pytest-runner)
+checkdepends=(python-mock python-coverage)
+source=(https://github.com/dropbox/stone/archive/v$pkgver/$pkgname-$pkgver.tar.gz)
+sha256sums=('05a6c9fec0b923a5e54814f31365499d6e7b726aaddfe5b8ee2d1a4b6cb06d3a')
+
+build() {
+  cd $_name-$pkgver
+  python setup.py build
+}
+
+check() {
+  cd $_name-$pkgver
+  pytest
+}
+
+package() {
+  cd $_name-$pkgver
+  python setup.py install --root="$pkgdir" --optimize=1 --skip-build
+
+  install -Dm644 LICENSE -t "$pkgdir/usr/share/licenses/$pkgname"
+}



More information about the arch-commits mailing list