Problem reports for pyt...@freebsd.org that need special attention

2019-01-27 Thread bugzilla-noreply
To view an individual PR, use:
  https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=(Bug Id).

The following is a listing of current problems submitted by FreeBSD users,
which need special attention. These represent problem reports covering
all versions including experimental development code and obsolete releases.

Status  |Bug Id | Description
+---+---
Open|205308 | devel/py-pip and devel/py-virtualenv don't aggree 
Open|211641 | graphics/py-mayavi mayavi2 runtime error  
New |234765 | devel/mercurial: Update to 4.8.2  
In Progress |228414 | textproc/py-rst2html: Fix conflict with textproc/ 
Open|229322 | net/py-urllib3: Update to 1.24
Open|232510 | lang/python37: -L argument order causes build fai 
New |229946 | devel/py-pip: Update to 18.1  
New |231555 | Mk/Uses/python.mk: Add USE_PYTHON=pytest  

8 problems total for which you should take action.
___
freebsd-python@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-python
To unsubscribe, send any mail to "freebsd-python-unsubscr...@freebsd.org"


Re: svn commit: r491360 - in head/devel: . py-easyconfig

2019-01-27 Thread Kubilay Kocak

On 28/01/2019 2:44 am, Steve Wills wrote:

Author: swills
Date: Sun Jan 27 15:44:14 2019
New Revision: 491360
URL: https://svnweb.freebsd.org/changeset/ports/491360

Log:
   devel/py-easyconfig: create port
   
   A simple library for loading configurations easily in Python,

   inspired by `flask.config`.
   
   WWW: https://github.com/RussellLuo/easyconfig
   
   PR:		234880

   Submitted by:Antonio Huete Jimenez 

Added:
   head/devel/py-easyconfig/
   head/devel/py-easyconfig/Makefile   (contents, props changed)
   head/devel/py-easyconfig/distinfo   (contents, props changed)
   head/devel/py-easyconfig/pkg-descr   (contents, props changed)
Modified:
   head/devel/Makefile   (contents, props changed)

Modified: head/devel/Makefile
==
--- head/devel/Makefile Sun Jan 27 15:37:13 2019(r491359)
+++ head/devel/Makefile Sun Jan 27 15:44:14 2019(r491360)
@@ -4541,6 +4541,7 @@
  SUBDIR += py-dtfabric
  SUBDIR += py-durus
  SUBDIR += py-dynrules
+SUBDIR += py-easyconfig
  SUBDIR += py-easyprocess
  SUBDIR += py-editdistance
  SUBDIR += py-efilter

Added: head/devel/py-easyconfig/Makefile
==
--- /dev/null   00:00:00 1970   (empty, because file is newly added)
+++ head/devel/py-easyconfig/Makefile   Sun Jan 27 15:44:14 2019
(r491360)
@@ -0,0 +1,23 @@
+# $FreeBSD$
+
+PORTNAME=  easyconfig
+PORTVERSION=   0.1.7


This looks like https://pypi.org/project/Python-EasyConfig/

easyconfig is a different, already registered package:

https://pypi.org/project/easyconfig/


+CATEGORIES=devel python
+PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
+DISTVERSIONPREFIX= v
+
+MAINTAINER=pyt...@freebsd.org


While python is willing the maintain python ports in most cases 
especially if asked, as a fallback, or when maintainership is dropped, 
new ports should generally be maintained by the person submitting them .



+COMMENT=   Library for loading configurations easily in Python



+USE_GITHUB=yes
+GH_ACCOUNT=RussellLuo
+
+.include 

Added: head/devel/py-easyconfig/distinfo
==
--- /dev/null   00:00:00 1970   (empty, because file is newly added)
+++ head/devel/py-easyconfig/distinfo   Sun Jan 27 15:44:14 2019
(r491360)
@@ -0,0 +1,3 @@
+TIMESTAMP = 1548603424
+SHA256 (RussellLuo-easyconfig-v0.1.7_GH0.tar.gz) = 
85d1b883c429c45f04258834970ae1a7e3fb5a7f0b133b02bcd2785115e1ae28
+SIZE (RussellLuo-easyconfig-v0.1.7_GH0.tar.gz) = 5496

Added: head/devel/py-easyconfig/pkg-descr
==
--- /dev/null   00:00:00 1970   (empty, because file is newly added)
+++ head/devel/py-easyconfig/pkg-descr  Sun Jan 27 15:44:14 2019
(r491360)
@@ -0,0 +1,4 @@
+A simple library for loading configurations easily in Python,
+inspired by `flask.config`.
+
+WWW: https://github.com/RussellLuo/easyconfig



___
freebsd-python@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-python
To unsubscribe, send any mail to "freebsd-python-unsubscr...@freebsd.org"


[Bug 235169] lang/python-doc-html: Update 3.7 doc entries to 3.7.2. Add missing entries, Remove python34 entries

