[arch-commits] Commit in python-pyrfc3339/trunk (PKGBUILD)

2020-11-11 Thread Evangelos Foutras via arch-commits
Date: Wednesday, November 11, 2020 @ 15:03:24
  Author: foutrelis
Revision: 750815

upgpkg: python-pyrfc3339 1.1-7: Python 3.9 rebuild

Modified:
  python-pyrfc3339/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2020-11-11 15:03:24 UTC (rev 750814)
+++ PKGBUILD2020-11-11 15:03:24 UTC (rev 750815)
@@ -3,7 +3,7 @@
 
 pkgname=python-pyrfc3339
 pkgver=1.1
-pkgrel=6
+pkgrel=7
 pkgdesc="Parses and generates RFC 3339-compliant timestamps using Python 
datetime.datetime objects."
 arch=('any')
 license=('MIT')


[arch-commits] Commit in python-pyrfc3339/trunk (PKGBUILD)

2020-11-09 Thread Evangelos Foutras via arch-commits
Date: Monday, November 9, 2020 @ 16:47:38
  Author: foutrelis
Revision: 747532

upgpkg: python-pyrfc3339 1.1-6: Python 3.9 rebuild

Modified:
  python-pyrfc3339/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2020-11-09 16:47:36 UTC (rev 747531)
+++ PKGBUILD2020-11-09 16:47:38 UTC (rev 747532)
@@ -3,7 +3,7 @@
 
 pkgname=python-pyrfc3339
 pkgver=1.1
-pkgrel=5
+pkgrel=6
 pkgdesc="Parses and generates RFC 3339-compliant timestamps using Python 
datetime.datetime objects."
 arch=('any')
 license=('MIT')


[arch-commits] Commit in python-pyrfc3339/trunk (PKGBUILD)

2020-05-13 Thread Jelle van der Waa via arch-commits
Date: Wednesday, May 13, 2020 @ 12:34:51
  Author: jelle
Revision: 627640

Remove unused python2 module

Modified:
  python-pyrfc3339/trunk/PKGBUILD

--+
 PKGBUILD |   31 ++-
 1 file changed, 6 insertions(+), 25 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2020-05-13 12:26:25 UTC (rev 627639)
+++ PKGBUILD2020-05-13 12:34:51 UTC (rev 627640)
@@ -1,52 +1,33 @@
 # Maintainer: Felix Yan 
 # Contributor: Gordian Edenhofer 
 
-pkgname=(python-pyrfc3339 python2-pyrfc3339)
+pkgname=python-pyrfc3339
 pkgver=1.1
-pkgrel=4
+pkgrel=5
 pkgdesc="Parses and generates RFC 3339-compliant timestamps using Python 
datetime.datetime objects."
 arch=('any')
 license=('MIT')
 url="https://pypi.python.org/pypi/pyRFC3339;
-makedepends=('python-setuptools' 'python2-setuptools' 'python-pytz' 
'python2-pytz')
-checkdepends=('python-nose' 'python2-nose')
+depends=('python-pytz')
+makedepends=('python-setuptools' 'python-pytz')
+checkdepends=('python-nose')
 
source=("https://pypi.python.org/packages/source/p/pyRFC3339/pyRFC3339-${pkgver}.tar.gz;
 LICENSE.txt)
 
sha512sums=('958b7761fab590aa42bb57a955c5d834441f717796a452b60df21663099dcf2fc046afe60f8157fd0f1edfd95c5e9c9c5349ab10ca4078d210fc63d848496a2f'
 
'73c58b87e14593ee283cc323a93820c18a00e9af4e5027687fc8f6cd5735c98f341c6ac1aa90c040d0899766cabb976a85201b171874b4b81934ff02a9728f2d')
 
-prepare() {
-  cp -a pyRFC3339-$pkgver{,-py2}
-}
-
 build() {
   cd "$srcdir/pyRFC3339-$pkgver"
   python setup.py build
-
-  cd "$srcdir/pyRFC3339-$pkgver-py2"
-  python2 setup.py build
 }
 
 check() {
   cd "$srcdir/pyRFC3339-$pkgver"
   python setup.py test
-
-  cd "$srcdir/pyRFC3339-$pkgver-py2"
-  python2 setup.py test
 }
 
