Re: update: devel/py-pip

2020-06-21 Thread Paco Esteban
Ping ?
(diff at the end for convenience).

On Fri, 12 Jun 2020, Paco Esteban wrote:

> Hi ports@,
> 
> This is an update of devel/py-pip to 20.1.1
> 
> Lightly tested installing some libs with the `--user` flag and works
> fine for me on amd64.
> 
> I ran regression tests on all consumers with the exact same results
> before and after the upgrade:
>   > devel/py-setuptools_scm
> 1 failed, 121 passed, 5 skipped in 121.67 seconds
>   > sysutils/salt
> tests crash
> ModuleNotFoundError: No module named 'pytestsalt'
>   > devel/py-wbem
> ran 0 tests.
>   > net/napalm/py-napalm
> tests fail.  At some point it tries to download "pynxos" and
> PORTS_PRIVSEP prevents it.
> 
> I guess it does not make any sense to make this py3 only while we have
> python2 in ports.
> 
> Comments ? Ok ?
> ...

Index: Makefile
===
RCS file: /home/cvs/ports/devel/py-pip/Makefile,v
retrieving revision 1.34
diff -u -p -r1.34 Makefile
--- Makefile25 Aug 2019 07:30:37 -  1.34
+++ Makefile12 Jun 2020 16:46:18 -
@@ -2,7 +2,7 @@
 
 COMMENT =  tool for installing Python packages
 
-MODPY_EGG_VERSION =19.1.1
+MODPY_EGG_VERSION =20.1.1
 DISTNAME = pip-${MODPY_EGG_VERSION}
 PKGNAME =  py-${DISTNAME}
 CATEGORIES =   devel
Index: distinfo
===
RCS file: /home/cvs/ports/devel/py-pip/distinfo,v
retrieving revision 1.17
diff -u -p -r1.17 distinfo
--- distinfo25 Aug 2019 07:30:37 -  1.17
+++ distinfo12 Jun 2020 16:46:30 -
@@ -1,2 +1,2 @@
-SHA256 (pip-19.1.1.tar.gz) = RNPX09MKHrZcfl/xFzzfj3RnhQYFrHzDcHtgZL3dCVg=
-SIZE (pip-19.1.1.tar.gz) = 1334144
+SHA256 (pip-20.1.1.tar.gz) = J/jcKTh92DJJ4G5oHOCH5gYYJlghmKQlCF4L9MHPOlU=
+SIZE (pip-20.1.1.tar.gz) = 1475109
Index: pkg/PLIST
===
RCS file: /home/cvs/ports/devel/py-pip/pkg/PLIST,v
retrieving revision 1.14
diff -u -p -r1.14 PLIST
--- pkg/PLIST   25 Aug 2019 07:30:37 -  1.14
+++ pkg/PLIST   12 Jun 2020 16:48:01 -
@@ -23,14 +23,12 @@ lib/python${MODPY_VERSION}/site-packages
 
lib/python${MODPY_VERSION}/site-packages/pip/_internal/${MODPY_PYCACHE}build_env.${MODPY_PYC_MAGIC_TAG}pyc
 
lib/python${MODPY_VERSION}/site-packages/pip/_internal/${MODPY_PYCACHE}cache.${MODPY_PYC_MAGIC_TAG}pyc
 
lib/python${MODPY_VERSION}/site-packages/pip/_internal/${MODPY_PYCACHE}configuration.${MODPY_PYC_MAGIC_TAG}pyc
-lib/python${MODPY_VERSION}/site-packages/pip/_internal/${MODPY_PYCACHE}download.${MODPY_PYC_MAGIC_TAG}pyc
 
lib/python${MODPY_VERSION}/site-packages/pip/_internal/${MODPY_PYCACHE}exceptions.${MODPY_PYC_MAGIC_TAG}pyc
-lib/python${MODPY_VERSION}/site-packages/pip/_internal/${MODPY_PYCACHE}index.${MODPY_PYC_MAGIC_TAG}pyc
 
lib/python${MODPY_VERSION}/site-packages/pip/_internal/${MODPY_PYCACHE}locations.${MODPY_PYC_MAGIC_TAG}pyc
-lib/python${MODPY_VERSION}/site-packages/pip/_internal/${MODPY_PYCACHE}pep425tags.${MODPY_PYC_MAGIC_TAG}pyc
+lib/python${MODPY_VERSION}/site-packages/pip/_internal/${MODPY_PYCACHE}main.${MODPY_PYC_MAGIC_TAG}pyc
 
lib/python${MODPY_VERSION}/site-packages/pip/_internal/${MODPY_PYCACHE}pyproject.${MODPY_PYC_MAGIC_TAG}pyc
-lib/python${MODPY_VERSION}/site-packages/pip/_internal/${MODPY_PYCACHE}resolve.${MODPY_PYC_MAGIC_TAG}pyc
-lib/python${MODPY_VERSION}/site-packages/pip/_internal/${MODPY_PYCACHE}wheel.${MODPY_PYC_MAGIC_TAG}pyc
+lib/python${MODPY_VERSION}/site-packages/pip/_internal/${MODPY_PYCACHE}self_outdated_check.${MODPY_PYC_MAGIC_TAG}pyc
+lib/python${MODPY_VERSION}/site-packages/pip/_internal/${MODPY_PYCACHE}wheel_builder.${MODPY_PYC_MAGIC_TAG}pyc
 lib/python${MODPY_VERSION}/site-packages/pip/_internal/build_env.py
 lib/python${MODPY_VERSION}/site-packages/pip/_internal/cache.py
 lib/python${MODPY_VERSION}/site-packages/pip/_internal/cli/
@@ -40,22 +38,34 @@ lib/python${MODPY_VERSION}/site-packages
 
lib/python${MODPY_VERSION}/site-packages/pip/_internal/cli/${MODPY_PYCACHE}autocompletion.${MODPY_PYC_MAGIC_TAG}pyc
 
lib/python${MODPY_VERSION}/site-packages/pip/_internal/cli/${MODPY_PYCACHE}base_command.${MODPY_PYC_MAGIC_TAG}pyc
 
lib/python${MODPY_VERSION}/site-packages/pip/_internal/cli/${MODPY_PYCACHE}cmdoptions.${MODPY_PYC_MAGIC_TAG}pyc
+lib/python${MODPY_VERSION}/site-packages/pip/_internal/cli/${MODPY_PYCACHE}command_context.${MODPY_PYC_MAGIC_TAG}pyc
+lib/python${MODPY_VERSION}/site-packages/pip/_internal/cli/${MODPY_PYCACHE}main.${MODPY_PYC_MAGIC_TAG}pyc
 
lib/python${MODPY_VERSION}/site-packages/pip/_internal/cli/${MODPY_PYCACHE}main_parser.${MODPY_PYC_MAGIC_TAG}pyc
 
lib/python${MODPY_VERSION}/site-packages/pip/_internal/cli/${MODPY_PYCACHE}parser.${MODPY_PYC_MAGIC_TAG}pyc
+lib/python${MODPY_VERSION}/site-packages/pip/_internal/cli/${MODPY_PYCACHE}progress_bars.${MODPY_PYC_MAGIC_TAG}pyc

Re: update: devel/py-pip

2020-06-13 Thread Paco Esteban
On Sat, 13 Jun 2020, Stuart Henderson wrote:

> On 2020/06/13 16:18, Klemens Nanni wrote:
> > On Fri, Jun 12, 2020 at 07:18:39PM +0200, Paco Esteban wrote:
> > > Lightly tested installing some libs with the `--user` flag and works
> > > fine for me on amd64.
> > OK kn
> > 
> > > I ran regression tests on all consumers with the exact same results
> > > before and after the upgrade:
> > >   > devel/py-setuptools_scm
> > > 1 failed, 121 passed, 5 skipped in 121.67 seconds
> > >   > sysutils/salt
> > > tests crash
> > > ModuleNotFoundError: No module named 'pytestsalt'
> > >   > devel/py-wbem
> > > ran 0 tests.
> 
> py-wbem can be moved to py3-only now :)

how subtle, I'll take a look to that ;-)

> 
> > >   > net/napalm/py-napalm
> > > tests fail.  At some point it tries to download "pynxos" and
> > > PORTS_PRIVSEP prevents it.
> 
> hm, py-nxos is listed as a dependency already.

yes, I saw it.  If somebody could give it a try to discard issues with
my environment it would be nice.

> 
> > Thanks.
> > 
> > > I guess it does not make any sense to make this py3 only while we have
> > > python2 in ports.
> > Not if there are python2 consumers because they'd obviously break.
> > But if there are none or if you can convert them to python3: why not?
> > pip2 shouldn't be used any longer and python2 ports are completely
> > separated from pip2 run as user, which installs stuff outside of pkg_*
> > scope.
> > 
> 
> While moving devel/py-setuptools_scm to 3-only is going to take time,
> it probably wouldn't hurt to drop the TEST_DEPENDS on py-pip for py2.

