[Bug 241566] [NEW PORT] net/streamlink: Command-line utility that pipes video streams

2019-12-09 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=241566

tak...@airport.fm changed:

   What|Removed |Added

  Flags|maintainer-feedback?(takefu |maintainer-feedback+
   |@airport.fm)|

-- 
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 241138] devel/b2: Rename to devel/py-b2, Update to 1.4.2

2019-12-09 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=241138

Kubilay Kocak  changed:

   What|Removed |Added

   Keywords||needs-qa
Summary|devel/b2: rename to |devel/b2: Rename to
   |devel/py-b2 and update to   |devel/py-b2, Update to
   |1.4.2   |1.4.2
 Status|New |Open
 Blocks||237028


Referenced Bugs:

https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=237028
[Bug 237028] devel/b2: The provided py-arrow is too new
-- 
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 241138] devel/b2: Rename to devel/py-b2, Update to 1.4.2

2019-12-09 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=241138

Kubilay Kocak  changed:

   What|Removed |Added

   Keywords||easy
   Severity|Affects Some People |Affects Many People

--- Comment #4 from Kubilay Kocak  ---
@Henry If you could, please combine the two attachments into a single patch 
(unified diff) after moving the port (from b2 -> py-b2) locally using svn cp

-- 
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 232792] Namespace pollution in all python ports

2019-12-09 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=232792

--- Comment #16 from commit-h...@freebsd.org ---
A commit references this bug:

Author: lwhsu
Date: Mon Dec  9 09:24:15 UTC 2019
New revision: 519597
URL: https://svnweb.freebsd.org/changeset/ports/519597

Log:
  MFH: r519233 r519241 r519244

  Fix namespace pollution in python3.5 and python3.6 (upstreamed fix)

  The standard math library (libm) may follow IEEE-754 recommendation to
  include an implementation of sinPi(), i.e. sinPi(x):=sin(pi*x).
  And this triggers a name clash, found by FreeBSD developer
  Steve Kargl, who worked on putting sinpi into libm used on FreeBSD
  (it has to be named "sinpi", not "sinPi", cf. e.g.
  https://en.cppreference.com/w/c/experimental/fpext4).

  - python2.7 and > 3.6 are already fixed

  PR:   232792
  Submitted by: Steve Kargl , Dima Pasechnik

  Approved by:  python (maintainer timeout)
  Obtained from:   
https://github.com/python/cpython/commit/b545ba0a508a5980ab147ed2641a42be3b31a2db

  Backport fix of https://bugs.python.org/issue32849

  This is needed for starting sysutils/azure-agent at boot:
  https://github.com/Azure/WALinuxAgent/issues/1687

  Obtained from:   
https://github.com/python/cpython/pull/12852/commits/f9c01a16dae8aa15d264a1937fb589e8598d1c88
  Sponsored by: The FreeBSD Foundation

  Fix makefile ordering.

  Reported by:  mat

  Approved by:  ports-secteam (miwi)
  Sponsored by: The FreeBSD Foundation

Changes:
  branches/2019Q4/lang/python35/Makefile
  branches/2019Q4/lang/python35/distinfo
  branches/2019Q4/lang/python36/Makefile
  branches/2019Q4/lang/python36/distinfo

-- 
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 221090] [NEW PORT] net/py-pyenet: Python wrapper for the ENet library

2019-12-09 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=221090

Dmitry Marakasov  changed:

   What|Removed |Added

 Resolution|--- |FIXED
 Status|In Progress |Closed

-- 
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 221090] [NEW PORT] net/py-pyenet: Python wrapper for the ENet library

2019-12-09 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=221090

--- Comment #7 from commit-h...@freebsd.org ---
A commit references this bug:

Author: amdmi3
Date: Mon Dec  9 15:34:49 UTC 2019
New revision: 519620
URL: https://svnweb.freebsd.org/changeset/ports/519620

Log:
  - Add net/py-pyenet

  pyenet is a python wrapper for the ENet library by Lee Salzman,
  http://enet.bespin.org

  WWW: https://pypi.python.org/pypi/pyenet

  PR:   221090
  Submitted by: free...@skinc.ru

Changes:
  head/net/Makefile
  head/net/py-pyenet/
  head/net/py-pyenet/Makefile
  head/net/py-pyenet/distinfo
  head/net/py-pyenet/files/
  head/net/py-pyenet/files/patch-README.rst
  head/net/py-pyenet/pkg-descr