2019-01-27 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=235169

--- Comment #7 from Sunpoet Po-Chuan Hsieh  ---
(In reply to Craig Leres from comment #6)

Don't why I read 3.5.6 and 3.6.8 as 3.5.8. I've added 3.5.6 entries in r491447.

-- 
You are receiving this mail because:
You are on the CC list for the bug.
You are the assignee for the bug.
___
freebsd-python@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-python
To unsubscribe, send any mail to "freebsd-python-unsubscr...@freebsd.org"


[Bug 235261] [exp-run] net/py-urllib3: Update to 1.24.1

2019-01-27 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=235261

Bug ID: 235261
   Summary: [exp-run] net/py-urllib3: Update to 1.24.1
   Product: Ports & Packages
   Version: Latest
  Hardware: Any
   URL: https://people.FreeBSD.org/~sunpoet/patch/net-py-urlli
b3.txt
OS: Any
Status: New
  Severity: Affects Only Me
  Priority: ---
 Component: Individual Port(s)
  Assignee: pyt...@freebsd.org
  Reporter: sunp...@freebsd.org
 Flags: maintainer-feedback?(pyt...@freebsd.org)
  Assignee: pyt...@freebsd.org
 Flags: exp-run?

Update to 1.24.1

Changes:https://github.com/urllib3/urllib3/blob/master/CHANGES.rst

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
freebsd-python@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-python
To unsubscribe, send any mail to "freebsd-python-unsubscr...@freebsd.org"


maintainer-feedback requested: [Bug 235261] [exp-run] net/py-urllib3: Update to 1.24.1

2019-01-27 Thread bugzilla-noreply
Bugzilla Automation  has asked freebsd-python mailing
list  for maintainer-feedback:
Bug 235261: [exp-run] net/py-urllib3: Update to 1.24.1
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=235261



--- Description ---
Update to 1.24.1

Changes:https://github.com/urllib3/urllib3/blob/master/CHANGES.rst
___
freebsd-python@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-python
To unsubscribe, send any mail to "freebsd-python-unsubscr...@freebsd.org"


[Bug 235169] lang/python-doc-html: Update 3.7 doc entries to 3.7.2. Add missing entries, Remove python34 entries

2019-01-27 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=235169

--- Comment #8 from Kubilay Kocak  ---
(In reply to Craig Leres from comment #6)

Yep, that would be the goal. Could you convert the shell script attachment to a
diff against the port adding a make target?

It might be worth making it a replacement of, part of, extension of, or
supplement to (post-makesum:), the standard makesum target

-- 
You are receiving this mail because:
You are on the CC list for the bug.
You are the assignee for the bug.
___
freebsd-python@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-python
To unsubscribe, send any mail to "freebsd-python-unsubscr...@freebsd.org"


[Bug 235261] [exp-run] net/py-urllib3: Update to 1.24.1

2019-01-27 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=235261

Kubilay Kocak  changed:

   What|Removed |Added

   Assignee|pyt...@freebsd.org  |ko...@freebsd.org
 Resolution|--- |DUPLICATE
 Status|New |Closed

--- Comment #1 from Kubilay Kocak  ---
Already have commits landed, and patches (to multiple ports) in progress, along
with additional QA to come.

Will request an exp-run there when ready

*** This bug has been marked as a duplicate of bug 229322 ***

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
freebsd-python@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-python
To unsubscribe, send any mail to "freebsd-python-unsubscr...@freebsd.org"


[Bug 233948] sysutils/iocage: No package for 12.0-RELEASE (quarterly)

2019-01-27 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=233948

--- Comment #5 from Jason Tubnor  ---
I can confirm that it now exists in the quarterly repo.  Ok to stay closed. 
Thanks

-- 
You are receiving this mail because:
You are on the CC list for the bug.
___
freebsd-python@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-python
To unsubscribe, send any mail to "freebsd-python-unsubscr...@freebsd.org"


[Bug 235169] lang/python-doc-html: Update 3.7 doc entries to 3.7.2. Add missing entries, Remove python34 entries

2019-01-27 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=235169

Craig Leres  changed:

   What|Removed |Added

 Attachment #201372|0   |1
is obsolete||
 Attachment #201372|maintainer-approval?|
  Flags||
 Attachment #201386|0   |1
is obsolete||

--- Comment #9 from Craig Leres  ---
Created attachment 201472
  --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=201472&action=edit
patch

(In reply to Kubilay Kocak from comment #8)
I figured out a cleaner way to do this. It's basically a shell script that
generates a minimal, temporary makefile that can be used to generate the
distfiles file.

I also marked my original patch obsolete since distfiles has been updated by
now (although ordered differently that the script generates).

-- 
You are receiving this mail because:
You are the assignee for the bug.
You are on the CC list for the bug.
___
freebsd-python@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-python
To unsubscribe, send any mail to "freebsd-python-unsubscr...@freebsd.org"