[arch-commits] Commit in python-atom/repos/community-x86_64 (PKGBUILD PKGBUILD)

2020-12-12 Thread Jelle van der Waa via arch-commits
Date: Saturday, December 12, 2020 @ 16:46:15
  Author: jelle
Revision: 773474

archrelease: copy trunk to community-x86_64

Added:
  python-atom/repos/community-x86_64/PKGBUILD
(from rev 773473, python-atom/trunk/PKGBUILD)
Deleted:
  python-atom/repos/community-x86_64/PKGBUILD

--+
 PKGBUILD |   64 ++---
 1 file changed, 32 insertions(+), 32 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-12-12 16:46:10 UTC (rev 773473)
+++ PKGBUILD2020-12-12 16:46:15 UTC (rev 773474)
@@ -1,32 +0,0 @@
-# Maintainer: Jelle van der Waa 
-
-_name=atom
-pkgname=python-atom
-pkgver=0.6.0
-pkgrel=2
-pkgdesc='Memory efficient Python objects'
-arch=(x86_64)
-url='https://github.com/nucleic/atom'
-license=('BSD' 'custom')
-depends=(python python-setuptools)
-checkdepends=(python-pytest)
-source=($pkgname-$pkgver.tar.gz::https://github.com/nucleic/atom/archive/$pkgver.tar.gz)
-sha512sums=('ff02baa80c1cfaf113a0dc153f825dc76cc01084aea0f34c6bb2f3e6926290d105ee433ab0abb2ad27a87fb5e76303fc2b4456c25fde3bab666234c4d3bbb4be')
-
-build() {
-  cd ${_name}-${pkgver}
-  PYTHONHASHSEED=1 python setup.py build
-}
-
-check() {
-  cd ${_name}-${pkgver}
-  local python_version=$(python -c 'import sys; print(".".join(map(str, 
sys.version_info[:2])))')
-
-  PYTHONPATH="$PWD/build/lib.linux-$CARCH-${python_version}" pytest
-}
-
-package() {
-  cd ${_name}-${pkgver}
-  python setup.py install -O1 --root="${pkgdir}" --skip-build
-  install -D -m644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-}

Copied: python-atom/repos/community-x86_64/PKGBUILD (from rev 773473, 
python-atom/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-12-12 16:46:15 UTC (rev 773474)
@@ -0,0 +1,32 @@
+# Maintainer: Jelle van der Waa 
+
+_name=atom
+pkgname=python-atom
+pkgver=0.6.0
+pkgrel=3
+pkgdesc='Memory efficient Python objects'
+arch=(x86_64)
+url='https://github.com/nucleic/atom'
+license=('BSD' 'custom')
+depends=(python python-setuptools)
+checkdepends=(python-pytest)
+source=($pkgname-$pkgver.tar.gz::https://github.com/nucleic/atom/archive/$pkgver.tar.gz)
+sha512sums=('ff02baa80c1cfaf113a0dc153f825dc76cc01084aea0f34c6bb2f3e6926290d105ee433ab0abb2ad27a87fb5e76303fc2b4456c25fde3bab666234c4d3bbb4be')
+
+build() {
+  cd ${_name}-${pkgver}
+  python setup.py build
+}
+
+check() {
+  cd ${_name}-${pkgver}
+  local python_version=$(python -c 'import sys; print(".".join(map(str, 
sys.version_info[:2])))')
+
+  PYTHONDONTWRITEBYTECODE=1 
PYTHONPATH="$PWD/build/lib.linux-$CARCH-${python_version}" pytest
+}
+
+package() {
+  cd ${_name}-${pkgver}
+  PYTHONHASHSEED=0 python setup.py install -O1 --root="${pkgdir}" --skip-build
+  install -D -m644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}


[arch-commits] Commit in python-atom/repos/community-x86_64 (PKGBUILD PKGBUILD)

2020-12-11 Thread Jelle van der Waa via arch-commits
Date: Friday, December 11, 2020 @ 20:54:30
  Author: jelle
Revision: 773216

archrelease: copy trunk to community-x86_64

Added:
  python-atom/repos/community-x86_64/PKGBUILD
(from rev 773215, python-atom/trunk/PKGBUILD)
Deleted:
  python-atom/repos/community-x86_64/PKGBUILD

--+
 PKGBUILD |   64 ++---
 1 file changed, 32 insertions(+), 32 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-12-11 20:54:24 UTC (rev 773215)
