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

2020-11-11 Thread Evangelos Foutras via arch-commits
Date: Wednesday, November 11, 2020 @ 10:36:21
  Author: foutrelis
Revision: 750161

upgpkg: python-characteristic 14.3.0-11: Python 3.9 rebuild

Modified:
  python-characteristic/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-11-11 10:36:19 UTC (rev 750160)
+++ PKGBUILD2020-11-11 10:36:21 UTC (rev 750161)
@@ -3,7 +3,7 @@
 pkgbase=python-characteristic
 pkgname=('python-characteristic' 'python2-characteristic')
 pkgver=14.3.0
-pkgrel=10
+pkgrel=11
 pkgdesc="Python attributes without boilerplate."
 arch=('any')
 license=('MIT')


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

2020-11-09 Thread Evangelos Foutras via arch-commits
Date: Monday, November 9, 2020 @ 16:26:53
  Author: foutrelis
Revision: 747500

upgpkg: python-characteristic 14.3.0-10: Python 3.9 rebuild

Modified:
  python-characteristic/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-11-09 16:26:50 UTC (rev 747499)
+++ PKGBUILD2020-11-09 16:26:53 UTC (rev 747500)
@@ -3,7 +3,7 @@
 pkgbase=python-characteristic
 pkgname=('python-characteristic' 'python2-characteristic')
 pkgver=14.3.0
-pkgrel=9
+pkgrel=10
 pkgdesc="Python attributes without boilerplate."
 arch=('any')
 license=('MIT')


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

2019-10-31 Thread Evangelos Foutras via arch-commits
Date: Thursday, October 31, 2019 @ 19:36:38
  Author: foutrelis
Revision: 521701

Fix tests

Modified:
  python-characteristic/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-10-31 19:31:53 UTC (rev 521700)
+++ PKGBUILD2019-10-31 19:36:38 UTC (rev 521701)
@@ -16,6 +16,7 @@
 validpgpkeys=('C2A04F86ACE28ADCF817DBB7AE2536227F69F181') # Hynek Schlawack 

 
 prepare() {
+  sed -i 's/\[pytest\]/[tool:pytest]/' characteristic-$pkgver/setup.cfg
   cp -a characteristic-$pkgver{,-py2}
 }
 


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

2019-10-31 Thread Felix Yan via arch-commits
Date: Thursday, October 31, 2019 @ 19:37:31
  Author: felixonmars
Revision: 521702

Python 3.8 rebuild

Modified:
  python-characteristic/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-10-31 19:36:38 UTC (rev 521701)
+++ PKGBUILD2019-10-31 19:37:31 UTC (rev 521702)
@@ -3,7 +3,7 @@
 pkgbase=python-characteristic
 pkgname=('python-characteristic' 'python2-characteristic')
 pkgver=14.3.0
-pkgrel=8
+pkgrel=9
 pkgdesc="Python attributes without boilerplate."
 arch=('any')
 license=('MIT')


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

2019-10-25 Thread Felix Yan via arch-commits
Date: Friday, October 25, 2019 @ 16:37:59
  Author: felixonmars
Revision: 519506

Python 3.8 rebuild

Modified:
  python-characteristic/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-10-25 16:37:57 UTC (rev 519505)
+++ PKGBUILD2019-10-25 16:37:59 UTC (rev 519506)
@@ -3,7 +3,7 @@
 pkgbase=python-characteristic
 pkgname=('python-characteristic' 'python2-characteristic')
 pkgver=14.3.0
-pkgrel=7
+pkgrel=8
 pkgdesc="Python attributes without boilerplate."
 arch=('any')
 license=('MIT')


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

2018-06-30 Thread Felix Yan via arch-commits
Date: Saturday, June 30, 2018 @ 07:20:26
  Author: felixonmars
Revision: 347954

upgpkg: python-characteristic 14.3.0-7

Python 3.7 rebuild

Modified:
  python-characteristic/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-06-30 07:20:23 UTC (rev 347953)
+++ PKGBUILD2018-06-30 07:20:26 UTC (rev 347954)
@@ -4,7 +4,7 @@
 pkgbase=python-characteristic
 pkgname=('python-characteristic' 'python2-characteristic')
 pkgver=14.3.0
-pkgrel=6
+pkgrel=7
 pkgdesc="Python attributes without boilerplate."
 arch=('any')
 license=('MIT')


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

2018-02-14 Thread Eli Schwartz via arch-commits
Date: Thursday, February 15, 2018 @ 05:09:33
  Author: eschwartz
Revision: 294563

upgpkg: python-characteristic 14.3.0-6

Add PGP signatures.
Fix check() erroring on invalid subcommand.