-- 
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 242025] www/mitmproxy: Fails to run: 'ldap3<2.6,>=2.5' distribution not found after www/ldap3 update

2019-12-09 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=242025

Kai Knoblich  changed:

   What|Removed |Added

 Attachment #209602|0   |1
is obsolete||
 Attachment #209602|maintainer-approval?(gaod@h |
  Flags|ychen.org)  |
 Attachment #209808||maintainer-approval?(gaod@h
  Flags||ychen.org)

--- Comment #12 from Kai Knoblich  ---
Created attachment 209808
  --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=209808&action=edit
mitmproxy-fix-and-document-dependencies-v2.patch

Since ports r519201 (= update of devel/py-urwid) the patch needs to be a bit
adjusted.

Attached is a revised version of the patch that also relaxes the requirements
for devel/py-urwid.

-- 
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 241463] devel/scons: flavor scons for python3

2019-12-09 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=241463

--- Comment #16 from Ronald Klop  ---
Add a comment with the reply I got in my exp-run request to portmgr@.

On Wed, Dec 4, 2019 at 11:01 PM Ronald Klop  wrote:
>  
> Dear portmgr,
>  
> Is it possible to run an exp-run for 
> https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=241463 .
> Scons is a build tool for python, so it has quite some dependencies.
>  
> It is the first time I request an exp-run, so please tell if I miss something 
> in my request.

Hi,

Before an exp-run,  this needs to be reviewed / improved / approved by
maintainer.

Some problems I see:

- USES=uniquefiles:dirs seems not needed
- USE_PYTHON=flavors seems not needed
- PYDISTUTILS_INSTALLARGS is overridden
- I don't like the scons arguments,  in my opinion it should be 2 or
3,  not py27 or py36

Cheers,

Antoine

Below is the corrected devel/scons diff

Index: devel/scons/Makefile
===
--- devel/scons/Makefile(revision 519049)
+++ devel/scons/Makefile(working copy)
@@ -5,6 +5,7 @@
 PORTVERSION=   3.1.1
 CATEGORIES=devel python
 MASTER_SITES=  SF
+PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}

 MAINTAINER=sunp...@freebsd.org
 COMMENT=   Build tool alternative to make
@@ -14,8 +15,8 @@

 RUN_DEPENDS=   gm4:devel/m4

-USES=  python:2.7 shebangfix
-USE_PYTHON=autoplist distutils
+USES=  python shebangfix
+USE_PYTHON=autoplist concurrent distutils

 NO_ARCH=   yes

@@ -27,4 +28,8 @@
@${REINPLACE_CMD} -e
's|distutils\(\.command\.install\)$$|setuptools\1|;
s|distutils\(\.command\.install\.\)|setuptools\1|' ${WRKSRC}/setup.py
@${FIND} ${WRKSRC} -name '*.orig' -delete

-.include 
+.include 
+
+PYDISTUTILS_INSTALLARGS+=  --standard-lib
+
+.include 

-- 
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 241138] devel/b2: Rename to devel/py-b2, Update to 1.4.2

2019-12-09 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=241138

--- Comment #5 from Henry David Bartholomew  ---
Created attachment 209815
  --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=209815&action=edit
unified diff version of the two changes

-- 
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 241138] devel/b2: Rename to devel/py-b2, Update to 1.4.2

2019-12-09 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=241138

Kubilay Kocak  changed:

   What|Removed |Added

 Attachment #208184|0   |1
is obsolete||

-- 
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 241138] devel/b2: Rename to devel/py-b2, Update to 1.4.2

2019-12-09 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=241138

Kubilay Kocak  changed:

   What|Removed |Added

 Attachment #208183|0   |1
is obsolete||

-- 
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 241138] devel/b2: Rename to devel/py-b2, Update to 1.4.2

2019-12-09 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=241138

--- Comment #6 from Kubilay Kocak  ---
Notes: 

- Port directory still needs to be renamed (devel/b2 -> devel/py-b2), and
- MOVED needs an entry added for the rename (move)

@Henry, Regarding the new dependency:

- It's usually preferred to separate out issues on a per-port basis. If you
dont mind, it would be great if you could create a separate issue for the
dependency and have this issue "depend on" its issue ID. Please CC python@ on
the issue

- If you could maintain the new port that would be great. python@ is happy to
maintain python ports as a fallback.

- Use MASTER_SITES=CHEESESHOP (PyPI) unless there is a compelling temporary
reason to use an alterantive source (like github), such as missing distfiles
like LICENSE or test suite files/data.

-- 
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"