-- 
Paco Esteban.
0x5818130B8A6DBC03



Re: update: devel/py-pip

2020-06-13 Thread Stuart Henderson
On 2020/06/13 16:18, Klemens Nanni wrote:
> On Fri, Jun 12, 2020 at 07:18:39PM +0200, Paco Esteban wrote:
> > Lightly tested installing some libs with the `--user` flag and works
> > fine for me on amd64.
> OK kn
> 
> > I ran regression tests on all consumers with the exact same results
> > before and after the upgrade:
> >   > devel/py-setuptools_scm
> > 1 failed, 121 passed, 5 skipped in 121.67 seconds
> >   > sysutils/salt
> > tests crash
> > ModuleNotFoundError: No module named 'pytestsalt'
> >   > devel/py-wbem
> > ran 0 tests.

py-wbem can be moved to py3-only now :)

> >   > net/napalm/py-napalm
> > tests fail.  At some point it tries to download "pynxos" and
> > PORTS_PRIVSEP prevents it.

hm, py-nxos is listed as a dependency already.

> Thanks.
> 
> > I guess it does not make any sense to make this py3 only while we have
> > python2 in ports.
> Not if there are python2 consumers because they'd obviously break.
> But if there are none or if you can convert them to python3: why not?
> pip2 shouldn't be used any longer and python2 ports are completely
> separated from pip2 run as user, which installs stuff outside of pkg_*
> scope.
> 

While moving devel/py-setuptools_scm to 3-only is going to take time,
it probably wouldn't hurt to drop the TEST_DEPENDS on py-pip for py2.



Re: update: devel/py-pip

2020-06-13 Thread Klemens Nanni
On Fri, Jun 12, 2020 at 07:18:39PM +0200, Paco Esteban wrote:
> Lightly tested installing some libs with the `--user` flag and works
> fine for me on amd64.
OK kn

> I ran regression tests on all consumers with the exact same results
> before and after the upgrade:
>   > devel/py-setuptools_scm
> 1 failed, 121 passed, 5 skipped in 121.67 seconds
>   > sysutils/salt
> tests crash
> ModuleNotFoundError: No module named 'pytestsalt'
>   > devel/py-wbem
> ran 0 tests.
>   > net/napalm/py-napalm
> tests fail.  At some point it tries to download "pynxos" and
> PORTS_PRIVSEP prevents it.
Thanks.

> I guess it does not make any sense to make this py3 only while we have
> python2 in ports.
Not if there are python2 consumers because they'd obviously break.
But if there are none or if you can convert them to python3: why not?
pip2 shouldn't be used any longer and python2 ports are completely
separated from pip2 run as user, which installs stuff outside of pkg_*
scope.



update: devel/py-pip

2020-06-12 Thread Paco Esteban
Hi ports@,

This is an update of devel/py-pip to 20.1.1

Lightly tested installing some libs with the `--user` flag and works
fine for me on amd64.

I ran regression tests on all consumers with the exact same results
before and after the upgrade:
  > devel/py-setuptools_scm
1 failed, 121 passed, 5 skipped in 121.67 seconds
  > sysutils/salt
tests crash
ModuleNotFoundError: No module named 'pytestsalt'
  > devel/py-wbem
ran 0 tests.
  > net/napalm/py-napalm
tests fail.  At some point it tries to download "pynxos" and
PORTS_PRIVSEP prevents it.

I guess it does not make any sense to make this py3 only while we have
python2 in ports.

Comments ? Ok ?

Index: Makefile
===
RCS file: /home/cvs/ports/devel/py-pip/Makefile,v
retrieving revision 1.34
diff -u -p -r1.34 Makefile
--- Makefile25 Aug 2019 07:30:37 -  1.34
+++ Makefile12 Jun 2020 16:46:18 -
@@ -2,7 +2,7 @@
 
 COMMENT =  tool for installing Python packages
 
-MODPY_EGG_VERSION =19.1.1
+MODPY_EGG_VERSION =20.1.1
 DISTNAME = pip-${MODPY_EGG_VERSION}
 PKGNAME =  py-${DISTNAME}
 CATEGORIES =   devel
Index: distinfo
===
RCS file: /home/cvs/ports/devel/py-pip/distinfo,v
retrieving revision 1.17
diff -u -p -r1.17 distinfo
--- distinfo25 Aug 2019 07:30:37 -  1.17
+++ distinfo12 Jun 2020 16:46:30 -
@@ -1,2 +1,2 @@
-SHA256 (pip-19.1.1.tar.gz) = RNPX09MKHrZcfl/xFzzfj3RnhQYFrHzDcHtgZL3dCVg=
-SIZE (pip-19.1.1.tar.gz) = 1334144
+SHA256 (pip-20.1.1.tar.gz) = J/jcKTh92DJJ4G5oHOCH5gYYJlghmKQlCF4L9MHPOlU=
+SIZE (pip-20.1.1.tar.gz) = 1475109
Index: pkg/PLIST
===
RCS file: /home/cvs/ports/devel/py-pip/pkg/PLIST,v
retrieving revision 1.14
diff -u -p -r1.14 PLIST
--- pkg/PLIST   25 Aug 2019 07:30:37 -  1.14
+++ pkg/PLIST   12 Jun 2020 16:48:01 -
@@ -23,14 +23,12 @@ lib/python${MODPY_VERSION}/site-packages
 
lib/python${MODPY_VERSION}/site-packages/pip/_internal/${MODPY_PYCACHE}build_env.${MODPY_PYC_MAGIC_TAG}pyc
 
lib/python${MODPY_VERSION}/site-packages/pip/_internal/${MODPY_PYCACHE}cache.${MODPY_PYC_MAGIC_TAG}pyc
 
lib/python${MODPY_VERSION}/site-packages/pip/_internal/${MODPY_PYCACHE}configuration.${MODPY_PYC_MAGIC_TAG}pyc
-lib/python${MODPY_VERSION}/site-packages/pip/_internal/${MODPY_PYCACHE}download.${MODPY_PYC_MAGIC_TAG}pyc
 
lib/python${MODPY_VERSION}/site-packages/pip/_internal/${MODPY_PYCACHE}exceptions.${MODPY_PYC_MAGIC_TAG}pyc
-lib/python${MODPY_VERSION}/site-packages/pip/_internal/${MODPY_PYCACHE}index.${MODPY_PYC_MAGIC_TAG}pyc
 
lib/python${MODPY_VERSION}/site-packages/pip/_internal/${MODPY_PYCACHE}locations.${MODPY_PYC_MAGIC_TAG}pyc
-lib/python${MODPY_VERSION}/site-packages/pip/_internal/${MODPY_PYCACHE}pep425tags.${MODPY_PYC_MAGIC_TAG}pyc
+lib/python${MODPY_VERSION}/site-packages/pip/_internal/${MODPY_PYCACHE}main.${MODPY_PYC_MAGIC_TAG}pyc
 
lib/python${MODPY_VERSION}/site-packages/pip/_internal/${MODPY_PYCACHE}pyproject.${MODPY_PYC_MAGIC_TAG}pyc
-lib/python${MODPY_VERSION}/site-packages/pip/_internal/${MODPY_PYCACHE}resolve.${MODPY_PYC_MAGIC_TAG}pyc
-lib/python${MODPY_VERSION}/site-packages/pip/_internal/${MODPY_PYCACHE}wheel.${MODPY_PYC_MAGIC_TAG}pyc
+lib/python${MODPY_VERSION}/site-packages/pip/_internal/${MODPY_PYCACHE}self_outdated_check.${MODPY_PYC_MAGIC_TAG}pyc
+lib/python${MODPY_VERSION}/site-packages/pip/_internal/${MODPY_PYCACHE}wheel_builder.${MODPY_PYC_MAGIC_TAG}pyc
 lib/python${MODPY_VERSION}/site-packages/pip/_internal/build_env.py
 lib/python${MODPY_VERSION}/site-packages/pip/_internal/cache.py
 lib/python${MODPY_VERSION}/site-packages/pip/_internal/cli/
@@ -40,22 +38,34 @@ lib/python${MODPY_VERSION}/site-packages
 
lib/python${MODPY_VERSION}/site-packages/pip/_internal/cli/${MODPY_PYCACHE}autocompletion.${MODPY_PYC_MAGIC_TAG}pyc
 
lib/python${MODPY_VERSION}/site-packages/pip/_internal/cli/${MODPY_PYCACHE}base_command.${MODPY_PYC_MAGIC_TAG}pyc
 
lib/python${MODPY_VERSION}/site-packages/pip/_internal/cli/${MODPY_PYCACHE}cmdoptions.${MODPY_PYC_MAGIC_TAG}pyc
+lib/python${MODPY_VERSION}/site-packages/pip/_internal/cli/${MODPY_PYCACHE}command_context.${MODPY_PYC_MAGIC_TAG}pyc
+lib/python${MODPY_VERSION}/site-packages/pip/_internal/cli/${MODPY_PYCACHE}main.${MODPY_PYC_MAGIC_TAG}pyc
 