Modified:
  python-characteristic/trunk/PKGBUILD

--+
 PKGBUILD |   22 --
 1 file changed, 12 insertions(+), 10 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2018-02-15 04:54:49 UTC (rev 294562)
+++ PKGBUILD2018-02-15 05:09:33 UTC (rev 294563)
@@ -4,7 +4,7 @@
 pkgbase=python-characteristic
 pkgname=('python-characteristic' 'python2-characteristic')
 pkgver=14.3.0
-pkgrel=5
+pkgrel=6
 pkgdesc="Python attributes without boilerplate."
 arch=('any')
 license=('MIT')
@@ -11,8 +11,10 @@
 url="https://pypi.python.org/pypi/characteristic";
 makedepends=('python-setuptools' 'python2-setuptools')
 checkdepends=('python-pytest-runner' 'python2-pytest-runner')
-source=("https://files.pythonhosted.org/packages/source/c/characteristic/characteristic-$pkgver.tar.gz";)
-md5sums=('b249368dd021fde1c06b4802867c0913')
+source=("https://files.pythonhosted.org/packages/source/c/characteristic/characteristic-$pkgver.tar.gz"{,.asc})
+md5sums=('b249368dd021fde1c06b4802867c0913'
+ 'SKIP')
+validpgpkeys=('C2A04F86ACE28ADCF817DBB7AE2536227F69F181') # Hynek Schlawack 

 
 prepare() {
   cp -a characteristic-$pkgver{,-py2}
@@ -21,7 +23,7 @@
 build() {
   cd "$srcdir"/characteristic-$pkgver
   python setup.py build
- 
+
   cd "$srcdir"/characteristic-$pkgver-py2
   python2 setup.py build
 }
@@ -28,23 +30,23 @@
 
 check() {
   cd "$srcdir"/characteristic-$pkgver
-  python setup.py pytest
+  python setup.py test
 
   cd "$srcdir"/characteristic-$pkgver-py2
-  python2 setup.py pytest
+  python2 setup.py test
 }
- 
+
 package_python-characteristic() {
   depends=('python')
- 
+
   cd characteristic-$pkgver
   python setup.py install --root="$pkgdir" --optimize=1 --skip-build
   install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
 }
- 
+
 package_python2-characteristic() {
   depends=('python2')
- 
+
   cd characteristic-$pkgver-py2
   python2 setup.py install --root="$pkgdir" --optimize=1 --skip-build
   install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"


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

2017-10-04 Thread Felix Yan
Date: Wednesday, October 4, 2017 @ 19:08:34
  Author: felixonmars
Revision: 261560

use prefered subcommand for pytest-runner

Modified:
  python-characteristic/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-10-04 19:07:30 UTC (rev 261559)
+++ PKGBUILD2017-10-04 19:08:34 UTC (rev 261560)
@@ -28,10 +28,10 @@
 
 check() {
   cd "$srcdir"/characteristic-$pkgver
-  python setup.py ptr
+  python setup.py pytest
 
   cd "$srcdir"/characteristic-$pkgver-py2
-  python2 setup.py ptr
+  python2 setup.py pytest
 }
  
 package_python-characteristic() {


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

2016-12-25 Thread Bartłomiej Piotrowski
Date: Sunday, December 25, 2016 @ 17:47:38
  Author: bpiotrowski
Revision: 202146

Python 3.6 rebuild

Modified:
  python-characteristic/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-12-25 17:47:15 UTC (rev 202145)
+++ PKGBUILD2016-12-25 17:47:38 UTC (rev 202146)
@@ -4,7 +4,7 @@
 pkgbase=python-characteristic
 pkgname=('python-characteristic' 'python2-characteristic')
 pkgver=14.3.0
-pkgrel=4
+pkgrel=5
 pkgdesc="Python attributes without boilerplate."
 arch=('any')
 license=('MIT')


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

2016-02-18 Thread Felix Yan
Date: Friday, February 19, 2016 @ 02:35:38
  Author: fyan
Revision: 162402

upgpkg: python-characteristic 14.3.0-4

fix pkgdesc (FS#48240)

Modified:
  python-characteristic/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-02-19 01:28:57 UTC (rev 162401)
+++ PKGBUILD2016-02-19 01:35:38 UTC (rev 162402)
@@ -4,8 +4,8 @@
 pkgbase=python-characteristic
 pkgname=('python-characteristic' 'python2-characteristic')
 pkgver=14.3.0
-pkgrel=3
-pkgdesc="Service identity verification for pyOpenSSL"
+pkgrel=4
+pkgdesc="Python attributes without boilerplate."
 arch=('any')
 license=('MIT')
 url="http://pypi.python.org/pypi/characteristic";


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

2016-02-18 Thread Felix Yan
Date: Thursday, February 18, 2016 @ 15:29:57
  Author: fyan
Revision: 162360

upgpkg: python-characteristic 14.3.0-3

rebuild for moving from [extra] to [community].

Modified:
  python-characteristic/trunk/PKGBUILD

--+
 PKGBUILD |   44 
 1 file changed, 20 insertions(+), 24 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2016-02-18 14:17:37 UTC (rev 162359)
+++ PKGBUILD2016-02-18 14:29:57 UTC (rev 162360)
@@ -4,52 +4,48 @@
 pkgbase=python-characteristic
 pkgname=('python-characteristic' 'python2-characteristic')
 pkgver=14.3.0
-pkgrel=2
+pkgrel=3
 pkgdesc="Service identity verification for pyOpenSSL"
 arch=('any')
 license=('MIT')
 url="http://pypi.python.org/pypi/characteristic";
 makedepends=('python-setuptools' 'python2-setuptools')
-checkdepends=('python-pytest' 'python2-pytest')
-source=("http://pypi.python.org/packages/source/c/characteristic/characteristic-${pkgver}.tar.gz";)
+checkdepends=('python-pytest-runner' 'python2-pytest-runner')
+source=("http://pypi.python.org/packages/source/c/characteristic/characteristic-$pkgver.tar.gz";)
 md5sums=('b249368dd021fde1c06b4802867c0913')
 
 prepare() {
-   cp -a characteristic-${pkgver}{,-python2}
+  cp -a characteristic-$pkgver{,-py2}
 }
 
 build() {
-   # Build python 3 module
-   cd characteristic-${pkgver}
-   python3 setup.py build
+  cd "$srcdir"/characteristic-$pkgver
+  python setup.py build
  
-   # Build python 2 module
-   cd ../characteristic-${pkgver}-python2
-   python2 setup.py build
+  cd "$srcdir"/characteristic-$pkgver-py2
+  python2 setup.py build
 }
 
 check() {
-   # Check python3 module
-   cd "${srcdir}"/characteristic-${pkgver}
-   python -Walways setup.py test
+  cd "$srcdir"/characteristic-$pkgver
+  python setup.py ptr
 
-   # Check python2 module
-   cd "${srcdir}"/characteristic-${pkgver}-python2
-   python2 -Walways setup.py test
+  cd "$srcdir"/characteristic-$pkgver-py2
+  python2 setup.py ptr
 }
  
 package_python-characteristic() {
-   depends=('python')
+  depends=('python')
  
-   cd characteristic-${pkgver}
-   python3 setup.py install --root="${pkgdir}" --optimize=1 --skip-build
-   install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+  cd characteristic-$pkgver
+  python setup.py install --root="$pkgdir" --optimize=1 --skip-build
+  install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
 }
  
 package_python2-characteristic() {
-   depends=('python2')
+  depends=('python2')
  
-   cd characteristic-${pkgver}-python2
-   python2 setup.py install --root="${pkgdir}" --optimize=1 --skip-build
-   install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+  cd characteristic-$pkgver-py2
+  python2 setup.py install --root="$pkgdir" --optimize=1 --skip-build
+  install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
 }


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

2015-09-19 Thread Felix Yan
Date: Saturday, September 19, 2015 @ 17:16:09
  Author: fyan
Revision: 246639

upgpkg: python-characteristic 14.3.0-2

rebuild for python 3.5

Modified:
  python-characteristic/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-09-19 15:13:07 UTC (rev 246638)
+++ PKGBUILD2015-09-19 15:16:09 UTC (rev 246639)
@@ -4,7 +4,7 @@
 pkgbase=python-characteristic
 pkgname=('python-characteristic' 'python2-characteristic')
 pkgver=14.3.0
-pkgrel=1
+pkgrel=2
 pkgdesc="Service identity verification for pyOpenSSL"
 arch=('any')
 license=('MIT')


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

2014-12-30 Thread Felix Yan
Date: Wednesday, December 31, 2014 @ 03:15:00
  Author: fyan
Revision: 228205

upgpkg: python-characteristic 14.3.0-1

upstream new release

Modified:
  python-characteristic/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-12-30 22:34:04 UTC (rev 228204)
+++ PKGBUILD2014-12-31 02:15:00 UTC (rev 228205)
@@ -3,7 +3,7 @@
 
 pkgbase=python-characteristic
 pkgname=('python-characteristic' 'python2-characteristic')
-pkgver=14.2.0
+pkgver=14.3.0
 pkgrel=1
 pkgdesc="Service identity verification for pyOpenSSL"
 arch=('any')
@@ -12,7 +12,7 @@
 makedepends=('python-setuptools' 'python2-setuptools')
 checkdepends=('python-pytest' 'python2-pytest')
 
source=("http://pypi.python.org/packages/source/c/characteristic/characteristic-${pkgver}.tar.gz";)
-md5sums=('810ef988ad81815df3017990c7ff645e')
+md5sums=('b249368dd021fde1c06b4802867c0913')
 
 prepare() {
cp -a characteristic-${pkgver}{,-python2}


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

2014-10-31 Thread Felix Yan
Date: Friday, October 31, 2014 @ 14:39:23
  Author: fyan
Revision: 225513

upgpkg: python-characteristic 14.2.0-1

Modified:
  python-characteristic/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-10-31 11:27:38 UTC (rev 225512)
+++ PKGBUILD2014-10-31 13:39:23 UTC (rev 225513)
@@ -1,9 +1,9 @@
 # $Id$
-# Maintainer: Felix Yan 
+# Maintainer: Felix Yan 
 
 pkgbase=python-characteristic
 pkgname=('python-characteristic' 'python2-characteristic')
-pkgver=14.1.0
+pkgver=14.2.0
 pkgrel=1
 pkgdesc="Service identity verification for pyOpenSSL"
 arch=('any')
@@ -12,7 +12,7 @@
 makedepends=('python-setuptools' 'python2-setuptools')
 checkdepends=('python-pytest' 'python2-pytest')
 
source=("http://pypi.python.org/packages/source/c/characteristic/characteristic-${pkgver}.tar.gz";)
-md5sums=('68ea7e28997fc57d3631791ec0567a05')
+md5sums=('810ef988ad81815df3017990c7ff645e')
 
 prepare() {
cp -a characteristic-${pkgver}{,-python2}


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

2014-08-22 Thread Felix Yan
Date: Friday, August 22, 2014 @ 16:29:55
  Author: fyan
Revision: 220536

upgpkg: python-characteristic 14.1.0-1

Modified:
  python-characteristic/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-08-22 10:24:38 UTC (rev 220535)
+++ PKGBUILD2014-08-22 14:29:55 UTC (rev 220536)
@@ -3,7 +3,7 @@
 
 pkgbase=python-characteristic
 pkgname=('python-characteristic' 'python2-characteristic')
-pkgver=14.0.0
+pkgver=14.1.0
 pkgrel=1
 pkgdesc="Service identity verification for pyOpenSSL"
 arch=('any')
@@ -12,7 +12,7 @@
 makedepends=('python-setuptools' 'python2-setuptools')
 checkdepends=('python-pytest' 'python2-pytest')
 
source=("http://pypi.python.org/packages/source/c/characteristic/characteristic-${pkgver}.tar.gz";)
-md5sums=('baea1f28f71c47d88d7d24335f814ee8')
+md5sums=('68ea7e28997fc57d3631791ec0567a05')
 
 prepare() {
cp -a characteristic-${pkgver}{,-python2}



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

2014-08-21 Thread Felix Yan
Date: Friday, August 22, 2014 @ 06:34:25
  Author: fyan
Revision: 220521

upgpkg: python-characteristic 14.0.0-1

Modified:
  python-characteristic/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-08-21 21:58:13 UTC (rev 220520)
+++ PKGBUILD2014-08-22 04:34:25 UTC (rev 220521)
@@ -3,7 +3,7 @@
 
 pkgbase=python-characteristic
 pkgname=('python-characteristic' 'python2-characteristic')
-pkgver=0.1.0
+pkgver=14.0.0
 pkgrel=1
 pkgdesc="Service identity verification for pyOpenSSL"
 arch=('any')
@@ -12,7 +12,7 @@
 makedepends=('python-setuptools' 'python2-setuptools')
 checkdepends=('python-pytest' 'python2-pytest')
 
source=("http://pypi.python.org/packages/source/c/characteristic/characteristic-${pkgver}.tar.gz";)
-md5sums=('b4eba58e38133e5e90e8c679c116aa62')
+md5sums=('baea1f28f71c47d88d7d24335f814ee8')
 
 prepare() {
cp -a characteristic-${pkgver}{,-python2}
@@ -31,11 +31,11 @@
 check() {
# Check python3 module
cd "${srcdir}"/characteristic-${pkgver}
-   py.test test_characteristic.py
+   python -Walways setup.py test
 
# Check python2 module
cd "${srcdir}"/characteristic-${pkgver}-python2
-   py.test2 test_characteristic.py
+   python2 -Walways setup.py test
 }
  
 package_python-characteristic() {