-package_python-pyrfc3339() {
-  depends=('python-pytz')
-
+package() {
   cd "$srcdir/pyRFC3339-$pkgver"
   python setup.py install --root="$pkgdir/" --optimize=1
   install -D -m644 ../LICENSE.txt 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE.txt"
 }
-
-package_python2-pyrfc3339() {
-  depends=('python2-pytz')
-
-  cd "$srcdir/pyRFC3339-$pkgver-py2"
-  python2 setup.py install --root="$pkgdir/" --optimize=1
-  install -D -m644 ../LICENSE.txt 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE.txt"
-}


[arch-commits] Commit in python-pyrfc3339/trunk (PKGBUILD)

2019-11-01 Thread Evangelos Foutras via arch-commits
Date: Friday, November 1, 2019 @ 13:58:37
  Author: foutrelis
Revision: 521982

Python 3.8 rebuild

Modified:
  python-pyrfc3339/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2019-11-01 13:58:32 UTC (rev 521981)
+++ PKGBUILD2019-11-01 13:58:37 UTC (rev 521982)
@@ -3,7 +3,7 @@
 
 pkgname=(python-pyrfc3339 python2-pyrfc3339)
 pkgver=1.1
-pkgrel=3
+pkgrel=4
 pkgdesc="Parses and generates RFC 3339-compliant timestamps using Python 
datetime.datetime objects."
 arch=('any')
 license=('MIT')


[arch-commits] Commit in python-pyrfc3339/trunk (PKGBUILD)

2019-10-25 Thread Evangelos Foutras via arch-commits
Date: Friday, October 25, 2019 @ 20:06:36
  Author: foutrelis
Revision: 519734

Python 3.8 rebuild

Modified:
  python-pyrfc3339/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2019-10-25 20:06:35 UTC (rev 519733)
+++ PKGBUILD2019-10-25 20:06:36 UTC (rev 519734)
@@ -3,7 +3,7 @@
 
 pkgname=(python-pyrfc3339 python2-pyrfc3339)
 pkgver=1.1
-pkgrel=2
+pkgrel=3
 pkgdesc="Parses and generates RFC 3339-compliant timestamps using Python 
datetime.datetime objects."
 arch=('any')
 license=('MIT')


[arch-commits] Commit in python-pyrfc3339/trunk (PKGBUILD)

2018-06-30 Thread Felix Yan via arch-commits
Date: Saturday, June 30, 2018 @ 18:09:00
  Author: felixonmars
Revision: 348875

Python 3.7 rebuild

Modified:
  python-pyrfc3339/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2018-06-30 18:08:49 UTC (rev 348874)
+++ PKGBUILD2018-06-30 18:09:00 UTC (rev 348875)
@@ -4,7 +4,7 @@
 
 pkgname=(python-pyrfc3339 python2-pyrfc3339)
 pkgver=1.1
-pkgrel=1
+pkgrel=2
 pkgdesc="Parses and generates RFC 3339-compliant timestamps using Python 
datetime.datetime objects."
 arch=('any')
 license=('MIT')


[arch-commits] Commit in python-pyrfc3339/trunk (PKGBUILD)

2018-06-11 Thread Felix Yan via arch-commits
Date: Monday, June 11, 2018 @ 06:03:23
  Author: felixonmars
Revision: 342318

upgpkg: python-pyrfc3339 1.1-1

Modified:
  python-pyrfc3339/trunk/PKGBUILD

--+
 PKGBUILD |8 
 1 file changed, 4 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2018-06-11 06:02:41 UTC (rev 342317)
+++ PKGBUILD2018-06-11 06:03:23 UTC (rev 342318)
@@ -3,8 +3,8 @@
 # Contributor: Gordian Edenhofer 
 
 pkgname=(python-pyrfc3339 python2-pyrfc3339)
-pkgver=1.0
-pkgrel=2
+pkgver=1.1
+pkgrel=1
 pkgdesc="Parses and generates RFC 3339-compliant timestamps using Python 
datetime.datetime objects."
 arch=('any')
 license=('MIT')
@@ -13,8 +13,8 @@
 checkdepends=('python-nose' 'python2-nose')
 
source=("https://pypi.python.org/packages/source/p/pyRFC3339/pyRFC3339-${pkgver}.tar.gz;
 LICENSE.txt)
-md5sums=('0f7edd7ffd756a582eeef9282fecb60d'
- 'e76ad77b87e8abfc23172e32c99b0572')
+sha512sums=('958b7761fab590aa42bb57a955c5d834441f717796a452b60df21663099dcf2fc046afe60f8157fd0f1edfd95c5e9c9c5349ab10ca4078d210fc63d848496a2f'
+
'73c58b87e14593ee283cc323a93820c18a00e9af4e5027687fc8f6cd5735c98f341c6ac1aa90c040d0899766cabb976a85201b171874b4b81934ff02a9728f2d')
 
 prepare() {
   cp -a pyRFC3339-$pkgver{,-py2}


[arch-commits] Commit in python-pyrfc3339/trunk (PKGBUILD)

2016-12-25 Thread Felix Yan
Date: Sunday, December 25, 2016 @ 16:52:00
  Author: felixonmars
Revision: 201978

Python 3.6 rebuild

Modified:
  python-pyrfc3339/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2016-12-25 16:51:10 UTC (rev 201977)
+++ PKGBUILD2016-12-25 16:52:00 UTC (rev 201978)
@@ -4,7 +4,7 @@
 
 pkgname=(python-pyrfc3339 python2-pyrfc3339)
 pkgver=1.0
-pkgrel=1
+pkgrel=2
 pkgdesc="Parses and generates RFC 3339-compliant timestamps using Python 
datetime.datetime objects."
 arch=('any')
 license=('MIT')


[arch-commits] Commit in python-pyrfc3339/trunk (PKGBUILD)

2015-11-09 Thread Felix Yan
Date: Tuesday, November 10, 2015 @ 04:12:49
  Author: fyan
Revision: 146458

upgpkg: python-pyrfc3339 1.0-1

Modified:
  python-pyrfc3339/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-11-10 01:28:23 UTC (rev 146457)
+++ PKGBUILD2015-11-10 03:12:49 UTC (rev 146458)
@@ -3,7 +3,7 @@
 # Contributor: Gordian Edenhofer 
 
 pkgname=(python-pyrfc3339 python2-pyrfc3339)
-pkgver=0.2
+pkgver=1.0
 pkgrel=1
 pkgdesc="Parses and generates RFC 3339-compliant timestamps using Python 
datetime.datetime objects."
 arch=('any')
@@ -13,7 +13,7 @@
 checkdepends=('python-nose' 'python2-nose')
 
source=("https://pypi.python.org/packages/source/p/pyRFC3339/pyRFC3339-${pkgver}.tar.gz;
 LICENSE.txt)
-md5sums=('5e0f7e40e363812180fffaae52daf2e6'
+md5sums=('0f7edd7ffd756a582eeef9282fecb60d'
  'e76ad77b87e8abfc23172e32c99b0572')
 
 prepare() {


[arch-commits] Commit in python-pyrfc3339/trunk (PKGBUILD)

2015-10-30 Thread Felix Yan
Date: Friday, October 30, 2015 @ 13:54:00
  Author: fyan
Revision: 145301

upgpkg: python-pyrfc3339 0.2-1

Modified:
  python-pyrfc3339/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-10-30 12:53:13 UTC (rev 145300)
+++ PKGBUILD2015-10-30 12:54:00 UTC (rev 145301)
@@ -9,7 +9,7 @@
 arch=('any')
 license=('MIT')
 url="https://pypi.python.org/pypi/pyRFC3339;
-makedepends=('python2-setuptools' 'python-pytz' 'python2-pytz')
+makedepends=('python-setuptools' 'python2-setuptools' 'python-pytz' 
'python2-pytz')
 checkdepends=('python-nose' 'python2-nose')
 
source=("https://pypi.python.org/packages/source/p/pyRFC3339/pyRFC3339-${pkgver}.tar.gz;
 LICENSE.txt)