lib/python${MODPY_VERSION}/site-packages/pip/_internal/cli/${MODPY_PYCACHE}main_parser.${MODPY_PYC_MAGIC_TAG}pyc
 
lib/python${MODPY_VERSION}/site-packages/pip/_internal/cli/${MODPY_PYCACHE}parser.${MODPY_PYC_MAGIC_TAG}pyc
+lib/python${MODPY_VERSION}/site-packages/pip/_internal/cli/${MODPY_PYCACHE}progress_bars.${MODPY_PYC_MAGIC_TAG}pyc
+lib/python${MODPY_VERSION}/site-packages/pip/_internal/cli/${MODPY_PYCACHE}req_command.${MODPY_PYC_MAGIC_TAG}pyc
+lib/python${MODPY_VERSION}/site-packages/pip/_internal/cli/${MODPY_PYCACHE}spinners.${MODPY_PYC_MAGIC_TAG}pyc
 

Re: Update devel/py-pip to 19.3.1

2020-01-07 Thread clematis
On Tue, Jan 07, 2020 at 06:36:23PM +0100, clematis wrote:
> Hello,
> 
> Here's an update of py-pip to 19.3.1: 
> https://pip.pypa.io/en/stable/news/#id1
> Which still supports 2.7 
> 
> Both flavors build, package, install, deinstall OK on amd64. 
> 
> It works on amd64 for py2.7 and py3.7, did install,
> uninstall packages successfully.  
> 
> I would appreciate further testing and comments.

Sorry forgot to mention, in regards to BUILD_DEPENDS I've tested both:
net/napalm/ - OK
devel/py-wbem - OK

And for the TEST_DEPENDS:
devel/py-setuptools_scm - OK both flavors (py2: 125 passed, 2 skipped -
py3: 122 passed, 5 skipped)
sysutils/salt - not OK (ImportError: No module named pytestsalt.utils) 
unrelated to pip had the error before.

Thanks,
-- 
clematis (0x7e96fd2400fe7b59)



Update devel/py-pip to 19.3.1

2020-01-07 Thread clematis
Hello,

Here's an update of py-pip to 19.3.1: 
https://pip.pypa.io/en/stable/news/#id1
Which still supports 2.7 

Both flavors build, package, install, deinstall OK on amd64. 

It works on amd64 for py2.7 and py3.7, did install,
uninstall packages successfully.

I would appreciate further testing and comments.

Thanks.
-- 
clematis (0x7e96fd2400fe7b59)
? diff
Index: Makefile
===
RCS file: /cvs/ports/devel/py-pip/Makefile,v
retrieving revision 1.34
diff -u -p -r1.34 Makefile
--- Makefile25 Aug 2019 07:30:37 -  1.34
+++ Makefile7 Jan 2020 12:14:40 -
@@ -1,8 +1,8 @@
-# $OpenBSD: Makefile,v 1.34 2019/08/25 07:30:37 kmos Exp $
+# $OpenBSD: $
 
 COMMENT =  tool for installing Python packages
 
-MODPY_EGG_VERSION =19.1.1
+MODPY_EGG_VERSION =19.3.1
 DISTNAME = pip-${MODPY_EGG_VERSION}
 PKGNAME =  py-${DISTNAME}
 CATEGORIES =   devel
