[arch-commits] Commit in python-digitalocean/repos/community-staging-any (2 files)

Felix Yan felixonmars at gemini.archlinux.org
Thu Dec 2 20:06:25 UTC 2021


    Date: Thursday, December 2, 2021 @ 20:06:24
  Author: felixonmars
Revision: 1062537

archrelease: copy trunk to community-staging-any

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

----------+
 PKGBUILD |   58 +++++++++++++++++++++++++++++-----------------------------
 1 file changed, 29 insertions(+), 29 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2021-12-02 20:06:24 UTC (rev 1062536)
+++ PKGBUILD	2021-12-02 20:06:24 UTC (rev 1062537)
@@ -1,29 +0,0 @@
-# Maintainer: Felix Yan <felixonmars at archlinux.org>
-
-pkgname=python-digitalocean
-pkgver=1.17.0
-pkgrel=2
-pkgdesc='digitalocean.com API to manage Droplets and Images'
-arch=('any')
-license=('LGPL')
-url='https://github.com/koalalorenzo/python-digitalocean'
-depends=('python-requests' 'python-jsonpickle')
-makedepends=('python-setuptools')
-checkdepends=('python-pytest-runner' 'python-responses')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/koalalorenzo/python-digitalocean/archive/v$pkgver.tar.gz")
-sha512sums=('3b5f5adb5fac9693450954e568433cecb43152d4cb2b5709126dc7c69c6b84f19428dcd3688718588a986d3ea9170a956387f3050cd10a69ba89d5dcdf8e100c')
-
-build() {
-  cd python-digitalocean-$pkgver
-  python setup.py build
-}
-
-check() {
-  cd python-digitalocean-$pkgver
-  python setup.py pytest || echo "https://github.com/koalalorenzo/python-digitalocean/issues/258"
-}
-
-package() {
-  cd python-digitalocean-$pkgver
-  python setup.py install --root="$pkgdir" --optimize=1
-}

Copied: python-digitalocean/repos/community-staging-any/PKGBUILD (from rev 1062533, python-digitalocean/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2021-12-02 20:06:24 UTC (rev 1062537)
@@ -0,0 +1,29 @@
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+
+pkgname=python-digitalocean
+pkgver=1.17.0
+pkgrel=3
+pkgdesc='digitalocean.com API to manage Droplets and Images'
+arch=('any')
+license=('LGPL')
+url='https://github.com/koalalorenzo/python-digitalocean'
+depends=('python-requests' 'python-jsonpickle')
+makedepends=('python-setuptools')
+checkdepends=('python-pytest-runner' 'python-responses')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/koalalorenzo/python-digitalocean/archive/v$pkgver.tar.gz")
+sha512sums=('3b5f5adb5fac9693450954e568433cecb43152d4cb2b5709126dc7c69c6b84f19428dcd3688718588a986d3ea9170a956387f3050cd10a69ba89d5dcdf8e100c')
+
+build() {
+  cd python-digitalocean-$pkgver
+  python setup.py build
+}
+
+check() {
+  cd python-digitalocean-$pkgver
+  python setup.py pytest || echo "https://github.com/koalalorenzo/python-digitalocean/issues/258"
+}
+
+package() {
+  cd python-digitalocean-$pkgver
+  python setup.py install --root="$pkgdir" --optimize=1
+}



More information about the arch-commits mailing list