[arch-commits] Commit in python-jdcal/trunk (PKGBUILD)
Date: Wednesday, November 11, 2020 @ 10:31:03 Author: foutrelis Revision: 750048 upgpkg: python-jdcal 1.4.1-6: Python 3.9 rebuild Modified: python-jdcal/trunk/PKGBUILD --+ PKGBUILD |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) Modified: PKGBUILD === --- PKGBUILD2020-11-11 10:31:00 UTC (rev 750047) +++ PKGBUILD2020-11-11 10:31:03 UTC (rev 750048) @@ -3,7 +3,7 @@ pkgname='python-jdcal' pkgver=1.4.1 -pkgrel=5 +pkgrel=6 pkgdesc="Julian dates, from proleptic Gregorian and Julian calendars" arch=('any') url="https://github.com/phn/jdcal";
[arch-commits] Commit in python-jdcal/trunk (PKGBUILD)
Date: Monday, November 9, 2020 @ 15:39:43 Author: felixonmars Revision: 747064 upgpkg: python-jdcal 1.4.1-5: Python 3.9 rebuild Modified: python-jdcal/trunk/PKGBUILD --+ PKGBUILD |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) Modified: PKGBUILD === --- PKGBUILD2020-11-09 15:39:42 UTC (rev 747063) +++ PKGBUILD2020-11-09 15:39:43 UTC (rev 747064) @@ -3,7 +3,7 @@ pkgname='python-jdcal' pkgver=1.4.1 -pkgrel=4 +pkgrel=5 pkgdesc="Julian dates, from proleptic Gregorian and Julian calendars" arch=('any') url="https://github.com/phn/jdcal";
[arch-commits] Commit in python-jdcal/trunk (PKGBUILD)
Date: Thursday, October 31, 2019 @ 16:54:34 Author: foutrelis Revision: 521193 Python 3.8 rebuild Modified: python-jdcal/trunk/PKGBUILD --+ PKGBUILD |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) Modified: PKGBUILD === --- PKGBUILD2019-10-31 16:54:24 UTC (rev 521192) +++ PKGBUILD2019-10-31 16:54:34 UTC (rev 521193) @@ -3,7 +3,7 @@ pkgname='python-jdcal' pkgver=1.4.1 -pkgrel=3 +pkgrel=4 pkgdesc="Julian dates, from proleptic Gregorian and Julian calendars" arch=('any') url="https://github.com/phn/jdcal";
[arch-commits] Commit in python-jdcal/trunk (PKGBUILD)
Date: Friday, October 25, 2019 @ 16:05:52 Author: felixonmars Revision: 519367 Python 3.8 rebuild Modified: python-jdcal/trunk/PKGBUILD --+ PKGBUILD |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) Modified: PKGBUILD === --- PKGBUILD2019-10-25 16:05:51 UTC (rev 519366) +++ PKGBUILD2019-10-25 16:05:52 UTC (rev 519367) @@ -3,7 +3,7 @@ pkgname='python-jdcal' pkgver=1.4.1 -pkgrel=2 +pkgrel=3 pkgdesc="Julian dates, from proleptic Gregorian and Julian calendars" arch=('any') url="https://github.com/phn/jdcal";
[arch-commits] Commit in python-jdcal/trunk (PKGBUILD)
Date: Thursday, October 3, 2019 @ 18:33:02 Author: aginiewicz Revision: 512536 upgpkg: python-jdcal 1.4.1-2 python-jdcal: dropped python2 support Modified: python-jdcal/trunk/PKGBUILD --+ PKGBUILD | 33 + 1 file changed, 5 insertions(+), 28 deletions(-) Modified: PKGBUILD === --- PKGBUILD2019-10-03 18:30:54 UTC (rev 512535) +++ PKGBUILD2019-10-03 18:33:02 UTC (rev 512536) @@ -1,48 +1,25 @@ # Maintainer: Andrzej Giniewicz # Contributor: Mariusz SzczepaĆczyk -pkgbase=python-jdcal -pkgname=('python2-jdcal' 'python-jdcal') +pkgname='python-jdcal' pkgver=1.4.1 -pkgrel=1 +pkgrel=2 pkgdesc="Julian dates, from proleptic Gregorian and Julian calendars" arch=('any') url="https://github.com/phn/jdcal"; license=('BSD') -makedepends=('python2-setuptools' 'python-setuptools') +depends=('python') +makedepends=('python-setuptools') source=("https://github.com/phn/jdcal/archive/v${pkgver}.tar.gz";) sha256sums=('6cb87959fb9293bdd577967419af735a1a0aee3ce778c443acb219b2668c6597') build() { - cd "$srcdir" - cp -a jdcal-${pkgver} jdcal-py2-${pkgver} - - msg "Building Python2" - cd "$srcdir"/jdcal-py2-${pkgver} - python2 setup.py build - - msg "Building Python3" cd "$srcdir"/jdcal-${pkgver} python setup.py build } -package_python2-jdcal() { - depends=('python2') - - cd "$srcdir"/jdcal-py2-${pkgver} - - python2 setup.py install --skip-build --root="$pkgdir" --optimize=1 - - install -Dm644 LICENSE.txt "$pkgdir"/usr/share/licenses/$pkgname/LICENSE -} - -package_python-jdcal() { - depends=('python') - +package() { cd "$srcdir"/jdcal-${pkgver} - python setup.py install --skip-build --root="$pkgdir" --optimize=1 - install -Dm644 LICENSE.txt "$pkgdir"/usr/share/licenses/$pkgname/LICENSE } -
[arch-commits] Commit in python-jdcal/trunk (PKGBUILD)
Date: Thursday, June 13, 2019 @ 11:55:14 Author: aginiewicz Revision: 481267 upgpkg: python-jdcal 1.4.1-1 python-jdcal: new upstream release Modified: python-jdcal/trunk/PKGBUILD --+ PKGBUILD |6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) Modified: PKGBUILD === --- PKGBUILD2019-06-13 11:54:11 UTC (rev 481266) +++ PKGBUILD2019-06-13 11:55:14 UTC (rev 481267) @@ -3,8 +3,8 @@ pkgbase=python-jdcal pkgname=('python2-jdcal' 'python-jdcal') -pkgver=1.4 -pkgrel=2 +pkgver=1.4.1 +pkgrel=1 pkgdesc="Julian dates, from proleptic Gregorian and Julian calendars" arch=('any') url="https://github.com/phn/jdcal"; @@ -11,7 +11,7 @@ license=('BSD') makedepends=('python2-setuptools' 'python-setuptools') source=("https://github.com/phn/jdcal/archive/v${pkgver}.tar.gz";) -md5sums=('d655a58ddd4f0307bdbd394b93e48eca') +sha256sums=('6cb87959fb9293bdd577967419af735a1a0aee3ce778c443acb219b2668c6597') build() { cd "$srcdir"
[arch-commits] Commit in python-jdcal/trunk (PKGBUILD)
Date: Saturday, June 30, 2018 @ 17:50:44 Author: felixonmars Revision: 348718 Python 3.7 rebuild Modified: python-jdcal/trunk/PKGBUILD --+ PKGBUILD |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) Modified: PKGBUILD === --- PKGBUILD2018-06-30 17:50:37 UTC (rev 348717) +++ PKGBUILD2018-06-30 17:50:44 UTC (rev 348718) @@ -5,7 +5,7 @@ pkgbase=python-jdcal pkgname=('python2-jdcal' 'python-jdcal') pkgver=1.4 -pkgrel=1 +pkgrel=2 pkgdesc="Julian dates, from proleptic Gregorian and Julian calendars" arch=('any') url="https://github.com/phn/jdcal";
[arch-commits] Commit in python-jdcal/trunk (PKGBUILD)
Date: Saturday, April 14, 2018 @ 22:12:27 Author: aginiewicz Revision: 316331 upgpkg: python-jdcal 1.4-1 python-jdcal: new upstream release Modified: python-jdcal/trunk/PKGBUILD --+ PKGBUILD |9 - 1 file changed, 4 insertions(+), 5 deletions(-) Modified: PKGBUILD === --- PKGBUILD2018-04-14 22:10:34 UTC (rev 316330) +++ PKGBUILD2018-04-14 22:12:27 UTC (rev 316331) @@ -4,16 +4,15 @@ pkgbase=python-jdcal pkgname=('python2-jdcal' 'python-jdcal') -_pkghash="9b/fa/40beb2aa43a13f740dd5be367a10a03270043787833409c61b79e69f1dfd" -pkgver=1.3 -pkgrel=2 +pkgver=1.4 +pkgrel=1 pkgdesc="Julian dates, from proleptic Gregorian and Julian calendars" arch=('any') url="https://github.com/phn/jdcal"; license=('BSD') makedepends=('python2-setuptools' 'python-setuptools') -source=("https://pypi.python.org/packages/${_pkghash}/jdcal-${pkgver}.tar.gz";) -md5sums=("885ba61d28992f26acffec131bd2a17e") +source=("https://github.com/phn/jdcal/archive/v${pkgver}.tar.gz";) +md5sums=('d655a58ddd4f0307bdbd394b93e48eca') build() { cd "$srcdir"
[arch-commits] Commit in python-jdcal/trunk (PKGBUILD)
Date: Sunday, December 25, 2016 @ 17:50:41 Author: foutrelis Revision: 202156 Python 3.6 rebuild Modified: python-jdcal/trunk/PKGBUILD --+ PKGBUILD |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) Modified: PKGBUILD === --- PKGBUILD2016-12-25 17:50:15 UTC (rev 202155) +++ PKGBUILD2016-12-25 17:50:41 UTC (rev 202156) @@ -6,7 +6,7 @@ pkgname=('python2-jdcal' 'python-jdcal') _pkghash="9b/fa/40beb2aa43a13f740dd5be367a10a03270043787833409c61b79e69f1dfd" pkgver=1.3 -pkgrel=1 +pkgrel=2 pkgdesc="Julian dates, from proleptic Gregorian and Julian calendars" arch=('any') url="https://github.com/phn/jdcal";
[arch-commits] Commit in python-jdcal/trunk (PKGBUILD)
Date: Friday, October 28, 2016 @ 11:06:49 Author: aginiewicz Revision: 193892 upgpkg: python-jdcal 1.3-1 python-jdcal: new upstream release Modified: python-jdcal/trunk/PKGBUILD --+ PKGBUILD |7 --- 1 file changed, 4 insertions(+), 3 deletions(-) Modified: PKGBUILD === --- PKGBUILD2016-10-28 10:45:10 UTC (rev 193891) +++ PKGBUILD2016-10-28 11:06:49 UTC (rev 193892) @@ -4,7 +4,8 @@ pkgbase=python-jdcal pkgname=('python2-jdcal' 'python-jdcal') -pkgver=1.2 +_pkghash="9b/fa/40beb2aa43a13f740dd5be367a10a03270043787833409c61b79e69f1dfd" +pkgver=1.3 pkgrel=1 pkgdesc="Julian dates, from proleptic Gregorian and Julian calendars" arch=('any') @@ -11,8 +12,8 @@ url="https://github.com/phn/jdcal"; license=('BSD') makedepends=('python2-setuptools' 'python-setuptools') -source=("http://pypi.python.org/packages/source/j/jdcal/jdcal-${pkgver}.tar.gz";) -md5sums=('ab8d5ba300fd1eb01514f363d19b1eb9') +source=("https://pypi.python.org/packages/${_pkghash}/jdcal-${pkgver}.tar.gz";) +md5sums=("885ba61d28992f26acffec131bd2a17e") build() { cd "$srcdir"
[arch-commits] Commit in python-jdcal/trunk (PKGBUILD)
Date: Saturday, September 19, 2015 @ 18:54:08 Author: foutrelis Revision: 141015 Python 3.5 rebuild Modified: python-jdcal/trunk/PKGBUILD --+ PKGBUILD |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) Modified: PKGBUILD === --- PKGBUILD2015-09-19 16:52:36 UTC (rev 141014) +++ PKGBUILD2015-09-19 16:54:08 UTC (rev 141015) @@ -5,7 +5,7 @@ pkgbase=python-jdcal pkgname=('python2-jdcal' 'python-jdcal') pkgver=1.0 -pkgrel=1 +pkgrel=2 pkgdesc="Julian dates, from proleptic Gregorian and Julian calendars" arch=('any') url="https://github.com/phn/jdcal";
[arch-commits] Commit in python-jdcal/trunk (PKGBUILD)
Date: Wednesday, December 3, 2014 @ 12:45:03 Author: aginiewicz Revision: 123392 upgpkg: python-jdcal 1.0-1 release python-jdcal Modified: python-jdcal/trunk/PKGBUILD --+ PKGBUILD |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) Modified: PKGBUILD === --- PKGBUILD2014-12-03 11:44:04 UTC (rev 123391) +++ PKGBUILD2014-12-03 11:45:03 UTC (rev 123392) @@ -5,7 +5,7 @@ pkgbase=python-jdcal pkgname=('python2-jdcal' 'python-jdcal') pkgver=1.0 -pkgrel=0 +pkgrel=1 pkgdesc="Julian dates, from proleptic Gregorian and Julian calendars" arch=('any') url="https://github.com/phn/jdcal";