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

2020-11-12 Thread Evangelos Foutras via arch-commits
Date: Thursday, November 12, 2020 @ 10:03:57
  Author: foutrelis
Revision: 751366

upgpkg: python-distro 1.5.0-3: Python 3.9 rebuild

Modified:
  python-distro/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-11-12 10:03:57 UTC (rev 751365)
+++ PKGBUILD2020-11-12 10:03:57 UTC (rev 751366)
@@ -4,7 +4,7 @@
 pkgbase=python-distro
 pkgname=('python-distro' 'python2-distro')
 pkgver=1.5.0
-pkgrel=2
+pkgrel=3
 pkgdesc='Linux OS platform information API'
 url='https://github.com/nir0s/distro'
 arch=('any')


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

2020-04-25 Thread Levente Polyak via arch-commits
Date: Saturday, April 25, 2020 @ 13:51:20
  Author: anthraxx
Revision: 620698

upgpkg: python-distro 1.5.0-1

Modified:
  python-distro/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-04-25 13:51:14 UTC (rev 620697)
+++ PKGBUILD2020-04-25 13:51:20 UTC (rev 620698)
@@ -3,19 +3,18 @@
 
 pkgbase=python-distro
 pkgname=('python-distro' 'python2-distro')
-pkgver=1.4.0
-pkgrel=3
+pkgver=1.5.0
+pkgrel=1
 pkgdesc='Linux OS platform information API'
 url='https://github.com/nir0s/distro'
 arch=('any')
 license=('Apache')
-makedepends=('python-setuptools' 'python-sphinx'
- 'python2-setuptools' 'python2-sphinx')
+makedepends=('python-setuptools' 'python-sphinx' 'python2-setuptools')
 checkdepends=('python-pytest' 'python2-pytest')
 options=('!makeflags')
