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

2022-08-15 Thread Daniel M. Capella via arch-commits
Date: Monday, August 15, 2022 @ 21:34:17
  Author: polyzen
Revision: 1266409

upgpkg: python-asttokens 2.0.8-1

Modified:
  python-asttokens/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-08-15 21:34:08 UTC (rev 1266408)
+++ PKGBUILD2022-08-15 21:34:17 UTC (rev 1266409)
@@ -2,7 +2,7 @@
 
 _name=asttokens
 pkgname=python-asttokens
-pkgver=2.0.7
+pkgver=2.0.8
 pkgrel=1
 pkgdesc='Get the currently executing AST node of a frame, and other 
information'
 arch=('any')
@@ -13,8 +13,8 @@
  'python-wheel')
 #checkdepends=('python-astroid' 'python-pytest')
 
source=("https://files.pythonhosted.org/packages/source/${_name::1}/$_name/$_name-$pkgver.tar.gz;)
-sha256sums=('8444353e4e2a99661c8dfb85ec9c02eedded08f0006234bff7db44a06840acc2')
-b2sums=('845445b83db124025b1d6908a455faea440111e33e45b376ad5038598a5f285d55104ce9334cf53084c09c3d6a0eff06650df1a16ea14df696779f72beca2eac')
+sha256sums=('c61e16246ecfb2cde2958406b4c8ebc043c9e6d73aaa83c941673b35e5d3a76b')
+b2sums=('ca0d3086ef5c2bdf6cacb1edc2f8849c01fcfacb39e1f1b88e6c29dd65c15debe35ffa05cfce99fc914cf67909ddcf5340ccb70e7d7e194a8b4abd531b7f725b')
 
 build() {
   cd "$_name-$pkgver"



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

2022-08-13 Thread Daniel M. Capella via arch-commits
Date: Saturday, August 13, 2022 @ 19:49:29
  Author: polyzen
Revision: 1266000

upgpkg: python-asttokens 2.0.7-1 & disable check

astroid<=2.5.3 needed for tests to pass:
https://github.com/gristlabs/asttokens/blob/2.0.7/setup.cfg#L42
https://github.com/gristlabs/asttokens/commit/cbd8d8e9bc2c1f650e6206c9037845460efbc1fe

Modified:
  python-asttokens/trunk/PKGBUILD

--+
 PKGBUILD |   24 +++-
 1 file changed, 11 insertions(+), 13 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2022-08-13 19:36:53 UTC (rev 1265999)
+++ PKGBUILD2022-08-13 19:49:29 UTC (rev 1266000)
@@ -2,8 +2,8 @@
 
 _name=asttokens
 pkgname=python-asttokens
-pkgver=2.0.5
-pkgrel=2
+pkgver=2.0.7
+pkgrel=1
 pkgdesc='Get the currently executing AST node of a frame, and other 
information'
 arch=('any')
 url=https://github.com/gristlabs/asttokens
@@ -11,10 +11,10 @@
 depends=('python-six')
 makedepends=('python-build' 'python-installer' 'python-setuptools-scm'
  'python-wheel')
-checkdepends=('python-astroid' 'python-pytest')
+#checkdepends=('python-astroid' 'python-pytest')
 
source=("https://files.pythonhosted.org/packages/source/${_name::1}/$_name/$_name-$pkgver.tar.gz;)
-sha256sums=('9a54c114f02c7a9480d56550932546a3f1fe71d8a02f1bc7ccd0ee3ee35cf4d5')
-b2sums=('44fd821230dbec4b2e4182872bd3509becb4669c6c1d3a143a33a86cd2b8d7fd94e8cee77390834475d9290ac3723735a7d6ba3b3695758a89c46a106a56501a')
+sha256sums=('8444353e4e2a99661c8dfb85ec9c02eedded08f0006234bff7db44a06840acc2')
+b2sums=('845445b83db124025b1d6908a455faea440111e33e45b376ad5038598a5f285d55104ce9334cf53084c09c3d6a0eff06650df1a16ea14df696779f72beca2eac')
 
 build() {
   cd "$_name-$pkgver"
@@ -21,12 +21,12 @@
   python -m build --wheel --skip-dependency-check --no-isolation
 }
 
-check() {
-  cd "$_name-$pkgver"
-  python -m venv --system-site-packages test-env
-  test-env/bin/python -m installer dist/*.whl
-  test-env/bin/python -m pytest
-}
+#check() {
+#  cd "$_name-$pkgver"
+#  python -m venv --system-site-packages test-env
+#  test-env/bin/python -m installer dist/*.whl
+#  test-env/bin/python -m pytest
+#}
 
 package() {
   cd "$_name-$pkgver"
@@ -38,5 +38,3 @@
   ln -s "$site_packages"/$_name-$pkgver.dist-info/LICENSE \
 "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
 }
-
-# vim:set ts=2 sw=2 et:



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

2022-03-05 Thread Daniel M. Capella via arch-commits
Date: Sunday, March 6, 2022 @ 00:29:10
  Author: polyzen
Revision: 1142259

Fix url

Modified:
  python-asttokens/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-03-06 00:18:53 UTC (rev 1142258)
+++ PKGBUILD2022-03-06 00:29:10 UTC (rev 1142259)
@@ -6,7 +6,7 @@
 pkgrel=2
 pkgdesc='Get the currently executing AST node of a frame, and other 
information'
 arch=('any')
-url=https://github.com/alexmojaki/executing
+url=https://github.com/gristlabs/asttokens
 license=('Apache')
 depends=('python-six')
 makedepends=('python-build' 'python-installer' 'python-setuptools-scm'