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

Jelle van der Waa jelle at gemini.archlinux.org
Tue Dec 7 07:33:37 UTC 2021


    Date: Tuesday, December 7, 2021 @ 07:33:37
  Author: jelle
Revision: 1065487

archrelease: copy trunk to community-staging-any

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

----------+
 PKGBUILD |   74 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 37 insertions(+), 37 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2021-12-07 07:33:32 UTC (rev 1065486)
+++ PKGBUILD	2021-12-07 07:33:37 UTC (rev 1065487)
@@ -1,37 +0,0 @@
-# Maintainer: Felix Yan <felixonmars at archlinux.org>
-
-pkgname=python-apscheduler
-pkgver=3.7.0
-pkgrel=2
-pkgdesc="In-process task scheduler with Cron-like capabilities"
-url="https://github.com/agronholm/apscheduler"
-license=('MIT')
-arch=('any')
-depends=('python-setuptools' 'python-six' 'python-pytz' 'python-tzlocal')
-makedepends=('python-setuptools-scm')
-checkdepends=('pifpaf' 'python-gevent' 'python-pytest-asyncio' 'python-pytest-cov'
-              'python-pytest-tornado' 'python-redis' 'python-sqlalchemy' 'python-tornado'
-              'python-twisted' 'redis')
-# python-kazoo, python-pymongo removed due to lack of running service
-source=("https://github.com/agronholm/apscheduler/archive/v$pkgver/$pkgname-$pkgver.tar.gz")
-sha512sums=('d683267d92c7cf87e998b36c6ae9f4ccaf8321832199b470367008db7c41e04542c5727b2be7f7127d77ee5285dc2d2a09baebafefa3b77d51272b6fe7a4b5e4')
-
-export SETUPTOOLS_SCM_PRETEND_VERSION=$pkgver
-
-build() {
-  cd apscheduler-$pkgver
-  python setup.py build
-}
-
-check() {
-  cd apscheduler-$pkgver
-  python setup.py egg_info
-  pifpaf run redis -- python -m pytest
-}
-
-package() {
-  cd apscheduler-$pkgver
-  python setup.py install --root="$pkgdir" --optimize=1
-
-  install -Dm644 LICENSE.txt -t "$pkgdir"/usr/share/licenses/$pkgname/
-}

Copied: python-apscheduler/repos/community-staging-any/PKGBUILD (from rev 1065486, python-apscheduler/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2021-12-07 07:33:37 UTC (rev 1065487)
@@ -0,0 +1,37 @@
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+
+pkgname=python-apscheduler
+pkgver=3.8.1
+pkgrel=1
+pkgdesc="In-process task scheduler with Cron-like capabilities"
+url="https://github.com/agronholm/apscheduler"
+license=('MIT')
+arch=('any')
+depends=('python-setuptools' 'python-six' 'python-pytz' 'python-tzlocal')
+makedepends=('python-setuptools-scm')
+checkdepends=('pifpaf' 'python-gevent' 'python-pytest-asyncio' 'python-pytest-cov'
+              'python-pytest-tornado' 'python-redis' 'python-sqlalchemy' 'python-tornado'
+              'python-twisted' 'redis')
+# python-kazoo, python-pymongo removed due to lack of running service
+source=("https://github.com/agronholm/apscheduler/archive/v$pkgver/$pkgname-$pkgver.tar.gz")
+sha512sums=('0c3c6ca69c9de653b75e762487dc3103f328c37c56772edf8922fae792b00ebfd54afc7b5a01e7db43bf9a23838450bc54c3bf75cb3cc7e14654cce002e0e051')
+
+export SETUPTOOLS_SCM_PRETEND_VERSION=$pkgver
+
+build() {
+  cd apscheduler-$pkgver
+  python setup.py build
+}
+
+check() {
+  cd apscheduler-$pkgver
+  python setup.py egg_info
+  pifpaf run redis -- python -m pytest
+}
+
+package() {
+  cd apscheduler-$pkgver
+  python setup.py install --root="$pkgdir" --optimize=1
+
+  install -Dm644 LICENSE.txt -t "$pkgdir"/usr/share/licenses/$pkgname/
+}



More information about the arch-commits mailing list