-source=(${pkgbase}-${pkgver}.tar.gz::https://github.com/nir0s/distro/archive/v${pkgver}.tar.gz)
-sha256sums=('47c5b3c88b898e4f4c8eb6849ee379ac89bde9a16cdf6f98e3ef85eb2284980d')
-sha512sums=('4633136551a5814e1c0085ed500d1b555177e7d3cf2f66d836f089f5e7ca6273db5b363a22686c2e35cb5201ebe7fe5af8e8ea80061586282cb76931f74dd138')
+source=(https://github.com/nir0s/distro/archive/v${pkgver}/${pkgbase}-${pkgver}.tar.gz)
+sha512sums=('35933ded65f99a86f9077af2d01528af337cda7b100f622fdcb0eaccd42baf7e4de77908870bfb1f575326cde85d6abc5a66f28a017c9813eb216dc55f3d94dd')
+b2sums=('efc32a8ba6ffcd6eb7697d7b87ca5f84a91d7d9497249d43cd75fe51422e80a480a48017d09f5101454d8af3341d0b5368a9093849c5078610cccaf60e53')
 
 prepare() {
   cp -a distro-${pkgver}{,-py2}
@@ -28,7 +27,7 @@
   )
   (cd distro-${pkgver}-py2
 python2 setup.py build
-make man SPHINXBUILD=sphinx-build2
+make man SPHINXBUILD=sphinx-build
   )
 }
 


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

2019-11-02 Thread Felix Yan via arch-commits
Date: Saturday, November 2, 2019 @ 22:27:27
  Author: felixonmars
Revision: 522302

Python 3.8 rebuild

Modified:
  python-distro/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-11-02 22:27:10 UTC (rev 522301)
+++ PKGBUILD2019-11-02 22:27:27 UTC (rev 522302)
@@ -4,7 +4,7 @@
 pkgbase=python-distro
 pkgname=('python-distro' 'python2-distro')
 pkgver=1.4.0
-pkgrel=2
+pkgrel=3
 pkgdesc='Linux OS platform information API'
 url='https://github.com/nir0s/distro'
 arch=('any')


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

2019-10-25 Thread Evangelos Foutras via arch-commits
Date: Saturday, October 26, 2019 @ 04:24:47
  Author: foutrelis
Revision: 519985

Python 3.8 rebuild

Modified:
  python-distro/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-10-26 04:24:46 UTC (rev 519984)
+++ PKGBUILD2019-10-26 04:24:47 UTC (rev 519985)
@@ -4,7 +4,7 @@
 pkgbase=python-distro
 pkgname=('python-distro' 'python2-distro')
 pkgver=1.4.0
-pkgrel=1
+pkgrel=2
 pkgdesc='Linux OS platform information API'
 url='https://github.com/nir0s/distro'
 arch=('any')


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

2019-02-07 Thread Levente Polyak via arch-commits
Date: Thursday, February 7, 2019 @ 22:02:14
  Author: anthraxx
Revision: 430394

upgpkg: python-distro 1.4.0-1

Modified:
  python-distro/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-02-07 21:49:06 UTC (rev 430393)
+++ PKGBUILD2019-02-07 22:02:14 UTC (rev 430394)
@@ -3,8 +3,8 @@
 
 pkgbase=python-distro
 pkgname=('python-distro' 'python2-distro')
-pkgver=1.3.0
-pkgrel=2
+pkgver=1.4.0
+pkgrel=1
 pkgdesc='Linux OS platform information API'
 url='https://github.com/nir0s/distro'
 arch=('any')
@@ -14,8 +14,8 @@
 checkdepends=('python-pytest' 'python2-pytest')
 options=('!makeflags')
 
source=(${pkgbase}-${pkgver}.tar.gz::https://github.com/nir0s/distro/archive/v${pkgver}.tar.gz)
-sha256sums=('4c8c92d72839328dfae6ffcbbd0a0eda89d8b74edf29c697a74a6c9f32eb19ae')
-sha512sums=('c453e57594d557443a2faa10214bbaad18abc916e8e67971cd7f04627e2b4b4a62a06c267306179d803673b139053feffbed4406cf0284eac6be6a2dfc6830ec')
+sha256sums=('47c5b3c88b898e4f4c8eb6849ee379ac89bde9a16cdf6f98e3ef85eb2284980d')
+sha512sums=('4633136551a5814e1c0085ed500d1b555177e7d3cf2f66d836f089f5e7ca6273db5b363a22686c2e35cb5201ebe7fe5af8e8ea80061586282cb76931f74dd138')
 
 prepare() {
   cp -a distro-${pkgver}{,-py2}


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

2018-06-30 Thread Evangelos Foutras via arch-commits
Date: Saturday, June 30, 2018 @ 18:48:48
  Author: foutrelis
Revision: 349121

Python 3.7 rebuild

Modified:
  python-distro/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-06-30 18:48:37 UTC (rev 349120)
+++ PKGBUILD2018-06-30 18:48:48 UTC (rev 349121)
@@ -4,7 +4,7 @@
 pkgbase=python-distro
 pkgname=('python-distro' 'python2-distro')
 pkgver=1.3.0
-pkgrel=1
+pkgrel=2
 pkgdesc='Linux OS platform information API'
 url='https://github.com/nir0s/distro'
 arch=('any')


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

2018-05-22 Thread Levente Polyak via arch-commits
Date: Wednesday, May 23, 2018 @ 00:58:50
  Author: anthraxx
Revision: 327827

upgpkg: python-distro 1.3.0-1

Modified:
  python-distro/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-05-23 00:56:29 UTC (rev 327826)
+++ PKGBUILD2018-05-23 00:58:50 UTC (rev 327827)
@@ -3,8 +3,8 @@
 
 pkgbase=python-distro
 pkgname=('python-distro' 'python2-distro')
-pkgver=1.2.0
-pkgrel=2
+pkgver=1.3.0
+pkgrel=1
 pkgdesc='Linux OS platform information API'
 url='https://github.com/nir0s/distro'
 arch=('any')
@@ -14,8 +14,8 @@
 checkdepends=('python-pytest' 'python2-pytest')
 options=('!makeflags')
 
source=(${pkgbase}-${pkgver}.tar.gz::https://github.com/nir0s/distro/archive/v${pkgver}.tar.gz)
-sha256sums=('eabd93bf9f6f14ff0ce676c384b5faf09e7a3692a765e048aed782aea17182fe')
-sha512sums=('abce130d903f02bf6936e03f8e71c236752ef89f55b95ba256fd0eb4c212805327bec72f7fc6328256ee44a28891db6c0f66c9aedf260c7928844ec5895aca78')
+sha256sums=('4c8c92d72839328dfae6ffcbbd0a0eda89d8b74edf29c697a74a6c9f32eb19ae')
+sha512sums=('c453e57594d557443a2faa10214bbaad18abc916e8e67971cd7f04627e2b4b4a62a06c267306179d803673b139053feffbed4406cf0284eac6be6a2dfc6830ec')
 
 prepare() {
   cp -a distro-${pkgver}{,-py2}
@@ -46,7 +46,7 @@
   cd distro-${pkgver}
   python setup.py install -O1 --root="${pkgdir}" --skip-build
   install -Dm 644 build_docs/man/ld.1 
"${pkgdir}/usr/share/man/man1/${pkgname}.1"
-  install -Dm 644 README.md CHANGES -t "${pkgdir}/usr/share/doc/${pkgname}"
+  install -Dm 644 README.md CHANGELOG.md -t 
"${pkgdir}/usr/share/doc/${pkgname}"
 }
 
 package_python2-distro() {
@@ -54,7 +54,7 @@
   cd distro-${pkgver}-py2
   python2 setup.py install -O1 --root="${pkgdir}" --skip-build
   install -Dm 644 build_docs/man/ld.1 
"${pkgdir}/usr/share/man/man1/${pkgname}.1"
-  install -Dm 644 README.md CHANGES -t "${pkgdir}/usr/share/doc/${pkgname}"
+  install -Dm 644 README.md CHANGELOG.md -t 
"${pkgdir}/usr/share/doc/${pkgname}"
   mv "${pkgdir}/usr/bin/distro"{,2}
 }
 


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

2018-01-14 Thread Levente Polyak via arch-commits
Date: Monday, January 15, 2018 @ 01:32:10
  Author: anthraxx
Revision: 282299

upgpkg: python-distro 1.2.0-2 (remove wrong dependency)

Modified:
  python-distro/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-01-15 01:28:47 UTC (rev 282298)
+++ PKGBUILD2018-01-15 01:32:10 UTC (rev 282299)
@@ -4,13 +4,13 @@
 pkgbase=python-distro
 pkgname=('python-distro' 'python2-distro')
 pkgver=1.2.0
-pkgrel=1
+pkgrel=2
 pkgdesc='Linux OS platform information API'
 url='https://github.com/nir0s/distro'
 arch=('any')
 license=('Apache')
-makedepends=('python-setuptools' 'python-sphinx' 'python-idna'
- 'python2-setuptools' 'python2-sphinx' 'python2-idna')
+makedepends=('python-setuptools' 'python-sphinx'
+ 'python2-setuptools' 'python2-sphinx')
 checkdepends=('python-pytest' 'python2-pytest')
 options=('!makeflags')
 
source=(${pkgbase}-${pkgver}.tar.gz::https://github.com/nir0s/distro/archive/v${pkgver}.tar.gz)
@@ -42,7 +42,7 @@
 }
 
 package_python-distro() {
-  depends=('python' 'python-setuptools' 'python-idna')
+  depends=('python' 'python-setuptools')
   cd distro-${pkgver}
   python setup.py install -O1 --root="${pkgdir}" --skip-build
   install -Dm 644 build_docs/man/ld.1 
"${pkgdir}/usr/share/man/man1/${pkgname}.1"
@@ -50,7 +50,7 @@
 }
 
 package_python2-distro() {
-  depends=('python2' 'python2-setuptools' 'python2-idna')
+  depends=('python2' 'python2-setuptools')
   cd distro-${pkgver}-py2
   python2 setup.py install -O1 --root="${pkgdir}" --skip-build
   install -Dm 644 build_docs/man/ld.1 
"${pkgdir}/usr/share/man/man1/${pkgname}.1"


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

2018-01-14 Thread Levente Polyak via arch-commits
Date: Monday, January 15, 2018 @ 01:06:15
  Author: anthraxx
Revision: 282289

upgpkg: python-distro 1.2.0-1

Modified:
  python-distro/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-01-15 01:01:49 UTC (rev 282288)
+++ PKGBUILD2018-01-15 01:06:15 UTC (rev 282289)
@@ -9,7 +9,8 @@
 url='https://github.com/nir0s/distro'
 arch=('any')
 license=('Apache')
-makedepends=('python-setuptools' 'python-sphinx' 'python2-setuptools' 
'python2-sphinx')
+makedepends=('python-setuptools' 'python-sphinx' 'python-idna'
+ 'python2-setuptools' 'python2-sphinx' 'python2-idna')
 checkdepends=('python-pytest' 'python2-pytest')
 options=('!makeflags')
 
source=(${pkgbase}-${pkgver}.tar.gz::https://github.com/nir0s/distro/archive/v${pkgver}.tar.gz)
@@ -41,7 +42,7 @@
 }
 
 package_python-distro() {
-  depends=('python' 'python-setuptools')
+  depends=('python' 'python-setuptools' 'python-idna')
   cd distro-${pkgver}
   python setup.py install -O1 --root="${pkgdir}" --skip-build
   install -Dm 644 build_docs/man/ld.1 
"${pkgdir}/usr/share/man/man1/${pkgname}.1"
@@ -49,7 +50,7 @@
 }
 
 package_python2-distro() {
-  depends=('python2' 'python2-setuptools')
+  depends=('python2' 'python2-setuptools' 'python2-idna')
   cd distro-${pkgver}-py2
   python2 setup.py install -O1 --root="${pkgdir}" --skip-build
   install -Dm 644 build_docs/man/ld.1 
"${pkgdir}/usr/share/man/man1/${pkgname}.1"


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

2018-01-14 Thread Levente Polyak via arch-commits
Date: Monday, January 15, 2018 @ 01:01:40
  Author: anthraxx
Revision: 282287

upgpkg: python-distro 1.2.0-1

Modified:
  python-distro/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-01-15 00:48:05 UTC (rev 282286)
+++ PKGBUILD2018-01-15 01:01:40 UTC (rev 282287)
@@ -3,7 +3,7 @@
 
 pkgbase=python-distro
 pkgname=('python-distro' 'python2-distro')
-pkgver=1.1.0
+pkgver=1.2.0
 pkgrel=1
 pkgdesc='Linux OS platform information API'
 url='https://github.com/nir0s/distro'
@@ -13,12 +13,11 @@
 checkdepends=('python-pytest' 'python2-pytest')
 options=('!makeflags')
 
source=(${pkgbase}-${pkgver}.tar.gz::https://github.com/nir0s/distro/archive/v${pkgver}.tar.gz)
-sha256sums=('50bd749155f8823838a562cbfe7847880d64f05568dd8cca172546a371f243c5')
-sha512sums=('eed2151674e0791c5bb37cde013c691e6421ef76f008c7ff8c50cc96812fc4ae0fd7428ea524e1229cd33f055ce6c89bf0de049a57477da017863308f88e4917')
+sha256sums=('eabd93bf9f6f14ff0ce676c384b5faf09e7a3692a765e048aed782aea17182fe')
+sha512sums=('abce130d903f02bf6936e03f8e71c236752ef89f55b95ba256fd0eb4c212805327bec72f7fc6328256ee44a28891db6c0f66c9aedf260c7928844ec5895aca78')
 
 prepare() {
   cp -a distro-${pkgver}{,-py2}
-
 }
 
 build() {


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

2017-12-13 Thread Levente Polyak via arch-commits
Date: Wednesday, December 13, 2017 @ 19:52:09
  Author: anthraxx
Revision: 274287

upgpkg: python-distro 1.1.0-1

Modified:
  python-distro/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-12-13 19:48:49 UTC (rev 274286)
+++ PKGBUILD2017-12-13 19:52:09 UTC (rev 274287)
@@ -3,8 +3,8 @@
 
 pkgbase=python-distro
 pkgname=('python-distro' 'python2-distro')
-pkgver=1.0.4
-pkgrel=2
+pkgver=1.1.0
+pkgrel=1
 pkgdesc='Linux OS platform information API'
 url='https://github.com/nir0s/distro'
 arch=('any')
@@ -11,9 +11,10 @@
 license=('Apache')
 makedepends=('python-setuptools' 'python-sphinx' 'python2-setuptools' 
'python2-sphinx')
 checkdepends=('python-pytest' 'python2-pytest')
+options=('!makeflags')
 
source=(${pkgbase}-${pkgver}.tar.gz::https://github.com/nir0s/distro/archive/v${pkgver}.tar.gz)
-sha256sums=('7a243ffc9d3da77386edf626ae7636d1ac9300b7fdfd886fa3da3470f11e44a7')
-sha512sums=('117d44ff8145231e2ad7e2641c87c61d42804b84935a5d694ef4b57cdd220b336a86320c5073d2675cb6064b9285123fbea9601d644f94b4a139b7524e09faa8')
+sha256sums=('50bd749155f8823838a562cbfe7847880d64f05568dd8cca172546a371f243c5')
+sha512sums=('eed2151674e0791c5bb37cde013c691e6421ef76f008c7ff8c50cc96812fc4ae0fd7428ea524e1229cd33f055ce6c89bf0de049a57477da017863308f88e4917')
 
 prepare() {
   cp -a distro-${pkgver}{,-py2}