Port details |
- py-py Library with cross-python path, ini-parsing, io, code, log facilities
- 1.11.0_2 devel =4 1.11.0_2Version of this port present on the latest quarterly branch.
- Maintainer: python@FreeBSD.org
- Port Added: 2015-02-11 13:12:07
- Last Update: 2024-07-06 16:12:00
- Commit Hash: da76df5
- People watching this port, also watch:: woff2, libXdamage, xcb-util-image, autoconf, libevent
- Also Listed In: python
- License: MIT
- WWW:
- https://pylib.org/
- Description:
- The pylib is a development support library featuring these tools and APIs:
* py.path: uniform local and svn path objects
* py.apipkg: explicit API control and lazy-importing
* py.iniconfig: easy parsing of .ini files
* py.code: dynamic code generation and introspection
* py.path: uniform local and svn path objects
- ¦ ¦ ¦ ¦
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - There is no configure plist information for this port.
- Dependency lines:
-
- ${PYTHON_PKGNAMEPREFIX}py>0:devel/py-py@${PY_FLAVOR}
- To install the port:
- cd /usr/ports/devel/py-py/ && make install clean
- To add the package, run one of these commands:
- pkg install devel/py-py
- pkg install py311-py
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above. NOTE: This is a Python port. Instead of py311-py listed in the above command, you can pick from the names under the Packages section.- PKGNAME: py311-py
- Package flavors (<flavor>: <package>)
- distinfo:
- TIMESTAMP = 1655561204
SHA256 (py-1.11.0.tar.gz) = 51c75c4126074b472f746a24399ad32f6053d1b34b68d2fa41e558e6f4a98719
SIZE (py-1.11.0.tar.gz) = 207796
Packages (timestamps in pop-ups are UTC):
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- py311-setuptools>=0 : devel/py-setuptools@py311
- py311-setuptools-scm>=0 : devel/py-setuptools-scm@py311
- py311-wheel>=0 : devel/py-wheel@py311
- python3.11 : lang/python311
- py311-build>=0 : devel/py-build@py311
- py311-installer>=0 : devel/py-installer@py311
- Test dependencies:
-
- py311-pytest>0 : devel/py-pytest@py311
- python3.11 : lang/python311
- Runtime dependencies:
-
- python3.11 : lang/python311
- This port is required by:
- for Run
-
- cad/py-pymtl
- devel/py-pycmd
- devel/py-pytest-capturelog
- devel/py-pytest-html
- devel/py-pytest-pycodestyle
- devel/py-pytest4
- math/py-mathics
-
Deleted ports which required this port:
- * - deleted ports are only shown under the This port is required by section. It was harder to do for the Required section. Perhaps later...
Configuration Options:
- No options to configure
- Options name:
- devel_py-py
- USES:
- python
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
1.11.0_2 06 Jul 2024 16:12:00 |
Po-Chuan Hsieh (sunpoet) |
devel/py-py: Convert to USE_PYTHON=pep517
- Bump PORTREVISION for package change |
1.11.0 29 Feb 2024 07:18:32 |
Charlie Li (vishwin) |
devel/py-setuptools-scm: update to 8.0.4
Directory and PORTNAME changed to match normalised name in release
tarball; consumers updated to match.
Although setuptools itself is specified as a run dependency in the
Python package metadata, it is currently left out here to prevent
environment pollution until at least PR 270510 is committed.
Additionally, this version of setuptools-scm requires setuptools>=61,
which means this version is only meant for USE_PYTHON=pep517 ports
as all USE_PYTHON=distutils ports will switch to devel/py-setuptools58
also after PR 270510. science/py-emmet-core is switched to
devel/py-setuptools_scm7 accordingly, as it specifies setuptools-scm<8.
devel/py-{flit-scm,hatch-vcs} have ${PY_SETUPTOOLS} added to
RUN_DEPENDS to compensate.
Further details: https://wiki.freebsd.org/Python/setuptools
Reported by: yuri
Co-authored by: matthew
Exp-run by: antoine (earlier iteration)
Approved by: yuri (science/py-emmet-core, previous iteration)
PR: 272134
Differential Revision: https://reviews.freebsd.org/D39288 |
1.11.0 27 Jun 2023 19:34:34 |
Rene Ladan (rene) |
all: remove explicit versions in USES=python for "3.x+"
The logic in USES=python will automatically convert this to 3.8+ by
itself.
Adjust two ports that only had Python 3.7 mentioned but build fine
on Python 3.8 too.
finance/quickfix: mark BROKEN with PYTHON
libtool: compile: c++ -DHAVE_CONFIG_H -I. -I../.. -I -I. -I.. -I../.. -I../C++
-DLIBICONV_PLUG -DPYTHON_MAJOR_VERSION=3 -Wno-unused-variable
-Wno-maybe-uninitialized -O2 -pipe -DLIBICONV_PLUG -fstack-protector-strong
-fno-strict-aliasing -DLIBICONV_PLUG -Wall -ansi
-Wno-unused-command-line-argument -Wpointer-arith -Wwrite-strings
-Wno-overloaded-virtual -Wno-deprecated-declarations -Wno-deprecated -std=c++0x
-MT _quickfix_la-QuickfixPython.lo -MD -MP -MF
.deps/_quickfix_la-QuickfixPython.Tpo -c QuickfixPython.cpp -fPIC -DPIC -o
.libs/_quickfix_la-QuickfixPython.o
warning: unknown warning option '-Wno-maybe-uninitialized'; did you mean
'-Wno-uninitialized'? [-Wunknown-warning-option]
QuickfixPython.cpp:175:11: fatal error: 'Python.h' file not found
^~~~~~~~~~
1 warning and 1 error generated.
Reviewed by: portmgr, vishwin, yuri
Differential Revision: <https://reviews.freebsd.org/D40568> |
1.11.0 11 Jan 2023 15:58:34 |
Dmitry Marakasov (amdmi3) |
*/*: rename CHEESESHOP to PYPI in MASTER_SITES
PR: 267994
Differential revision: D37518
Approved by: bapt |
07 Sep 2022 21:58:51 |
Stefan Eßer (se) |
Remove WWW entries moved into port Makefiles
Commit b7f05445c00f has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.
This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.
Approved by: portmgr (tcberner) |
1.11.0 07 Sep 2022 21:10:59 |
Stefan Eßer (se) |
Add WWW entries to port Makefiles
It has been common practice to have one or more URLs at the end of the
ports' pkg-descr files, one per line and prefixed with "WWW:". These
URLs should point at a project website or other relevant resources.
Access to these URLs required processing of the pkg-descr files, and
they have often become stale over time. If more than one such URL was
present in a pkg-descr file, only the first one was tarnsfered into
the port INDEX, but for many ports only the last line did contain the
port specific URL to further information.
There have been several proposals to make a project URL available as
a macro in the ports' Makefiles, over time.
(Only the first 15 lines of the commit message are shown above ) |
1.11.0 20 Jul 2022 14:21:35 |
Tobias C. Berner (tcberner) |
devel: remove 'Created by' lines
A big Thank You to the original contributors of these ports:
* "Waitman Gobble" <uzimac@da3m0n8t3r.com>
* <jkoshy@FreeBSD.org>
* Aaron Dalton <aaron@FreeBSD.org>
* Aaron Dalton <aaron@daltons.ca>
* Aaron H. K. Diep <ahkdiep@gmail.com>
* Aaron Hurt <ahurt@anbcs.com>
* Abel Chow <abel_chow@yahoo.com>
* Adam McLaurin
* Adam Saponara <as@php.net>
* Adam Weinberger <adamw@FreeBSD.org>
* Ade Lovett <ade@FreeBSD.org> (Only the first 15 lines of the commit message are shown above ) |
1.11.0 21 Jun 2022 16:36:30 |
Po-Chuan Hsieh (sunpoet) |
devel/py-py: Update to 1.11.0
Changes: https://github.com/pytest-dev/py/blob/master/CHANGELOG.rst
Security: CVE-2020-29651 |
1.9.0 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
1.9.0 28 Dec 2020 23:02:15 |
antoine |
Drop python 2.7 support from a few ports
With hat: portmgr |
1.9.0 16 Oct 2020 06:51:31 |
wen |
- Update to 1.9.0 |
1.8.1 02 Aug 2020 09:36:24 |
amdmi3 |
- Update WWW
- Increase pytest verbosity and set test wrksrc/env correctly
Approved by: portmgr blanket |
1.8.1 27 Jan 2020 20:10:24 |
sunpoet |
Update to 1.8.1
Changes: https://github.com/pytest-dev/py/blob/master/CHANGELOG |
1.8.0 22 Feb 2019 19:55:41 |
sunpoet |
Update to 1.8.0
Changes: https://github.com/pytest-dev/py/blob/master/CHANGELOG |
1.7.0 15 Oct 2018 21:08:17 |
sunpoet |
Update to 1.7.0
Changes: https://github.com/pytest-dev/py/blob/master/CHANGELOG |
1.6.0 29 Aug 2018 19:11:18 |
sunpoet |
Update to 1.6.0
Changes: https://github.com/pytest-dev/py/blob/master/CHANGELOG |
1.5.4 11 Aug 2018 14:17:09 |
sunpoet |
Update to 1.5.4
Changes: https://github.com/pytest-dev/py/blob/master/CHANGELOG |
1.5.3 20 Jun 2018 17:05:44 |
mat |
Use PY_FLAVOR for dependencies.
FLAVOR is the current port's flavor, it should not be used outside of
this scope.
Sponsored by: Absolight |
1.5.3 23 Mar 2018 16:44:58 |
sunpoet |
Update to 1.5.3
Changes: https://github.com/pytest-dev/py/blob/master/CHANGELOG |
1.5.2 05 Mar 2018 17:15:10 |
sunpoet |
Revert r462637
PR: 220284
Pointed out by: bdrewery
Reference: https://lists.freebsd.org/pipermail/svn-ports-all/2018-February/175369.html
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=220284#c6 |
1.5.2 22 Feb 2018 19:51:25 |
sunpoet |
Remove TEST_DEPENDS to avoid circular dependency
PR: 220284
Reported by: danfe |
1.5.2 30 Nov 2017 15:50:34 |
mat |
Convert Python ports to FLAVORS.
Ports using USE_PYTHON=distutils are now flavored. They will
automatically get flavors (py27, py34, py35, py36) depending on what
versions they support.
There is also a USE_PYTHON=flavors for ports that do not use distutils
but need FLAVORS to be set. A USE_PYTHON=noflavors can be set if
using distutils but flavors are not wanted.
A new USE_PYTHON=optsuffix that will add PYTHON_PKGNAMESUFFIX has been
added to cope with Python ports that did not have the Python
PKGNAMEPREFIX but are flavored.
USES=python now also exports a PY_FLAVOR variable that contains the (Only the first 15 lines of the commit message are shown above ) |
1.5.2 18 Nov 2017 14:17:36 |
sunpoet |
Update to 1.5.2
Changes: https://github.com/pytest-dev/py/blob/master/CHANGELOG |
1.5.1 16 Nov 2017 22:25:16 |
sunpoet |
Update to 1.5.1
Changes: https://github.com/pytest-dev/py/blob/master/CHANGELOG |
1.4.34 05 Jun 2017 14:50:21 |
sunpoet |
Update to 1.4.34
Changes: https://github.com/pytest-dev/py/blob/master/CHANGELOG |
1.4.33 17 Mar 2017 22:24:32 |
sunpoet |
Update to 1.4.33
Changes: https://github.com/pytest-dev/py/blob/master/CHANGELOG |
1.4.32 24 Dec 2016 13:03:39 |
sunpoet |
- Update to 1.4.32
Changes: https://github.com/pytest-dev/py/blob/master/CHANGELOG |
1.4.31 13 Dec 2016 13:59:14 |
jbeich |
devel/py-pytest-asyncio: unbreak with python < 3.x by default
=======================<phase: run-depends >============================
===> py35-pytest-asyncio-0.5.0 depends on package: py35-pytest>=3.0.2 - not
found
===> py35-pytest-asyncio-0.5.0 depends on package:
/packages/All/py35-pytest-3.0.3.txz - not found
===> USE_PACKAGE_DEPENDS_ONLY set - not building missing dependency from
source
*** [run-depends] Error code 1
Reported by: pkg-fallout |
1.4.31 01 Apr 2016 14:00:57 |
mat |
Remove ${PORTSDIR}/ from dependencies, categories d, e, f, and g.
With hat: portmgr
Sponsored by: Absolight |
1.4.31 26 Mar 2016 17:10:53 |
sunpoet |
- Update to 1.4.31
Changes: http://pylib.readthedocs.org/en/latest/changelog.html#changelog
https://bitbucket.org/pytest-dev/py/src/default/CHANGELOG |
1.4.30 28 Oct 2015 13:12:44 |
koobs |
devel/py-py: Update to 1.4.30
- Update PORTVERSION and distinfo checksum (1.4.30)
- Update COMMENT to match upstream (setup.py:description=)
- Add TEST_DEPENDS and do-test target
- Add NO_ARCH
Changes:
https://pylib.readthedocs.org/en/latest/changelog.html |
1.4.26 11 Feb 2015 13:11:56 |
koobs |
devel/py-pylib: Rename to devel/py-py
- Rename py-pylib to py-py to match upstream (PyPi) name [1]
- Update to 1.4.26
- Remove DISTNAME override, no longer necessary
- Update COMMENT
Accordingly:
- Update MOVED
- Update dependents
While I'm here:
- Sort USE_PYTHON values
- Canonicalize regression-test invocations
- Make TEST_DEPENDS explicit
[1] https://pypi.python.org/pypi/py/1.4.26 |