+++ PKGBUILD2020-12-11 20:54:30 UTC (rev 773216)
@@ -1,32 +0,0 @@
-# Maintainer: Jelle van der Waa 
-
-_name=atom
-pkgname=python-atom
-pkgver=0.6.0
-pkgrel=1
-pkgdesc='Memory efficient Python objects'
-arch=(x86_64)
-url='https://github.com/nucleic/atom'
-license=('BSD' 'custom')
-depends=(python python-setuptools)
-checkdepends=(python-pytest)
-source=($pkgname-$pkgver.tar.gz::https://github.com/nucleic/atom/archive/$pkgver.tar.gz)
-sha512sums=('ff02baa80c1cfaf113a0dc153f825dc76cc01084aea0f34c6bb2f3e6926290d105ee433ab0abb2ad27a87fb5e76303fc2b4456c25fde3bab666234c4d3bbb4be')
-
-build() {
-  cd ${_name}-${pkgver}
-  python setup.py build
-}
-
-check() {
-  cd ${_name}-${pkgver}
-  local python_version=$(python -c 'import sys; print(".".join(map(str, 
sys.version_info[:2])))')
-
-  PYTHONPATH="$PWD/build/lib.linux-$CARCH-${python_version}" pytest
-}
-
-package() {
-  cd ${_name}-${pkgver}
-  python setup.py install -O1 --root="${pkgdir}" --skip-build
-  install -D -m644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-}

Copied: python-atom/repos/community-x86_64/PKGBUILD (from rev 773215, 
python-atom/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-12-11 20:54:30 UTC (rev 773216)
@@ -0,0 +1,32 @@
+# Maintainer: Jelle van der Waa 
+
+_name=atom
+pkgname=python-atom
+pkgver=0.6.0
+pkgrel=2
+pkgdesc='Memory efficient Python objects'
+arch=(x86_64)
+url='https://github.com/nucleic/atom'
+license=('BSD' 'custom')
+depends=(python python-setuptools)
+checkdepends=(python-pytest)
+source=($pkgname-$pkgver.tar.gz::https://github.com/nucleic/atom/archive/$pkgver.tar.gz)
+sha512sums=('ff02baa80c1cfaf113a0dc153f825dc76cc01084aea0f34c6bb2f3e6926290d105ee433ab0abb2ad27a87fb5e76303fc2b4456c25fde3bab666234c4d3bbb4be')
+
+build() {
+  cd ${_name}-${pkgver}
+  PYTHONHASHSEED=1 python setup.py build
+}
+
+check() {
+  cd ${_name}-${pkgver}
+  local python_version=$(python -c 'import sys; print(".".join(map(str, 
sys.version_info[:2])))')
+
+  PYTHONPATH="$PWD/build/lib.linux-$CARCH-${python_version}" pytest
+}
+
+package() {
+  cd ${_name}-${pkgver}
+  python setup.py install -O1 --root="${pkgdir}" --skip-build
+  install -D -m644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}


[arch-commits] Commit in python-atom/repos/community-x86_64 (PKGBUILD PKGBUILD)

2020-07-12 Thread Jelle van der Waa via arch-commits
Date: Sunday, July 12, 2020 @ 10:54:19
  Author: jelle
Revision: 663308

archrelease: copy trunk to community-x86_64

Added:
  python-atom/repos/community-x86_64/PKGBUILD
(from rev 663307, python-atom/trunk/PKGBUILD)
Deleted:
  python-atom/repos/community-x86_64/PKGBUILD

--+
 PKGBUILD |   64 ++---
 1 file changed, 32 insertions(+), 32 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-07-12 10:54:11 UTC (rev 663307)
+++ PKGBUILD2020-07-12 10:54:19 UTC (rev 663308)
@@ -1,32 +0,0 @@
-# Maintainer: Jelle van der Waa 
-
-_name=atom
-pkgname=python-atom
-pkgver=0.4.3
-pkgrel=1
-pkgdesc='Memory efficient Python objects'
-arch=(x86_64)
-url='https://github.com/nucleic/atom'
-license=('BSD' 'custom')
-depends=(python python-setuptools)
-checkdepends=(python-pytest)
-source=($pkgname-$pkgver.tar.gz::https://github.com/nucleic/atom/archive/$pkgver.tar.gz)
-sha512sums=('7f38db91c62629fd1de16b981ef6bc77a691ac14aabbd46700e074beb8a60cc393ec62006b23405ee5aeca265ec1e793537d96de1f92ad5ab58e0ab8603e2990')
-
-build() {
-  cd ${_name}-${pkgver}
-  python setup.py build
-}
-
-check() {
-  cd ${_name}-${pkgver}
-  local python_version=$(python -c 'import sys; print(".".join(map(str, 
sys.version_info[:2])))')
-
-  PYTHONPATH="$PWD/build/lib.linux-$CARCH-${python_version}" pytest
-}
-
-package() {
-  cd ${_name}-${pkgver}
-  python setup.py install -O1 --root="${pkgdir}" --skip-build
-  install -D -m644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-}