Index: distinfo
===
RCS file: /cvs/ports/devel/py-pip/distinfo,v
retrieving revision 1.17
diff -u -p -r1.17 distinfo
--- distinfo25 Aug 2019 07:30:37 -  1.17
+++ distinfo7 Jan 2020 12:14:40 -
@@ -1,2 +1,2 @@
-SHA256 (pip-19.1.1.tar.gz) = RNPX09MKHrZcfl/xFzzfj3RnhQYFrHzDcHtgZL3dCVg=
-SIZE (pip-19.1.1.tar.gz) = 1334144
+SHA256 (pip-19.3.1.tar.gz) = ISB9dsEDHlF2aImKa0ap+xUBx6RxDvXf1qQK2eZ1fqc=
+SIZE (pip-19.3.1.tar.gz) = 1393609
Index: pkg/PLIST
===
RCS file: /cvs/ports/devel/py-pip/pkg/PLIST,v
retrieving revision 1.14
diff -u -p -r1.14 PLIST
--- pkg/PLIST   25 Aug 2019 07:30:37 -  1.14
+++ pkg/PLIST   7 Jan 2020 12:14:41 -
@@ -22,14 +22,17 @@ ${MODPY_COMMENT}lib/python${MODPY_VERSIO
 
lib/python${MODPY_VERSION}/site-packages/pip/_internal/${MODPY_PYCACHE}__init__.${MODPY_PYC_MAGIC_TAG}pyc
 
lib/python${MODPY_VERSION}/site-packages/pip/_internal/${MODPY_PYCACHE}build_env.${MODPY_PYC_MAGIC_TAG}pyc
 
lib/python${MODPY_VERSION}/site-packages/pip/_internal/${MODPY_PYCACHE}cache.${MODPY_PYC_MAGIC_TAG}pyc
+lib/python${MODPY_VERSION}/site-packages/pip/_internal/${MODPY_PYCACHE}collector.${MODPY_PYC_MAGIC_TAG}pyc
 
lib/python${MODPY_VERSION}/site-packages/pip/_internal/${MODPY_PYCACHE}configuration.${MODPY_PYC_MAGIC_TAG}pyc
 
lib/python${MODPY_VERSION}/site-packages/pip/_internal/${MODPY_PYCACHE}download.${MODPY_PYC_MAGIC_TAG}pyc
 
lib/python${MODPY_VERSION}/site-packages/pip/_internal/${MODPY_PYCACHE}exceptions.${MODPY_PYC_MAGIC_TAG}pyc
 
lib/python${MODPY_VERSION}/site-packages/pip/_internal/${MODPY_PYCACHE}index.${MODPY_PYC_MAGIC_TAG}pyc
+lib/python${MODPY_VERSION}/site-packages/pip/_internal/${MODPY_PYCACHE}legacy_resolve.${MODPY_PYC_MAGIC_TAG}pyc
 
lib/python${MODPY_VERSION}/site-packages/pip/_internal/${MODPY_PYCACHE}locations.${MODPY_PYC_MAGIC_TAG}pyc
+lib/python${MODPY_VERSION}/site-packages/pip/_internal/${MODPY_PYCACHE}main.${MODPY_PYC_MAGIC_TAG}pyc
 
lib/python${MODPY_VERSION}/site-packages/pip/_internal/${MODPY_PYCACHE}pep425tags.${MODPY_PYC_MAGIC_TAG}pyc
 
lib/python${MODPY_VERSION}/site-packages/pip/_internal/${MODPY_PYCACHE}pyproject.${MODPY_PYC_MAGIC_TAG}pyc
-lib/python${MODPY_VERSION}/site-packages/pip/_internal/${MODPY_PYCACHE}resolve.${MODPY_PYC_MAGIC_TAG}pyc
+lib/python${MODPY_VERSION}/site-packages/pip/_internal/${MODPY_PYCACHE}self_outdated_check.${MODPY_PYC_MAGIC_TAG}pyc
 
lib/python${MODPY_VERSION}/site-packages/pip/_internal/${MODPY_PYCACHE}wheel.${MODPY_PYC_MAGIC_TAG}pyc
 lib/python${MODPY_VERSION}/site-packages/pip/_internal/build_env.py
 lib/python${MODPY_VERSION}/site-packages/pip/_internal/cache.py
@@ -40,15 +43,20 @@ lib/python${MODPY_VERSION}/site-packages
 
lib/python${MODPY_VERSION}/site-packages/pip/_internal/cli/${MODPY_PYCACHE}autocompletion.${MODPY_PYC_MAGIC_TAG}pyc
 
lib/python${MODPY_VERSION}/site-packages/pip/_internal/cli/${MODPY_PYCACHE}base_command.${MODPY_PYC_MAGIC_TAG}pyc
 
lib/python${MODPY_VERSION}/site-packages/pip/_internal/cli/${MODPY_PYCACHE}cmdoptions.${MODPY_PYC_MAGIC_TAG}pyc
+lib/python${MODPY_VERSION}/site-packages/pip/_internal/cli/${MODPY_PYCACHE}command_context.${MODPY_PYC_MAGIC_TAG}pyc
 
lib/python${MODPY_VERSION}/site-packages/pip/_internal/cli/${MODPY_PYCACHE}main_parser.${MODPY_PYC_MAGIC_TAG}pyc
 
lib/python${MODPY_VERSION}/site-packages/pip/_internal/cli/${MODPY_PYCACHE}parser.${MODPY_PYC_MAGIC_TAG}pyc
+lib/python${MODPY_VERSION}/site-packages/pip/_internal/cli/${MODPY_PYCACHE}req_command.${MODPY_PYC_MAGIC_TAG}pyc
 
lib/python${MODPY_VERSION}/site-packages/pip/_internal/cli/${MODPY_PYCACHE}status_codes.${MODPY_PYC_MAGIC_TAG}pyc
 lib/python${MODPY_VERSION}/site-packages/pip/_internal/cli/autocompletion.py
 lib/python${MODPY_VERSION}/site-packages/pip/_internal/cli/base_command.py
 lib/python${MODPY_VERSION}/site-packages/pip/_internal/cli/cmdoptions.py
+lib/python${MODPY_VERSION}/site-packages/pip/_internal/cli/command_context.py
 

Re: Update: devel/py-pip 9.0.3 -> 19.1.1

2019-08-21 Thread Paco Esteban
On Wed, 21 Aug 2019, Kurt Mosiejczuk wrote:

> Ping. (Diff regenerated to match current state of port)

Works fine for me on py3 and amd64.

Cheers,

-- 
Paco Esteban.
https://onna.be/gpgkey.asc
9A6B 6083 AD9E FDC2 0EAF  5CB3 5818 130B 8A6D BC03



Re: Update: devel/py-pip 9.0.3 -> 19.1.1

2019-08-21 Thread Björn Ketelaars
On Wed 21/08/2019 00:12, Kurt Mosiejczuk wrote:
> On Wed, Jun 26, 2019 at 03:56:25PM -0400, Kurt Mosiejczuk wrote:
> > On Sun, Jun 09, 2019 at 07:06:51PM -0400, Kurt Mosiejczuk wrote:
> > > Here's an updated version of my py-pip update from months ago.
> 
> > > This brings pip from 9.0.3 to 19.1.1. I've done test installs and
> > > uninstalls for both flavors on amd64. Everything seems to work as
> > > expected.
> 
> > > As with the earlier version, this skips the documentation build as has
> > > been done with some other python ports. It avoids lots of mess with
> > > sphinx.
> 
> > Ping
> 
> Ping. (Diff regenerated to match current state of port)

Diff looks good, and works for me. I do not mind missing out on the
documentation, however I can image that other users do. Guess they will
raise their voice.

OK bket@



Re: Update: devel/py-pip 9.0.3 -> 19.0.3

2019-04-15 Thread Kurt Mosiejczuk
On Tue, Apr 16, 2019 at 01:34:40AM +0200, Antoine Jacoutot wrote:

> No. Comment shouldn't start with uppercase.

I hadn't known that one before. Thank you.

Here's an updated version.

--Kurt

Index: Makefile
===
RCS file: /cvs/ports/devel/py-pip/Makefile,v
retrieving revision 1.31
diff -u -p -r1.31 Makefile
--- Makefile4 Apr 2018 20:04:56 -   1.31
+++ Makefile16 Apr 2019 00:10:37 -
@@ -1,8 +1,8 @@
 # $OpenBSD: Makefile,v 1.31 2018/04/04 20:04:56 danj Exp $
 
-COMMENT =  Python easy_install replacement
+COMMENT =  tool for installing Python packages
 
-MODPY_EGG_VERSION =9.0.3
+MODPY_EGG_VERSION =19.0.3
 DISTNAME = pip-${MODPY_EGG_VERSION}
 PKGNAME =  py-${DISTNAME}
 CATEGORIES =   devel
@@ -17,23 +17,10 @@ MODULES =   lang/python
 MODPY_PI = Yes
 MODPY_SETUPTOOLS = Yes
 
-BUILD_DEPENDS =textproc/py-sphinx${MODPY_FLAVOR}
-
 FLAVORS =  python3
 FLAVOR ?=
 
 # No test suites in pypi tarball
 NO_TEST =  Yes
-
-DOCSRC =   ${WRKSRC}/docs
-post-build:
-   cd ${DOCSRC} && PYTHONPATH=${WRKSRC} \
-   ${LOCALBASE}/bin/sphinx-build${MODPY_BIN_SUFFIX} -N . 
_build/html
-
-DOCS = ${PREFIX}/share/doc/${MODPY_PY_PREFIX}pip
-
-post-install:
-   ${INSTALL_DATA_DIR} ${DOCS}
-   cd ${DOCSRC}/_build/html && pax -rw * ${DOCS}
 
 .include 
Index: distinfo
===
RCS file: /cvs/ports/devel/py-pip/distinfo,v
retrieving revision 1.16
diff -u -p -r1.16 distinfo
--- distinfo4 Apr 2018 20:04:56 -   1.16
+++ distinfo16 Apr 2019 00:10:37 -
@@ -1,2 +1,2 @@
-SHA256 (pip-9.0.3.tar.gz) = e/SPmmk74dWPSfevfgrp/in9ZxzeilXm7co1gcTvV5Y=
-SIZE (pip-9.0.3.tar.gz) = 1343076
+SHA256 (pip-19.0.3.tar.gz) = bm8Zehq/tFEY27h4tchZoO290z/SUBALwBW2f97UufI=
+SIZE (pip-19.0.3.tar.gz) = 1324617
Index: patches/patch-docs_conf_py
===
RCS file: patches/patch-docs_conf_py
diff -N patches/patch-docs_conf_py
--- patches/patch-docs_conf_py  16 Apr 2016 19:06:26 -  1.1
+++ /dev/null   1 Jan 1970 00:00:00 -
@@ -1,15 +0,0 @@
-$OpenBSD: patch-docs_conf_py,v 1.1 2016/04/16 19:06:26 shadchin Exp $
-
-Prevent build from calling out to the internet.
-
 docs/conf.py.orig  Fri Apr 15 21:02:46 2016
-+++ docs/conf.py   Fri Apr 15 21:02:54 2016
-@@ -27,7 +27,7 @@ sys.path.insert(0, os.path.abspath(os.pardir))
- # Add any Sphinx extension module names here, as strings. They can be
- # extensions coming with Sphinx (named 'sphinx.ext.*') or your custom ones.
- # extensions = ['sphinx.ext.autodoc']
--extensions = ['sphinx.ext.extlinks', 'docs.pipext', 'sphinx.ext.intersphinx']
-+extensions = ['sphinx.ext.extlinks', 'docs.pipext']
- 
- # intersphinx
- intersphinx_cache_limit = 0
Index: patches/patch-docs_html_conf_py
===
RCS file: patches/patch-docs_html_conf_py
diff -N patches/patch-docs_html_conf_py
--- /dev/null   1 Jan 1970 00:00:00 -
+++ patches/patch-docs_html_conf_py 16 Apr 2019 00:10:37 -
@@ -0,0 +1,16 @@
+$OpenBSD$
+
+Prevent build from calling out to the internet.
+
+Index: docs/html/conf.py
+--- docs/html/conf.py.orig
 docs/html/conf.py
+@@ -30,7 +30,7 @@ sys.path.insert(0, docs_dir)
+ # Add any Sphinx extension module names here, as strings. They can be
+ # extensions coming with Sphinx (named 'sphinx.ext.*') or your custom ones.
+ # extensions = ['sphinx.ext.autodoc']
+-extensions = ['sphinx.ext.extlinks', 'pip_sphinxext', 
'sphinx.ext.intersphinx']
++extensions = ['sphinx.ext.extlinks', 'pip_sphinxext']
+ 
+ # intersphinx
+ intersphinx_cache_limit = 0
Index: pkg/DESCR
===
RCS file: /cvs/ports/devel/py-pip/pkg/DESCR,v
retrieving revision 1.2
diff -u -p -r1.2 DESCR
--- pkg/DESCR   12 Apr 2011 19:30:55 -  1.2
+++ pkg/DESCR   16 Apr 2019 00:10:37 -
@@ -1,3 +1,2 @@
-pip is a replacement for easy_install. It uses mostly the same
-techniques for finding packages, so packages that were made
-easy_installable should be pip-installable as well.
+pip is the package installer for Python. You can use pip to install
+packages from the Python Package Index and other indexes.
Index: pkg/PLIST
===
RCS file: /cvs/ports/devel/py-pip/pkg/PLIST,v
retrieving revision 1.13
diff -u -p -r1.13 PLIST
--- pkg/PLIST   4 Apr 2018 20:04:56 -   1.13
+++ pkg/PLIST   16 Apr 2019 00:10:37 -
@@ -10,23 +10,170 @@ lib/python${MODPY_VERSION}/site-packages
 
lib/python${MODPY_VERSION}/site-packages/pip-${MODPY_EGG_VERSION}-py${MODPY_VERSION}.egg-info/dependency_links.txt
 

Re: Update: devel/py-pip 9.0.3 -> 19.0.3

2019-04-15 Thread Antoine Jacoutot
On Mon, Apr 15, 2019 at 06:44:57PM +0200, Peter Hessler wrote:
> On 2019 Mar 31 (Sun) at 15:10:47 -0400 (-0400), Kurt Mosiejczuk wrote:
> :On Tue, Mar 19, 2019 at 09:01:53PM -0400, Kurt Mosiejczuk wrote:
> :> This updates devel/py-pip from 9.0.3 all the way up to the current
> :> 19.0.3.
> :
> :> I saw on a previous attempt it was suggested by danj@ to skip bundling
> :> the documentation, so I did that. The decision was helped by the fact
> :> that making the documentation as it was meant needing a pip more
> :> current than we had to build the new pip. This also means the py-sphinx
> :> BUILD_DEPENDS can go away.
> :
> :> I did a couple installs and uninstalls and it seems to behave fine.
> :> I worked through building devel/py-wbem (both 2 and 3 flavors) and
> :> net/napalm/py-napalm. All built fine.
> :
> :> I ran tests for devel/py-setuptools_scm (both flavors). There is one
> :> additional failure test for py-setuptools_scm that seems to be due to
> :> our ancient version of py-setuptools_scm calling pip in an obsolete way.
> :> (a newer version changes how the test is done. Doing the newer version
> :> of the test by hand works. I'd patch it, but I'll probably try tackling
> :> the new version of py-setuptools_SCM soon).
> :
> :> I tried repeatedly to run tests for sysutils/salt. It kept trying to
> :> build things rather than install the packages. I finally got it to 
> :> try and run the tests, and they don't work. But, those tests don't
> :> work with the old version of pip either.
> :
> :ping
> :
> :--Kurt
> :
> 
> OK

No. Comment shouldn't start with uppercase.


> :Index: Makefile
> :===
> :RCS file: /cvs/ports/devel/py-pip/Makefile,v
> :retrieving revision 1.31
> :diff -u -p -r1.31 Makefile
> :--- Makefile 4 Apr 2018 20:04:56 -   1.31
> :+++ Makefile 20 Mar 2019 00:57:10 -
> :@@ -1,8 +1,8 @@
> : # $OpenBSD: Makefile,v 1.31 2018/04/04 20:04:56 danj Exp $
> : 
> :-COMMENT =   Python easy_install replacement
> :+COMMENT =   Tool for installing Python packages
> : 
> :-MODPY_EGG_VERSION = 9.0.3
> :+MODPY_EGG_VERSION = 19.0.3
> : DISTNAME =  pip-${MODPY_EGG_VERSION}
> : PKGNAME =   py-${DISTNAME}
> : CATEGORIES =devel
> :@@ -17,23 +17,10 @@ MODULES =lang/python
> : MODPY_PI =  Yes
> : MODPY_SETUPTOOLS =  Yes
> : 
> :-BUILD_DEPENDS = textproc/py-sphinx${MODPY_FLAVOR}
> :-
> : FLAVORS =   python3
> : FLAVOR ?=
> : 
> : # No test suites in pypi tarball
> : NO_TEST =   Yes
> :-
> :-DOCSRC =${WRKSRC}/docs
> :-post-build:
> :-cd ${DOCSRC} && PYTHONPATH=${WRKSRC} \
> :-${LOCALBASE}/bin/sphinx-build${MODPY_BIN_SUFFIX} -N . 
> _build/html
> :-
> :-DOCS =  ${PREFIX}/share/doc/${MODPY_PY_PREFIX}pip
> :-
> :-post-install:
> :-${INSTALL_DATA_DIR} ${DOCS}
> :-cd ${DOCSRC}/_build/html && pax -rw * ${DOCS}
> : 
> : .include 
> :Index: distinfo
> :===
> :RCS file: /cvs/ports/devel/py-pip/distinfo,v
> :retrieving revision 1.16
> :diff -u -p -r1.16 distinfo
> :--- distinfo 4 Apr 2018 20:04:56 -   1.16
> :+++ distinfo 20 Mar 2019 00:57:10 -
> :@@ -1,2 +1,2 @@
> :-SHA256 (pip-9.0.3.tar.gz) = e/SPmmk74dWPSfevfgrp/in9ZxzeilXm7co1gcTvV5Y=
> :-SIZE (pip-9.0.3.tar.gz) = 1343076
> :+SHA256 (pip-19.0.3.tar.gz) = bm8Zehq/tFEY27h4tchZoO290z/SUBALwBW2f97UufI=
> :+SIZE (pip-19.0.3.tar.gz) = 1324617
> :Index: patches/patch-docs_conf_py
> :===
> :RCS file: patches/patch-docs_conf_py
> :diff -N patches/patch-docs_conf_py
> :--- patches/patch-docs_conf_py   16 Apr 2016 19:06:26 -  1.1
> :+++ /dev/null1 Jan 1970 00:00:00 -
> :@@ -1,15 +0,0 @@
> :-$OpenBSD: patch-docs_conf_py,v 1.1 2016/04/16 19:06:26 shadchin Exp $
> :-
> :-Prevent build from calling out to the internet.
> :-
> : docs/conf.py.orig   Fri Apr 15 21:02:46 2016
> :-+++ docs/conf.pyFri Apr 15 21:02:54 2016
> :-@@ -27,7 +27,7 @@ sys.path.insert(0, os.path.abspath(os.pardir))
> :- # Add any Sphinx extension module names here, as strings. They can be
> :- # extensions coming with Sphinx (named 'sphinx.ext.*') or your custom ones.
> :- # extensions = ['sphinx.ext.autodoc']
> :--extensions = ['sphinx.ext.extlinks', 'docs.pipext', 
> 'sphinx.ext.intersphinx']
> :-+extensions = ['sphinx.ext.extlinks', 'docs.pipext']
> :- 
> :- # intersphinx
> :- intersphinx_cache_limit = 0
> :Index: patches/patch-docs_html_conf_py
> :===
> :RCS file: patches/patch-docs_html_conf_py
> :diff -N patches/patch-docs_html_conf_py
> :--- /dev/null1 Jan 1970 00:00:00 -
> :+++ patches/patch-docs_html_conf_py  20 Mar 2019 00:57:10 -
> :@@ -0,0 +1,16 @@
> :+$OpenBSD$
> :+
> :+Prevent build from calling out to the internet.
> :+
> :+Index: 

Re: Update: devel/py-pip 9.0.3 -> 19.0.3

2019-04-15 Thread Peter Hessler
On 2019 Mar 31 (Sun) at 15:10:47 -0400 (-0400), Kurt Mosiejczuk wrote:
:On Tue, Mar 19, 2019 at 09:01:53PM -0400, Kurt Mosiejczuk wrote:
:> This updates devel/py-pip from 9.0.3 all the way up to the current
:> 19.0.3.
:
:> I saw on a previous attempt it was suggested by danj@ to skip bundling
:> the documentation, so I did that. The decision was helped by the fact
:> that making the documentation as it was meant needing a pip more
:> current than we had to build the new pip. This also means the py-sphinx
:> BUILD_DEPENDS can go away.
:
:> I did a couple installs and uninstalls and it seems to behave fine.
:> I worked through building devel/py-wbem (both 2 and 3 flavors) and
:> net/napalm/py-napalm. All built fine.
:
:> I ran tests for devel/py-setuptools_scm (both flavors). There is one
:> additional failure test for py-setuptools_scm that seems to be due to
:> our ancient version of py-setuptools_scm calling pip in an obsolete way.
:> (a newer version changes how the test is done. Doing the newer version
:> of the test by hand works. I'd patch it, but I'll probably try tackling
:> the new version of py-setuptools_SCM soon).
:
:> I tried repeatedly to run tests for sysutils/salt. It kept trying to
:> build things rather than install the packages. I finally got it to 
:> try and run the tests, and they don't work. But, those tests don't
:> work with the old version of pip either.
:
:ping
:
:--Kurt
:

OK


:Index: Makefile
:===
:RCS file: /cvs/ports/devel/py-pip/Makefile,v
:retrieving revision 1.31
:diff -u -p -r1.31 Makefile
:--- Makefile   4 Apr 2018 20:04:56 -   1.31
:+++ Makefile   20 Mar 2019 00:57:10 -
:@@ -1,8 +1,8 @@
: # $OpenBSD: Makefile,v 1.31 2018/04/04 20:04:56 danj Exp $
: 
:-COMMENT = Python easy_install replacement
:+COMMENT = Tool for installing Python packages
: 
:-MODPY_EGG_VERSION =   9.0.3
:+MODPY_EGG_VERSION =   19.0.3
: DISTNAME =pip-${MODPY_EGG_VERSION}
: PKGNAME = py-${DISTNAME}
: CATEGORIES =  devel
:@@ -17,23 +17,10 @@ MODULES =  lang/python
: MODPY_PI =Yes
: MODPY_SETUPTOOLS =Yes
: 
:-BUILD_DEPENDS =   textproc/py-sphinx${MODPY_FLAVOR}
:-
: FLAVORS = python3
: FLAVOR ?=
: 
: # No test suites in pypi tarball
: NO_TEST = Yes
:-
:-DOCSRC =  ${WRKSRC}/docs
:-post-build:
:-  cd ${DOCSRC} && PYTHONPATH=${WRKSRC} \
:-  ${LOCALBASE}/bin/sphinx-build${MODPY_BIN_SUFFIX} -N . 
_build/html
:-
:-DOCS =${PREFIX}/share/doc/${MODPY_PY_PREFIX}pip
:-
:-post-install:
:-  ${INSTALL_DATA_DIR} ${DOCS}
:-  cd ${DOCSRC}/_build/html && pax -rw * ${DOCS}
: 
: .include 
:Index: distinfo
:===
:RCS file: /cvs/ports/devel/py-pip/distinfo,v
:retrieving revision 1.16
:diff -u -p -r1.16 distinfo
:--- distinfo   4 Apr 2018 20:04:56 -   1.16
:+++ distinfo   20 Mar 2019 00:57:10 -
:@@ -1,2 +1,2 @@
:-SHA256 (pip-9.0.3.tar.gz) = e/SPmmk74dWPSfevfgrp/in9ZxzeilXm7co1gcTvV5Y=
:-SIZE (pip-9.0.3.tar.gz) = 1343076
:+SHA256 (pip-19.0.3.tar.gz) = bm8Zehq/tFEY27h4tchZoO290z/SUBALwBW2f97UufI=
:+SIZE (pip-19.0.3.tar.gz) = 1324617
:Index: patches/patch-docs_conf_py
:===
:RCS file: patches/patch-docs_conf_py
:diff -N patches/patch-docs_conf_py
:--- patches/patch-docs_conf_py 16 Apr 2016 19:06:26 -  1.1
:+++ /dev/null  1 Jan 1970 00:00:00 -
:@@ -1,15 +0,0 @@
:-$OpenBSD: patch-docs_conf_py,v 1.1 2016/04/16 19:06:26 shadchin Exp $
:-
:-Prevent build from calling out to the internet.
:-
: docs/conf.py.orig Fri Apr 15 21:02:46 2016
:-+++ docs/conf.py  Fri Apr 15 21:02:54 2016
:-@@ -27,7 +27,7 @@ sys.path.insert(0, os.path.abspath(os.pardir))
:- # Add any Sphinx extension module names here, as strings. They can be
:- # extensions coming with Sphinx (named 'sphinx.ext.*') or your custom ones.
:- # extensions = ['sphinx.ext.autodoc']
:--extensions = ['sphinx.ext.extlinks', 'docs.pipext', 'sphinx.ext.intersphinx']
:-+extensions = ['sphinx.ext.extlinks', 'docs.pipext']
:- 
:- # intersphinx
:- intersphinx_cache_limit = 0
:Index: patches/patch-docs_html_conf_py
:===
:RCS file: patches/patch-docs_html_conf_py
:diff -N patches/patch-docs_html_conf_py
:--- /dev/null  1 Jan 1970 00:00:00 -
:+++ patches/patch-docs_html_conf_py20 Mar 2019 00:57:10 -
:@@ -0,0 +1,16 @@
:+$OpenBSD$
:+
:+Prevent build from calling out to the internet.
:+
:+Index: docs/html/conf.py
:+--- docs/html/conf.py.orig
: docs/html/conf.py
:+@@ -30,7 +30,7 @@ sys.path.insert(0, docs_dir)
:+ # Add any Sphinx extension module names here, as strings. They can be
:+ # extensions coming with Sphinx (named 'sphinx.ext.*') or your custom ones.
:+ # extensions = ['sphinx.ext.autodoc']
:+-extensions = 

Re: update devel/py-pip

2016-03-27 Thread Daniel Jakots
On Sun, 27 Mar 2016 13:46:13 +0500, Alexandr Shadchin
 wrote:

> On Sat, Mar 26, 2016 at 07:26:01PM +0100, Daniel Jakots wrote:
> > Hi,
> > 
> > There is a bugfix release for py-pip:
> > 
> > Fix regression with non-ascii requirement files on Python 2 and add
> > support for encoding headers in requirement files (#3548, PR #3547).
> > 
> > Tested on amd64 and i386.
> > 
> > Cheers,
> > Daniel
> >   
> 
> You forgot remove REVISION.

Is your ports tree really up to date?
There is no REVISION set in 1.23
http://cvsweb.openbsd.org/cgi-bin/cvsweb/ports/devel/py-pip/Makefile?rev=1.23=text/x-cvsweb-markup

> Otherwise ok shadchin@
> 



Re: update devel/py-pip

2016-03-27 Thread Alexandr Shadchin
On Sun, Mar 27, 2016 at 01:46:13PM +0500, Alexandr Shadchin wrote:
> On Sat, Mar 26, 2016 at 07:26:01PM +0100, Daniel Jakots wrote:
> > Hi,
> > 
> > There is a bugfix release for py-pip:
> > 
> > Fix regression with non-ascii requirement files on Python 2 and add
> > support for encoding headers in requirement files (#3548, PR #3547).
> > 
> > Tested on amd64 and i386.
> > 
> > Cheers,
> > Daniel
> > 
> 
> You forgot remove REVISION.
> 

Ignore this, it's my local :) ok shadchin@

> Otherwise ok shadchin@
> 

-- 
Alexandr Shadchin



Re: update devel/py-pip

2016-03-27 Thread Alexandr Shadchin
On Sat, Mar 26, 2016 at 07:26:01PM +0100, Daniel Jakots wrote:
> Hi,
> 
> There is a bugfix release for py-pip:
> 
> Fix regression with non-ascii requirement files on Python 2 and add
> support for encoding headers in requirement files (#3548, PR #3547).
> 
> Tested on amd64 and i386.
> 
> Cheers,
> Daniel
> 

You forgot remove REVISION.

Otherwise ok shadchin@

-- 
Alexandr Shadchin



update devel/py-pip

2016-03-26 Thread Daniel Jakots
Hi,

There is a bugfix release for py-pip:

Fix regression with non-ascii requirement files on Python 2 and add
support for encoding headers in requirement files (#3548, PR #3547).

Tested on amd64 and i386.

Cheers,
Daniel

Index: Makefile
===
RCS file: /cvs/ports/devel/py-pip/Makefile,v
retrieving revision 1.23
diff -u -p -r1.23 Makefile
--- Makefile17 Mar 2016 22:05:07 -  1.23
+++ Makefile26 Mar 2016 18:20:50 -
@@ -2,7 +2,7 @@
 
 COMMENT =  Python easy_install replacement
 
-MODPY_EGG_VERSION =8.1.0
+MODPY_EGG_VERSION =8.1.1
 DISTNAME = pip-${MODPY_EGG_VERSION}
 PKGNAME =  py-${DISTNAME}
 CATEGORIES =   devel
Index: distinfo
===
RCS file: /cvs/ports/devel/py-pip/distinfo,v
retrieving revision 1.11
diff -u -p -r1.11 distinfo
--- distinfo17 Mar 2016 22:05:07 -  1.11
+++ distinfo26 Mar 2016 18:20:50 -
@@ -1,2 +1,2 @@
-SHA256 (pip-8.1.0.tar.gz) = 2PqnXdfQc3sW1QzQpW3JGmMceez9jTi4D27pKeyCBD4=
-SIZE (pip-8.1.0.tar.gz) = 1138794
+SHA256 (pip-8.1.1.tar.gz) = PnjTBmqutjPRhaV6/cz3AKouZgQ2tK9hi8tv8PpRF5g=
+SIZE (pip-8.1.1.tar.gz) = 1139175



Re: update devel/py-pip

2016-03-14 Thread Jeremie Courreges-Anglas
Daniel Jakots  writes:

> On Sun, 6 Mar 2016 20:34:25 +0100, Daniel Jakots 
> wrote:
>
>> Here's an update to latest py-pip.
>
> Ping?

Looks fine to me.  Additional test reports more than welcome.

-- 
jca | PGP : 0x1524E7EE / 5135 92C1 AD36 5293 2BDF  DDCC 0DFA 74AE 1524 E7EE



Re: update devel/py-pip

2016-03-10 Thread Daniel Jakots
On Sun, 6 Mar 2016 20:34:25 +0100, Daniel Jakots 
wrote:

> Here's an update to latest py-pip.

Ping?



update devel/py-pip

2016-03-06 Thread Daniel Jakots
Hi,

Here's an update to latest py-pip. Lightly tested on amd64, works fine.

Cheers,
Daniel

Index: Makefile
===
RCS file: /cvs/ports/devel/py-pip/Makefile,v
retrieving revision 1.22
diff -u -p -r1.22 Makefile
--- Makefile23 Dec 2015 10:10:36 -  1.22
+++ Makefile6 Mar 2016 19:13:56 -
@@ -2,7 +2,7 @@
 
 COMMENT =  Python easy_install replacement
 
-MODPY_EGG_VERSION =7.1.2
+MODPY_EGG_VERSION =8.1.0
 DISTNAME = pip-${MODPY_EGG_VERSION}
 PKGNAME =  py-${DISTNAME}
 CATEGORIES =   devel
Index: distinfo
===
RCS file: /cvs/ports/devel/py-pip/distinfo,v
retrieving revision 1.10
diff -u -p -r1.10 distinfo
--- distinfo23 Dec 2015 10:10:36 -  1.10
+++ distinfo6 Mar 2016 19:13:56 -
@@ -1,2 +1,2 @@
-SHA256 (pip-7.1.2.tar.gz) = ygR5hvBSjPqXWhT7n38QYnHU4MP+HdztbB2y565XpHc=
-SIZE (pip-7.1.2.tar.gz) = 1049170
+SHA256 (pip-8.1.0.tar.gz) = 2PqnXdfQc3sW1QzQpW3JGmMceez9jTi4D27pKeyCBD4=
+SIZE (pip-8.1.0.tar.gz) = 1138794
Index: pkg/PLIST
===
RCS file: /cvs/ports/devel/py-pip/pkg/PLIST,v
retrieving revision 1.7
diff -u -p -r1.7 PLIST
--- pkg/PLIST   19 Jul 2015 02:03:48 -  1.7
+++ pkg/PLIST   6 Mar 2016 19:13:56 -
@@ -10,7 +10,6 @@ lib/python${MODPY_VERSION}/site-packages
 
lib/python${MODPY_VERSION}/site-packages/pip-${MODPY_EGG_VERSION}-py${MODPY_VERSION}.egg-info/dependency_links.txt
 
lib/python${MODPY_VERSION}/site-packages/pip-${MODPY_EGG_VERSION}-py${MODPY_VERSION}.egg-info/entry_points.txt
 
lib/python${MODPY_VERSION}/site-packages/pip-${MODPY_EGG_VERSION}-py${MODPY_VERSION}.egg-info/not-zip-safe
-lib/python${MODPY_VERSION}/site-packages/pip-${MODPY_EGG_VERSION}-py${MODPY_VERSION}.egg-info/pbr.json
 
lib/python${MODPY_VERSION}/site-packages/pip-${MODPY_EGG_VERSION}-py${MODPY_VERSION}.egg-info/requires.txt
 
lib/python${MODPY_VERSION}/site-packages/pip-${MODPY_EGG_VERSION}-py${MODPY_VERSION}.egg-info/top_level.txt
 lib/python${MODPY_VERSION}/site-packages/pip/__init__.py
@@ -33,6 +32,7 @@ lib/python${MODPY_VERSION}/site-packages
 
${MODPY_COMMENT}lib/python${MODPY_VERSION}/site-packages/pip/_vendor/${MODPY_PYCACHE}/
 
lib/python${MODPY_VERSION}/site-packages/pip/_vendor/${MODPY_PYCACHE}__init__.${MODPY_PYC_MAGIC_TAG}pyc
 
lib/python${MODPY_VERSION}/site-packages/pip/_vendor/${MODPY_PYCACHE}ipaddress.${MODPY_PYC_MAGIC_TAG}pyc
+lib/python${MODPY_VERSION}/site-packages/pip/_vendor/${MODPY_PYCACHE}pyparsing.${MODPY_PYC_MAGIC_TAG}pyc
 
lib/python${MODPY_VERSION}/site-packages/pip/_vendor/${MODPY_PYCACHE}re-vendor.${MODPY_PYC_MAGIC_TAG}pyc
 
lib/python${MODPY_VERSION}/site-packages/pip/_vendor/${MODPY_PYCACHE}retrying.${MODPY_PYC_MAGIC_TAG}pyc
 
lib/python${MODPY_VERSION}/site-packages/pip/_vendor/${MODPY_PYCACHE}six.${MODPY_PYC_MAGIC_TAG}pyc
@@ -46,6 +46,7 @@ lib/python${MODPY_VERSION}/site-packages
 lib/python${MODPY_VERSION}/site-packages/pip/_vendor/cachecontrol/__init__.py
 
${MODPY_COMMENT}lib/python${MODPY_VERSION}/site-packages/pip/_vendor/cachecontrol/${MODPY_PYCACHE}/
 
lib/python${MODPY_VERSION}/site-packages/pip/_vendor/cachecontrol/${MODPY_PYCACHE}__init__.${MODPY_PYC_MAGIC_TAG}pyc
+lib/python${MODPY_VERSION}/site-packages/pip/_vendor/cachecontrol/${MODPY_PYCACHE}_cmd.${MODPY_PYC_MAGIC_TAG}pyc
 
lib/python${MODPY_VERSION}/site-packages/pip/_vendor/cachecontrol/${MODPY_PYCACHE}adapter.${MODPY_PYC_MAGIC_TAG}pyc
 
lib/python${MODPY_VERSION}/site-packages/pip/_vendor/cachecontrol/${MODPY_PYCACHE}cache.${MODPY_PYC_MAGIC_TAG}pyc
 
lib/python${MODPY_VERSION}/site-packages/pip/_vendor/cachecontrol/${MODPY_PYCACHE}compat.${MODPY_PYC_MAGIC_TAG}pyc
@@ -54,6 +55,7 @@ lib/python${MODPY_VERSION}/site-packages
 
lib/python${MODPY_VERSION}/site-packages/pip/_vendor/cachecontrol/${MODPY_PYCACHE}heuristics.${MODPY_PYC_MAGIC_TAG}pyc
 
lib/python${MODPY_VERSION}/site-packages/pip/_vendor/cachecontrol/${MODPY_PYCACHE}serialize.${MODPY_PYC_MAGIC_TAG}pyc
 
lib/python${MODPY_VERSION}/site-packages/pip/_vendor/cachecontrol/${MODPY_PYCACHE}wrapper.${MODPY_PYC_MAGIC_TAG}pyc
+lib/python${MODPY_VERSION}/site-packages/pip/_vendor/cachecontrol/_cmd.py
 lib/python${MODPY_VERSION}/site-packages/pip/_vendor/cachecontrol/adapter.py
 lib/python${MODPY_VERSION}/site-packages/pip/_vendor/cachecontrol/cache.py
 lib/python${MODPY_VERSION}/site-packages/pip/_vendor/cachecontrol/caches/
@@ -238,11 +240,17 @@ lib/python${MODPY_VERSION}/site-packages
 
lib/python${MODPY_VERSION}/site-packages/pip/_vendor/packaging/${MODPY_PYCACHE}__init__.${MODPY_PYC_MAGIC_TAG}pyc
 
lib/python${MODPY_VERSION}/site-packages/pip/_vendor/packaging/${MODPY_PYCACHE}_compat.${MODPY_PYC_MAGIC_TAG}pyc
 
lib/python${MODPY_VERSION}/site-packages/pip/_vendor/packaging/${MODPY_PYCACHE}_structures.${MODPY_PYC_MAGIC_TAG}pyc

UPDATE: devel/py-pip 7.1.2

2015-12-21 Thread Alexandr Shadchin
Hi,

This diff updates py-pip to the latest release.
Tested on amd64.

Comments ? OK ?

-- 
Alexandr Shadchin

Index: Makefile
===
RCS file: /cvs/ports/devel/py-pip/Makefile,v
retrieving revision 1.21
diff -u -p -r1.21 Makefile
--- Makefile29 Sep 2015 10:52:11 -  1.21
+++ Makefile22 Dec 2015 05:49:54 -
@@ -2,13 +2,12 @@
 
 COMMENT =  Python easy_install replacement
 
-MODPY_EGG_VERSION =7.1.0
+MODPY_EGG_VERSION =7.1.2
 DISTNAME = pip-${MODPY_EGG_VERSION}
 PKGNAME =  py-${DISTNAME}
 CATEGORIES =   devel
-REVISION = 0
 
-HOMEPAGE = http://www.pip-installer.org/
+HOMEPAGE = https://pip.pypa.io/en/stable/
 
 # MIT
 PERMIT_PACKAGE_CDROM = Yes
Index: distinfo
===
RCS file: /cvs/ports/devel/py-pip/distinfo,v
retrieving revision 1.9
diff -u -p -r1.9 distinfo
--- distinfo19 Jul 2015 02:03:48 -  1.9
+++ distinfo22 Dec 2015 05:49:54 -
@@ -1,2 +1,2 @@
-SHA256 (pip-7.1.0.tar.gz) = 1SdboyIRgqXdG2vPv8XsJ3+zmd0jIm1voBgEj34PEPI=
-SIZE (pip-7.1.0.tar.gz) = 1049267
+SHA256 (pip-7.1.2.tar.gz) = ygR5hvBSjPqXWhT7n38QYnHU4MP+HdztbB2y565XpHc=
+SIZE (pip-7.1.2.tar.gz) = 1049170



[Maintainer Update] devel/py-pip

2012-04-07 Thread wen heping
Hi,

   Here is an update of devel/py-pip to 1.1.
   It build well on i386.
   OK? Comments?

wen
? pip-1.1.diff.txt
Index: Makefile
===
RCS file: /cvs/ports/devel/py-pip/Makefile,v
retrieving revision 1.8
diff -u -r1.8 Makefile
--- Makefile16 Dec 2011 08:23:49 -  1.8
+++ Makefile7 Apr 2012 10:43:25 -
@@ -2,10 +2,9 @@
 
 COMMENT =  Python easy_install replacement
 
-MODPY_EGG_VERSION =1.0.2
+MODPY_EGG_VERSION =1.1
 DISTNAME = pip-${MODPY_EGG_VERSION}
 PKGNAME =  py-${DISTNAME}
-REVISION=  1
 CATEGORIES =   devel
 
 MAINTAINER =   Wen Heping wenhep...@gmail.com
Index: distinfo
===
RCS file: /cvs/ports/devel/py-pip/distinfo,v
retrieving revision 1.3
diff -u -r1.3 distinfo
--- distinfo17 Jul 2011 06:22:36 -  1.3
+++ distinfo7 Apr 2012 10:43:25 -
@@ -1,5 +1,5 @@
-MD5 (pip-1.0.2.tar.gz) = R+xv8/bZYmlv4I1MgmStSQ==
-RMD160 (pip-1.0.2.tar.gz) = KjmNNcY/YhlFKKoWzpic5TL2uJU=
-SHA1 (pip-1.0.2.tar.gz) = uxN6xyM4llHmz1bAyVrwplR0Q7Y=
-SHA256 (pip-1.0.2.tar.gz) = pu2bNqrC8SHAGiyeAwep5NlDjRAKQH23AaxlR5ozNdI=
-SIZE (pip-1.0.2.tar.gz) = 105820
+MD5 (pip-1.1.tar.gz) = YqnwjdXcaddnNFaKbAQFCA==
+RMD160 (pip-1.1.tar.gz) = CsQzPTwlAFbAbK2+CMsCIx3TIqY=
+SHA1 (pip-1.1.tar.gz) = OwAttmiQiA7ndrvhmcPTJtj+PW8=
+SHA256 (pip-1.1.tar.gz) = mTgEu5R9GFCKzuAhQSgcd9J2d/jBTqpk1ih6HFPvAcg=
+SIZE (pip-1.1.tar.gz) = 95197
Index: pkg/PLIST
===
RCS file: /cvs/ports/devel/py-pip/pkg/PLIST,v
retrieving revision 1.1.1.1
diff -u -r1.1.1.1 PLIST
--- pkg/PLIST   12 Apr 2011 18:31:21 -  1.1.1.1
+++ pkg/PLIST   7 Apr 2012 10:43:25 -
@@ -54,6 +54,8 @@
 lib/python${MODPY_VERSION}/site-packages/pip/req.pyc
 lib/python${MODPY_VERSION}/site-packages/pip/runner.py
 lib/python${MODPY_VERSION}/site-packages/pip/runner.pyc
+lib/python${MODPY_VERSION}/site-packages/pip/status_codes.py
+lib/python${MODPY_VERSION}/site-packages/pip/status_codes.pyc
 lib/python${MODPY_VERSION}/site-packages/pip/util.py
 lib/python${MODPY_VERSION}/site-packages/pip/util.pyc
 lib/python${MODPY_VERSION}/site-packages/pip/vcs/
@@ -67,5 +69,3 @@
 lib/python${MODPY_VERSION}/site-packages/pip/vcs/mercurial.pyc
 lib/python${MODPY_VERSION}/site-packages/pip/vcs/subversion.py
 lib/python${MODPY_VERSION}/site-packages/pip/vcs/subversion.pyc
-lib/python${MODPY_VERSION}/site-packages/pip/venv.py
-lib/python${MODPY_VERSION}/site-packages/pip/venv.pyc


[Maintainer Update] devel/py-pip

2011-07-16 Thread wen heping
Hi,

  Here is an update of devel/py-pip to 1.0.2.

  Tested OK on Loongson.

  Comments? OK?

wen


cvs server: Diffing py-pip
Index: py-pip/Makefile
===
RCS file: /cvs/ports/devel/py-pip/Makefile,v
retrieving revision 1.5
diff -u -p -r1.5 Makefile
--- py-pip/Makefile 8 Jun 2011 17:39:25 -   1.5
+++ py-pip/Makefile 17 Jul 2011 00:28:02 -
@@ -2,10 +2,9 @@

 COMMENT =  Python easy_install replacement

-MODPY_EGG_VERSION =1.0.1
+MODPY_EGG_VERSION =1.0.2
 DISTNAME = pip-${MODPY_EGG_VERSION}
 PKGNAME =  py-${DISTNAME}
-REVISION = 0
 CATEGORIES =   devel

 MAINTAINER =   Wen Heping wenhep...@gmail.com
Index: py-pip/distinfo
===
RCS file: /cvs/ports/devel/py-pip/distinfo,v
retrieving revision 1.2
diff -u -p -r1.2 distinfo
--- py-pip/distinfo 1 May 2011 12:54:53 -   1.2
+++ py-pip/distinfo 17 Jul 2011 00:28:02 -
@@ -1,5 +1,5 @@
-MD5 (pip-1.0.1.tar.gz) = KNzHAiXlv5JVMqvFsIepSw==
-RMD160 (pip-1.0.1.tar.gz) = yYh6bF7B2dkGNFsInWcPzQ1WVfc=
-SHA1 (pip-1.0.1.tar.gz) = 9aJdEBGpKtTqvBnR1aGvJFhKrjg=
-SHA256 (pip-1.0.1.tar.gz) = N9LxghPThF0gON02hrxx/BK7Qa1myUWosN/sKHnzSXs=
-SIZE (pip-1.0.1.tar.gz) = 104767
+MD5 (pip-1.0.2.tar.gz) = R+xv8/bZYmlv4I1MgmStSQ==
+RMD160 (pip-1.0.2.tar.gz) = KjmNNcY/YhlFKKoWzpic5TL2uJU=
+SHA1 (pip-1.0.2.tar.gz) = uxN6xyM4llHmz1bAyVrwplR0Q7Y=
+SHA256 (pip-1.0.2.tar.gz) = pu2bNqrC8SHAGiyeAwep5NlDjRAKQH23AaxlR5ozNdI=
+SIZE (pip-1.0.2.tar.gz) = 105820
cvs server: Diffing py-pip/pkg



[Maintainer Update] devel/py-pip

2011-05-01 Thread wen heping
Hi,

   Here is an update of devel/py-pip to 1.0.1

   Tested OK on Loongson.

   Comments ?


wen
Index: py-pip/Makefile
===
RCS file: /cvs/ports/devel/py-pip/Makefile,v
retrieving revision 1.3
diff -u -r1.3 Makefile
--- py-pip/Makefile 12 Apr 2011 20:11:17 -  1.3
+++ py-pip/Makefile 1 May 2011 10:43:20 -
@@ -2,10 +2,9 @@
 
 COMMENT =  Python easy_install replacement
 
-MODPY_EGG_VERSION =1.0
+MODPY_EGG_VERSION =1.0.1
 DISTNAME = pip-${MODPY_EGG_VERSION}
 PKGNAME =  py-${DISTNAME}
-REVISION = 1
 CATEGORIES =   devel
 
 MAINTAINER =   wenhep...@gmail.com
Index: py-pip/distinfo
===
RCS file: /cvs/ports/devel/py-pip/distinfo,v
retrieving revision 1.1.1.1
diff -u -r1.1.1.1 distinfo
--- py-pip/distinfo 12 Apr 2011 18:31:21 -  1.1.1.1
+++ py-pip/distinfo 1 May 2011 10:43:20 -
@@ -1,5 +1,5 @@
-MD5 (pip-1.0.tar.gz) = Mn/EoD3xiVBpZuFQIXMFUA==
-RMD160 (pip-1.0.tar.gz) = 82DDpoh/lYJc/kA+iOR+TWyxK28=
-SHA1 (pip-1.0.tar.gz) = giAJZxky8Nv8OeMl6lKef+6mC9M=
-SHA256 (pip-1.0.tar.gz) = NLoH4tFLqG1QiLqJasgL7YRamydquKyyebjZm8d/7I4=
-SIZE (pip-1.0.tar.gz) = 100102
+MD5 (pip-1.0.1.tar.gz) = KNzHAiXlv5JVMqvFsIepSw==
+RMD160 (pip-1.0.1.tar.gz) = yYh6bF7B2dkGNFsInWcPzQ1WVfc=
+SHA1 (pip-1.0.1.tar.gz) = 9aJdEBGpKtTqvBnR1aGvJFhKrjg=
+SHA256 (pip-1.0.1.tar.gz) = N9LxghPThF0gON02hrxx/BK7Qa1myUWosN/sKHnzSXs=
+SIZE (pip-1.0.1.tar.gz) = 104767