[Bug 205308] devel/py-pip and devel/py-virtualenv don't aggree on version suffix
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=205308 Bug ID: 205308 Summary: devel/py-pip and devel/py-virtualenv don't aggree on version suffix Product: Ports & Packages Version: Latest Hardware: Any URL: https://github.com/servo/servo/issues/8968 OS: Any Status: New Keywords: regression Severity: Affects Only Me Priority: --- Component: Individual Port(s) Assignee: freebsd-ports-b...@freebsd.org Reporter: jbe...@freebsd.org CC: ni...@freebsd.org, pyt...@freebsd.org CC: ni...@freebsd.org, pyt...@freebsd.org Due to inconsistent suffix upstream cannot rely on it: pip-2.7 vs. pip2.7. Regressed by ports r390183 which also removed pip2. See URL for an impact. Here's a simplified version: $ virtualenv-2.7 python/_virtualenv New python executable in python/_virtualenv/bin/python2.7 Also creating executable in python/_virtualenv/bin/python Installing setuptools, pip, wheel...done. $ . python/_virtualenv/bin/activate (_virtualenv)$ pip-2.7 install blessings Collecting blessings Using cached blessings-1.6.tar.gz Installing collected packages: blessings Running setup.py install for blessings Complete output from command /usr/local/bin/python2.7 -c "import setuptools, tokenize;__file__='/tmp/pip-build-JLlt1P/blessings/setup.py';exec(compile(getattr(tokenize, 'open', open)(__file__).read().replace('\r\n', '\n'), __file__, 'exec'))" install --record /tmp/pip-JhU9dM-record/install-record.txt --single-version-externally-managed --compile: running install running build running build_py creating build creating build/lib creating build/lib/blessings copying blessings/tests.py -> build/lib/blessings copying blessings/__init__.py -> build/lib/blessings running egg_info writing blessings.egg-info/PKG-INFO writing top-level names to blessings.egg-info/top_level.txt writing dependency_links to blessings.egg-info/dependency_links.txt warning: manifest_maker: standard file '-c' not found reading manifest file 'blessings.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' writing manifest file 'blessings.egg-info/SOURCES.txt' running install_lib creating /usr/local/lib/python2.7/site-packages/blessings error: could not create '/usr/local/lib/python2.7/site-packages/blessings': Permission denied Command "/usr/local/bin/python2.7 -c "import setuptools, tokenize;__file__='/tmp/pip-build-JLlt1P/blessings/setup.py';exec(compile(getattr(tokenize, 'open', open)(__file__).read().replace('\r\n', '\n'), __file__, 'exec'))" install --record /tmp/pip-JhU9dM-record/install-record.txt --single-version-externally-managed --compile" failed with error code 1 in /tmp/pip-build-JLlt1P/blessings zsh: exit 1 pip-2.7 install blessings -- 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 204935] devel/py-icalendar: Allow build with Python 3.x, Update to 3.9.1
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=204935 Kubilay Kocak changed: What|Removed |Added Summary|devel/py-icalendar: Allow |devel/py-icalendar: Allow |building with Python 3.x|build with Python 3.x, |(Supported since 3.6) |Update to 3.9.1 -- 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 204935] devel/py-icalendar: Allow build with Python 3.x, Update to 3.9.1
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=204935 --- Comment #8 from commit-h...@freebsd.org --- A commit references this bug: Author: koobs Date: Mon Dec 14 11:02:40 UTC 2015 New revision: 403713 URL: https://svnweb.freebsd.org/changeset/ports/403713 Log: devel/py-icalendar: Allow build with Python 3.x Allow building with Python 3.x (Supported since 3.6) While I'm here, * Add LICENSE_FILE PR:204935 Submitted by:Christian Geier Approved by:maintainer MFH:2015Q4 Changes: head/devel/py-icalendar/Makefile -- 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 204935] devel/py-icalendar: Allow build with Python 3.x, Update to 3.9.1
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=204935 --- Comment #9 from commit-h...@freebsd.org --- A commit references this bug: Author: koobs Date: Mon Dec 14 11:05:12 UTC 2015 New revision: 403714 URL: https://svnweb.freebsd.org/changeset/ports/403714 Log: MFH: r403713 devel/py-icalendar: Allow build with Python 3.x Allow building with Python 3.x (Supported since 3.6) While I'm here, * Add LICENSE_FILE PR:204935 Submitted by:Christian Geier Approved by:maintainer Approved by:ports-secteam (blanket) Changes: _U branches/2015Q4/ branches/2015Q4/devel/py-icalendar/Makefile -- 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 204935] devel/py-icalendar: Allow build with Python 3.x, Update to 3.9.1
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=204935 Kubilay Kocak changed: What|Removed |Added Flags|merge-quarterly?|merge-quarterly+ -- 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 204935] devel/py-icalendar: Allow build with Python 3.x, Update to 3.9.1
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=204935 --- Comment #10 from commit-h...@freebsd.org --- A commit references this bug: Author: koobs Date: Mon Dec 14 11:38:58 UTC 2015 New revision: 403717 URL: https://svnweb.freebsd.org/changeset/ports/403717 Log: devel/py-icalendar: Update to 3.9.1 * Update PORTVERSION and distinfo checksum (3.9.1) [1] While I'm here: * Add USE_PYTHON=concurrent support, deprecate DOCSDIR accordingly * Add test target and patch setup.py to support test command * Update pkg-descr WWW URL to match setup.py:url= field Changes: https://github.com/collective/icalendar/blob/3.9.1/CHANGES.rst PR:204935 Submitted by:maintainer [1] Changes: head/devel/py-icalendar/Makefile head/devel/py-icalendar/distinfo head/devel/py-icalendar/files/ head/devel/py-icalendar/files/patch-setup.py head/devel/py-icalendar/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 204935] devel/py-icalendar: Allow build with Python 3.x, Update to 3.9.1
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=204935 Kubilay Kocak changed: What|Removed |Added Resolution|--- |FIXED Status|In Progress |Closed --- Comment #11 from Kubilay Kocak --- Committed with changes, thank you both. Apologies for the delay Note: Only attachment 163707 was merged (MFH) to 2015Q4 -- 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 205293] [NEW PORT] textproc/wcng: Python-based alternative to Unix wc (word count)
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=205293 Neel Chauhan changed: What|Removed |Added Attachment #164194|0 |1 is obsolete|| --- Comment #4 from Neel Chauhan --- Created attachment 164233 --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=164233&action=edit updated shar file for textproc/wcng -- 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 205293] [NEW PORT] textproc/wcng: Python-based alternative to Unix wc (word count)
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=205293 Kubilay Kocak changed: What|Removed |Added Keywords|needs-patch |patch-ready -- 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"
FreeBSD ports you maintain which are out of date
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 +-+ math/py-numpy | 1.10.1 | 1.10.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 Thanks. ___ 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 201386] [NEW PORT] devel/py-bandit: Tool designed to find common security issues in Python code
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=201386 Bug 201386 depends on bug 204992, which changed state. Bug 204992 Summary: devel/py-pbr: Update to 1.8.1 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=204992 What|Removed |Added Status|In Progress |Closed Resolution|--- |FIXED -- 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"