~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
2 2

[alpine-aports] [PATCH] main/py-setuptools: new upstream version 20.5

Christian Kampka <christian@kampka.net>
Details
Message ID
<1459618261-503-1-git-send-email-christian@kampka.net>
Sender timestamp
1459618261
DKIM signature
missing
Download raw message
Patch: +8 -7
---
 main/py-setuptools/APKBUILD | 15 ++++++++-------
 1 file changed, 8 insertions(+), 7 deletions(-)

diff --git a/main/py-setuptools/APKBUILD b/main/py-setuptools/APKBUILD
index f68b445..85b9b6f 100644
--- a/main/py-setuptools/APKBUILD
+++ b/main/py-setuptools/APKBUILD
@@ -2,7 +2,7 @@
# Maintainer:  Fabian Affolter <fabian@affolter-engineering.ch>
pkgname=py-setuptools
_pkgname=${pkgname#py-}
pkgver=20.3.1
pkgver=20.5
pkgrel=0
pkgdesc="A collection of enhancements to the Python distutils"
url="http://pypi.python.org/pypi/setuptools"
@@ -14,20 +14,21 @@ install=""
subpackages=""
source="http://pypi.python.org/packages/source/${_pkgname:0:1}/$_pkgname/$_pkgname-$pkgver.tar.gz"

_builddir="$srcdir"/$_pkgname-$pkgver
builddir="$srcdir"/$_pkgname-$pkgver

build() {
	cd "$_builddir"
	cd "$builddir"
	python setup.py build || return 1
}

package() {
	cd "$_builddir"
	cd "$builddir"
	python setup.py install --prefix=/usr --root="$pkgdir" || return 1

	# we don't provide a non-suffixed easy_install
	rm -f "$pkgdir"/usr/bin/easy_install || return 1
}

md5sums="7e4ba5cdebc02710d3ab748c103fc673  setuptools-20.3.1.tar.gz"
sha256sums="a1b3f74a1dc7c81368f2bc28a34366cfa6ffe80cdee1451261aabfba1ae1f4a8  setuptools-20.3.1.tar.gz"
sha512sums="694258290c27cc2edbc83958de5ea4d8ebd3f96a3708012260438188fc4fd3b30a427ef87bfd418a188a74077acefb9d6e50bcf189c98a9380277f0087cce83b  setuptools-20.3.1.tar.gz"
md5sums="fadc1e1123ddbe31006e5e43e927362b  setuptools-20.5.tar.gz"
sha256sums="456015dbe8add090a4d68f8756801866e3918fb0b7cf41d50af570098e638adc  setuptools-20.5.tar.gz"
sha512sums="459bc75a5151b03d58ffd85dda4a6459711517814a424ffc3439c3fbb7b8d5d8c6fd54dcdc6a4be41fbf6fc510bdd62c3b388edc36fab6527f89b240f1b3c280  setuptools-20.5.tar.gz"
-- 
2.7.4



---
Unsubscribe:  alpine-aports+unsubscribe@lists.alpinelinux.org
Help:         alpine-aports+help@lists.alpinelinux.org
---
Timo Teras <timo.teras@iki.fi>
Details
Message ID
<20160404112315.33e635dc@vostro.util.wtbts.net>
In-Reply-To
<1459618261-503-1-git-send-email-christian@kampka.net> (view parent)
Sender timestamp
1459758195
DKIM signature
missing
Download raw message
On Sat,  2 Apr 2016 19:31:01 +0200
Christian Kampka <christian@kampka.net> wrote:

> ---
>  main/py-setuptools/APKBUILD | 15 ++++++++-------
>  1 file changed, 8 insertions(+), 7 deletions(-)
> 
> diff --git a/main/py-setuptools/APKBUILD b/main/py-setuptools/APKBUILD
> index f68b445..85b9b6f 100644
> --- a/main/py-setuptools/APKBUILD
> +++ b/main/py-setuptools/APKBUILD
> @@ -2,7 +2,7 @@
>  # Maintainer:  Fabian Affolter <fabian@affolter-engineering.ch>
>  pkgname=py-setuptools
>  _pkgname=${pkgname#py-}
> -pkgver=20.3.1
> +pkgver=20.5
>  pkgrel=0
>  pkgdesc="A collection of enhancements to the Python distutils"
>  url="http://pypi.python.org/pypi/setuptools"
> @@ -14,20 +14,21 @@ install=""
>  subpackages=""
>  source="http://pypi.python.org/packages/source/${_pkgname:0:1}/$_pkgname/$_pkgname-$pkgver.tar.gz"

Applied.

But I'm getting 404 on this at times. Now armhf builder is getting 404.
Is this pypi.python.org issue? Or something else?


---
Unsubscribe:  alpine-aports+unsubscribe@lists.alpinelinux.org
Help:         alpine-aports+help@lists.alpinelinux.org
---
Christian Kampka <christian@kampka.net>
Details
Message ID
<CADq4isQbtrDGTsryKE5yMOMs_AcJbK+K+Pr38ew25-HDTnh3xA@mail.gmail.com>
In-Reply-To
<20160404112315.33e635dc@vostro.util.wtbts.net> (view parent)
Sender timestamp
1459835086
DKIM signature
missing
Download raw message
Sorry, I cannot reproduce that, so my guess would be a temporary pypi issue.

Cheers,
Christian

Timo Teras <timo.teras@iki.fi> schrieb am Mo., 4. Apr. 2016, 10:23:

> On Sat,  2 Apr 2016 19:31:01 +0200
> Christian Kampka <christian@kampka.net> wrote:
>
> > ---
> >  main/py-setuptools/APKBUILD | 15 ++++++++-------
> >  1 file changed, 8 insertions(+), 7 deletions(-)
> >
> > diff --git a/main/py-setuptools/APKBUILD b/main/py-setuptools/APKBUILD
> > index f68b445..85b9b6f 100644
> > --- a/main/py-setuptools/APKBUILD
> > +++ b/main/py-setuptools/APKBUILD
> > @@ -2,7 +2,7 @@
> >  # Maintainer:  Fabian Affolter <fabian@affolter-engineering.ch>
> >  pkgname=py-setuptools
> >  _pkgname=${pkgname#py-}
> > -pkgver=20.3.1
> > +pkgver=20.5
> >  pkgrel=0
> >  pkgdesc="A collection of enhancements to the Python distutils"
> >  url="http://pypi.python.org/pypi/setuptools"
> > @@ -14,20 +14,21 @@ install=""
> >  subpackages=""
> >  source="
> http://pypi.python.org/packages/source/${_pkgname:0:1}/$_pkgname/$_pkgname-$pkgver.tar.gz
> "
>
> Applied.
>
> But I'm getting 404 on this at times. Now armhf builder is getting 404.
> Is this pypi.python.org issue? Or something else?
>
Reply to thread Export thread (mbox)