~alpine/aports

This thread contains a patchset. You're looking at the original emails, but you may wish to use the patch review UI. Review patch
1

[alpine-aports] [PATCH] testing/py3-attrs: upgrade to 17.4.0

Jean-Louis Fuchs <ganwell@fangorn.ch>
Details
Message ID
<20171231150814.15885-1-ganwell@fangorn.ch>
Sender timestamp
1514732894
DKIM signature
missing
Download raw message
Patch: +2 -2
---
 testing/py3-attrs/APKBUILD | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/testing/py3-attrs/APKBUILD b/testing/py3-attrs/APKBUILD
index 80a9d31c68..dad2170ca9 100644
--- a/testing/py3-attrs/APKBUILD
+++ b/testing/py3-attrs/APKBUILD
@@ -1,7 +1,7 @@
# Contributor: Jean-Louis Fuchs <ganwell@fangorn.ch>
# Maintainer: Jean-Louis Fuchs <ganwell@fangorn.ch>
pkgname=py3-attrs
pkgver=17.2.0
pkgver=17.4.0
pkgrel=0
pkgdesc="Python classes without boilerplate"
url="http://www.attrs.org"
@@ -26,4 +26,4 @@ package() {
	python3 setup.py install --prefix=/usr --root="$pkgdir"
}

sha512sums="0084f115d8013e63bd81118a9f4d7a5e9c0b398a1ca8596d81fa00db17b2c241243026ccc7a5af579aba1aa53027cabfa2ae8610ac310e7f037f7b0ef2b15542  py3-attrs-17.2.0.tar.gz"
sha512sums="14a512009cefbadc66972380f3beeb80e28daebeef467838c3506fd33a65e555666434a2d8f7294291b431e8b787aea370e267045f30a2253463e79d0e6caa3a  py3-attrs-17.4.0.tar.gz"
-- 
2.13.5



---
Unsubscribe:  alpine-aports+unsubscribe@lists.alpinelinux.org
Help:         alpine-aports+help@lists.alpinelinux.org
---
Leonardo Arena <rnalrd@gmail.com>
Details
Message ID
<CAGG_d8C0Udmk+fs6dAudv=FtAwugPbzQqkcbD_FWj-=wHp8TJg@mail.gmail.com>
In-Reply-To
<20171231150814.15885-1-ganwell@fangorn.ch> (view parent)
Sender timestamp
1515493619
DKIM signature
missing
Download raw message
Hi,

On Sun, Dec 31, 2017 at 4:08 PM, Jean-Louis Fuchs <ganwell@fangorn.ch>
wrote:

> ---
>  testing/py3-attrs/APKBUILD | 4 ++--
>  1 file changed, 2 insertions(+), 2 deletions(-)
>
>
it fails with:

Traceback (most recent call last):
  File "setup.py", line 5, in <module>
    from setuptools import find_packages, setup
ImportError: cannot import name 'find_packages'
>>> ERROR: py3-attrs: all failed

It appears that it needs a more recent version of setuptools than those
currently bundled with python3 package.
Adding "py3-setuptools" fixed the issue, so I committed it.

Thanks!

/eo
Reply to thread Export thread (mbox)