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

Felix Yan felixonmars at gemini.archlinux.org
Thu Dec 2 11:57:43 UTC 2021


    Date: Thursday, December 2, 2021 @ 11:57:43
  Author: felixonmars
Revision: 1061613

archrelease: copy trunk to community-staging-any

Added:
  python-update-checker/repos/community-staging-any/PKGBUILD
    (from rev 1061612, python-update-checker/trunk/PKGBUILD)
Deleted:
  python-update-checker/repos/community-staging-any/PKGBUILD

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2021-12-02 11:57:34 UTC (rev 1061612)
+++ PKGBUILD	2021-12-02 11:57:43 UTC (rev 1061613)
@@ -1,33 +0,0 @@
-# Maintainer: Felix Yan <felixonmars at archlinux.org>
-
-pkgname=python-update-checker
-pkgver=0.18.0
-pkgrel=4
-pkgdesc="A python module that will check for package updates"
-arch=('any')
-license=('BSD')
-url='https://github.com/bboe/update_checker'
-depends=('python-requests')
-provides=('python-update_checker')
-conflicts=('python-update_checker')
-replaces=('python-update_checker')
-makedepends=('python-setuptools' 'python-requests')
-checkdepends=('python-pytest')
-source=("https://pypi.io/packages/source/u/update_checker/update_checker-$pkgver.tar.gz")
-sha512sums=('ab77b4904f27fc3a4f382dda08cf86fceedc6fa1c6a1f2b1d6ea42688f95ea1fbef4168d69233aec4a489d9ff7f93af60e8f1bf62854aa4d2f54136c540d26f1')
-
-build() {
-  cd update_checker-$pkgver
-  python setup.py build
-}
-
-check() {
-  cd update_checker-$pkgver
-  pytest
-}
-
-package() {
-  cd update_checker-$pkgver
-  python setup.py install --root="$pkgdir" --optimize=1
-  install -D -m644 LICENSE.txt "$pkgdir"/usr/share/licenses/$pkgname/LICENSE.txt
-}

Copied: python-update-checker/repos/community-staging-any/PKGBUILD (from rev 1061612, python-update-checker/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2021-12-02 11:57:43 UTC (rev 1061613)
@@ -0,0 +1,33 @@
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+
+pkgname=python-update-checker
+pkgver=0.18.0
+pkgrel=5
+pkgdesc="A python module that will check for package updates"
+arch=('any')
+license=('BSD')
+url='https://github.com/bboe/update_checker'
+depends=('python-requests')
+provides=('python-update_checker')
+conflicts=('python-update_checker')
+replaces=('python-update_checker')
+makedepends=('python-setuptools' 'python-requests')
+checkdepends=('python-pytest')
+source=("https://pypi.io/packages/source/u/update_checker/update_checker-$pkgver.tar.gz")
+sha512sums=('ab77b4904f27fc3a4f382dda08cf86fceedc6fa1c6a1f2b1d6ea42688f95ea1fbef4168d69233aec4a489d9ff7f93af60e8f1bf62854aa4d2f54136c540d26f1')
+
+build() {
+  cd update_checker-$pkgver
+  python setup.py build
+}
+
+check() {
+  cd update_checker-$pkgver
+  pytest
+}
+
+package() {
+  cd update_checker-$pkgver
+  python setup.py install --root="$pkgdir" --optimize=1
+  install -D -m644 LICENSE.txt "$pkgdir"/usr/share/licenses/$pkgname/LICENSE.txt
+}



More information about the arch-commits mailing list