Copied: python-atom/repos/community-x86_64/PKGBUILD (from rev 663307, 
python-atom/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-07-12 10:54:19 UTC (rev 663308)
@@ -0,0 +1,32 @@
+# Maintainer: Jelle van der Waa 
+
+_name=atom
+pkgname=python-atom
+pkgver=0.5.2
+pkgrel=1
+pkgdesc='Memory efficient Python objects'
+arch=(x86_64)
+url='https://github.com/nucleic/atom'
+license=('BSD' 'custom')
+depends=(python python-setuptools)
+checkdepends=(python-pytest)
+source=($pkgname-$pkgver.tar.gz::https://github.com/nucleic/atom/archive/$pkgver.tar.gz)
+sha512sums=('c8a7442ae65a68ebe0aa1905ddce6db63ff9b03011c73f71e37cfd5ab366e0142408e80cd9466dd42e9e27c24767ee3443c83ce2d6f6e99d083b15f6b89cd111')
+
+build() {
+  cd ${_name}-${pkgver}
+  python setup.py build
+}
+
+check() {
+  cd ${_name}-${pkgver}
+  local python_version=$(python -c 'import sys; print(".".join(map(str, 
sys.version_info[:2])))')
+
+  PYTHONPATH="$PWD/build/lib.linux-$CARCH-${python_version}" pytest
+}
+
+package() {
+  cd ${_name}-${pkgver}
+  python setup.py install -O1 --root="${pkgdir}" --skip-build
+  install -D -m644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}


[arch-commits] Commit in python-atom/repos/community-x86_64 (PKGBUILD)

2019-12-16 Thread Jelle van der Waa via arch-commits
Date: Monday, December 16, 2019 @ 09:23:06
  Author: jelle
Revision: 537841

archrelease: copy trunk to community-x86_64

Added:
  python-atom/repos/community-x86_64/PKGBUILD
(from rev 537840, python-atom/trunk/PKGBUILD)

--+
 PKGBUILD |   32 
 1 file changed, 32 insertions(+)

Copied: python-atom/repos/community-x86_64/PKGBUILD (from rev 537840, 
python-atom/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-12-16 09:23:06 UTC (rev 537841)
@@ -0,0 +1,32 @@
+# Maintainer: Jelle van der Waa 
+
+_name=atom
+pkgname=python-atom
+pkgver=0.4.3
+pkgrel=1
+pkgdesc='Memory efficient Python objects'
+arch=(x86_64)
+url='https://github.com/nucleic/atom'
+license=('BSD' 'custom')
+depends=(python python-setuptools)
+checkdepends=(python-pytest)
+source=($pkgname-$pkgver.tar.gz::https://github.com/nucleic/atom/archive/$pkgver.tar.gz)
+sha512sums=('7f38db91c62629fd1de16b981ef6bc77a691ac14aabbd46700e074beb8a60cc393ec62006b23405ee5aeca265ec1e793537d96de1f92ad5ab58e0ab8603e2990')
+
+build() {
+  cd ${_name}-${pkgver}
+  python setup.py build
+}
+
+check() {
+  cd ${_name}-${pkgver}
+  local python_version=$(python -c 'import sys; print(".".join(map(str, 
sys.version_info[:2])))')
+
+  PYTHONPATH="$PWD/build/lib.linux-$CARCH-${python_version}" pytest
+}
+
+package() {
+  cd ${_name}-${pkgver}
+  python setup.py install -O1 --root="${pkgdir}" --skip-build
+  install -D -m644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}


[arch-commits] Commit in python-atom/repos (community-x86_64)

2019-12-16 Thread Jelle van der Waa via arch-commits
Date: Monday, December 16, 2019 @ 09:20:22
  Author: jelle
Revision: 537839

archrelease: copy trunk to community-x86_64

Added:
  python-atom/repos/community-x86_64/