Compare commits

..

No commits in common. "84b2f60c2ee523ecc6ab1169624fdf03314173b9" and "d061bf1790438692c052e663c0e8b381ea442413" have entirely different histories.

2 changed files with 6 additions and 12 deletions

View file

@ -2,21 +2,15 @@
pkgname=python-cron-descriptor
_pkgname="${pkgname#python-}"
pkgver=1.2.32
pkgver=1.2.31
pkgrel=1
pkgdesc='A Python library that converts cron expressions into human readable strings'
arch=('any')
url='https://github.com/Salamek/cron-descriptor'
license=('MIT')
depends=('python')
makedepends=(
'git'
'python-build'
'python-installer'
'python-wheel'
'python-setuptools'
)
_commit='2fbbff864afb86aeec378834a508d58e46a7da98'
makedepends=('git' 'python-setuptools')
_commit='690ab61c49cb74c2faf8093354a70f0d0cd29956'
source=("$pkgname::git+$url#commit=$_commit")
b2sums=('SKIP')
@ -29,7 +23,7 @@ pkgver() {
build() {
cd "$pkgname"
python -m build --wheel --no-isolation
python setup.py build
}
check() {
@ -41,7 +35,7 @@ check() {
package() {
cd "$pkgname"
python -m installer --destdir="$pkgdir" dist/*.whl
python setup.py install --root="$pkgdir" --optimize=1
# documentation
install -vDm644 -t "$pkgdir/usr/share/doc/$pkgname" README.md

2
xbyak

@ -1 +1 @@
Subproject commit ba4ebd782469ab468597292e44dee834aefc5b87
Subproject commit 7f2411a03e9ce30933f62b7dc15fb39182a30dac