| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
current python flavor. It can be used in dependency lines when the
port itself is not python flavored. For example, deskutils/calibre.
By default, all the flavors are generated. To only generate flavors
for the versions in PYTHON2_DEFAULT and PYTHON3_DEFAULT, define
BUILD_DEFAULT_PYTHON_FLAVORS in your make.conf.
In all the ports with Python dependencies, the *_DEPENDS entries MUST
end with the flavor so that the framework knows which to build/use.
This is done by appending '@${PY_FLAVOR}' after the origin (or
@${FLAVOR} if in a Python module with Python flavors, as the content
will be the same). For example:
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}six>0:devel/py-six@${PY_FLAVOR}
PR: 223071
Reviewed by: portmgr, python
Sponsored by: Absolight
Differential Revision: https://reviews.freebsd.org/D12464
Notes:
svn path=/head/; revision=455210
|
|
|
|
|
|
|
|
| |
Changes: https://github.com/rogerbinns/apsw/releases
https://rogerbinns.github.io/apsw/changes.html
Notes:
svn path=/head/; revision=454135
|
|
|
|
|
|
|
|
| |
Changes: https://github.com/rogerbinns/apsw/releases
https://rogerbinns.github.io/apsw/changes.html
Notes:
svn path=/head/; revision=448875
|
|
|
|
|
|
|
|
| |
Changes: https://github.com/rogerbinns/apsw/releases
https://rogerbinns.github.io/apsw/changes.html
Notes:
svn path=/head/; revision=444383
|
|
|
|
|
|
|
|
| |
Changes: https://github.com/rogerbinns/apsw/releases
https://rogerbinns.github.io/apsw/changes.html
Notes:
svn path=/head/; revision=439738
|
|
|
|
| |
Notes:
svn path=/head/; revision=439476
|
|
|
|
| |
Notes:
svn path=/head/; revision=438533
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- Allow concurrent installation (USE_PYTHON=concurrent)
- Do not silence installation and test messages
- Cosmetic change
- Update pkg-descr
Changes: https://github.com/rogerbinns/apsw/releases
https://rogerbinns.github.io/apsw/changes.html
Notes:
svn path=/head/; revision=437999
|
|
|
|
|
|
|
| |
- Add tests support
Notes:
svn path=/head/; revision=423230
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
* Update PORTVERSION, adjust distinfo
* Add LICENSE_FILE entry
* Fix WWW in pkg-descr
* Add UPDATING entry, per potential backwards incompatibility listed for
3.12.2-r1 we're jumping over.
While I'm here, remove unneded PYDISTUTILS_EGGINFO knob.
PR: 210376
Submitted by: Vladimir Krstulja <vlad-fbsd@acheronmedia.com>
Notes:
svn path=/head/; revision=417115
|
|
|
|
| |
Notes:
svn path=/head/; revision=411131
|
|
|
|
|
|
|
|
|
|
| |
- Update WWW
PR: 205892
Submitted by: ports fury
Notes:
svn path=/head/; revision=405332
|
|
|
|
|
|
|
| |
- Switch to USES=localbase
Notes:
svn path=/head/; revision=404486
|
|
|
|
|
|
|
| |
PR: 205570
Notes:
svn path=/head/; revision=404485
|
|
|
|
|
|
|
| |
Approved by: portmgr blanket
Notes:
svn path=/head/; revision=396388
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- Replace ${MASTER_SITE_FOO} with FOO.
- Merge MASTER_SITE_SUBDIR into MASTER_SITES when possible. (This means 99.9%
of the time.)
- Remove occurrences of MASTER_SITE_LOCAL when no subdirectory was present and
no hint of what it should be was present.
- Fix some logic.
- And generally, make things more simple and easy to understand.
While there, add magic values to the FESTIVAL, GENTOO, GIMP, GNUPG, QT and
SAMBA macros.
Also, replace some EXTRACT_SUFX occurences with USES=tar:*.
Checked by: make fetch-urlall-list
With hat: portmgr
Sponsored by: Absolight
Notes:
svn path=/head/; revision=386312
|
|
|
|
|
|
|
| |
Approved by: portmgr (implicit)
Notes:
svn path=/head/; revision=371173
|
|
|
|
|
|
|
| |
Approved by: portmgr (myself)
Notes:
svn path=/head/; revision=359586
|
|
|
|
|
|
|
|
|
|
|
| |
- Pet portlint
PR: ports/188602
Submitted by: Bartek Rutkowski <ports@robakdesign.com>
Approved by: Rusty Nejdl <rnejdl@ringofsaturn.com> (maintainer)
Notes:
svn path=/head/; revision=351335
|
|
|
|
| |
Notes:
svn path=/head/; revision=347405
|
|
|
|
|
|
|
| |
databases)
Notes:
svn path=/head/; revision=327717
|
|
engine. In contrast to other wrappers such as pysqlite it focuses
on being a minimal layer over SQLite attempting just to translate
the complete SQLite API into Python. The documentation has a section
on the differences between APSW and pysqlite. APSW supports CPython
2.3 onwards and CPython 3.1 onwards.
PR: ports/181938
Submitted by: Rusty Nejdl <rnejdl@ringofsaturn.com>
Notes:
svn path=/head/; revision=327055
|