Date: Sunday, July 31, 2022 @ 11:10:21 Author: arojas Revision: 1259296
archrelease: copy trunk to community-any Added: python-apscheduler/repos/community-any/PKGBUILD (from rev 1259295, python-apscheduler/trunk/PKGBUILD) Deleted: python-apscheduler/repos/community-any/PKGBUILD ----------+ PKGBUILD | 74 ++++++++++++++++++++++++++++++------------------------------- 1 file changed, 37 insertions(+), 37 deletions(-) Deleted: PKGBUILD =================================================================== --- PKGBUILD 2022-07-31 11:10:11 UTC (rev 1259295) +++ PKGBUILD 2022-07-31 11:10:21 UTC (rev 1259296) @@ -1,37 +0,0 @@ -# Maintainer: Felix Yan <felixonm...@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/ -} Copied: python-apscheduler/repos/community-any/PKGBUILD (from rev 1259295, python-apscheduler/trunk/PKGBUILD) =================================================================== --- PKGBUILD (rev 0) +++ PKGBUILD 2022-07-31 11:10:21 UTC (rev 1259296) @@ -0,0 +1,37 @@ +# Maintainer: Felix Yan <felixonm...@archlinux.org> + +pkgname=python-apscheduler +pkgver=3.9.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/$pkgver/$pkgname-$pkgver.tar.gz") +sha512sums=('e472805e20f45bb1f13e014e642e92303df15e2dcac388b8255c92cdcd88406ea2970e690029419addd0d2dbede7094b983d4ee4bde1f871d0e9152218ec66eb') + +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/ +}