FreeBSD ports you maintain which are out of date

2020-01-25 Thread portscout
Dear port maintainer,

The portscout new distfile checker has detected that one or more of your
ports appears to be out of date. Please take the opportunity to check
each of the ports listed below, and if possible and appropriate,
submit/commit an update. If any ports have already been updated, you can
safely ignore the entry.

You will not be e-mailed again for any of the port/version combinations
below.

Full details can be found at the following URL:
http://portscout.freebsd.org/pyt...@freebsd.org.html


Port| Current version | New version
+-+
devel/py-pip| 19.1.1  | 20.0.2
+-+


If any of the above results are invalid, please check the following page
for details on how to improve portscout's detection and selection of
distfiles on a per-port basis:

http://portscout.freebsd.org/info/portscout-portconfig.txt

Reported by:portscout!
___
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 243336] graphics/py-pillow: Update to 6.2.2

2020-01-25 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=243336

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

Author: kai
Date: Sat Jan 25 09:54:05 UTC 2020
New revision: 524023
URL: https://svnweb.freebsd.org/changeset/ports/524023

Log:
  graphics/py-pillow: Update to 6.2.2

  Changelogs since 6.2.0:

  https://pillow.readthedocs.io/en/stable/releasenotes/6.2.2.html
  https://pillow.readthedocs.io/en/stable/releasenotes/6.2.1.html

  PR:   243336
  Submitted by: sunpoet
  Approved by:  koobs (maintainer)
  MFH:  2020Q1
  Security: 0700e76c-3eb0-11ea-8478-3085a9a95629

Changes:
  head/graphics/py-pillow/Makefile
  head/graphics/py-pillow/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 243567] net-mgmt/netdata: Honour/respect Python version specified by framework/user

2020-01-25 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=243567

daniel.engberg.li...@pyret.net changed:

   What|Removed |Added

 CC||ko...@freebsd.org

--- Comment #2 from daniel.engberg.li...@pyret.net ---
Hi,

It's a run-time dep (optional) but a build-dep.

Best regards,
Daniel

-- 
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 241893] [NEW PORT] x11-toolkits/py-wxPython40: GUI toolkit for the Python programming language

2020-01-25 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=241893

--- Comment #2 from Antoine Brodin  ---
Can you regenerate your patch with --show-copies-as-adds ?

-- 
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 243336] graphics/py-pillow: Update to 6.2.2

2020-01-25 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=243336

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

Author: kai
Date: Sat Jan 25 21:35:27 UTC 2020
New revision: 524135
URL: https://svnweb.freebsd.org/changeset/ports/524135

Log:
  MFH: r524023

  graphics/py-pillow: Update to 6.2.2

  Changelogs since 6.2.0:

  https://pillow.readthedocs.io/en/stable/releasenotes/6.2.2.html
  https://pillow.readthedocs.io/en/stable/releasenotes/6.2.1.html

  PR:   243336
  Submitted by: sunpoet
  Approved by:  koobs (maintainer)
  Security: 0700e76c-3eb0-11ea-8478-3085a9a95629

  Approved by:  ports-secteam (riggs)

Changes:
_U  branches/2020Q1/
  branches/2020Q1/graphics/py-pillow/Makefile
  branches/2020Q1/graphics/py-pillow/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 237795] Mk/Uses/python.mk: "needs Python 3.x at least, but 2.7 was specified" (eg: devel/gobject-introspection)

2020-01-25 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=237795

Tommy P  changed:

   What|Removed |Added

 CC||tommy...@gmail.com

--- Comment #24 from Tommy P  ---
I have similar issue with these dependent ports:

  devel/py-ioflo
  net/py-raet

If I build the ports interactively within poudriere, they build successfully
and are linked to python 2.7.  They're ignored in poudriere because they're
trying to link with python 3.8 when 

  USES=   python:2.7

is specified in the Makefiles.  My DEFAULT_VERSIONS:

  grep -e '^DEFAULT' /etc/make.conf

  DEFAULT_VERSIONS+=bind=9.14 bdb=6
  DEFAULT_VERSIONS+=mysql=10.4m pgsql=12 samba=4.10 ssl=openssl
  DEFAULT_VERSIONS+=perl5=5.30 python=3.8 python2=2.7 python3=3.8 ruby=2.6
tcltk=87
  DEFAULT_VERSIONS+=apache=2.4

Main port to build:

sysutils/py-salt

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