Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
0.45.0 09 Nov 2024 10:02:58 |
Nicola Vitale (nivit) |
devel/py-wheel: Update to 0.45.0
Release changes: https://github.com/pypa/wheel/releases/tag/0.45.0
Reported by: "github-actions[bot]" <notifications@github.com> |
0.44.0 04 Aug 2024 15:34:47 |
Nicola Vitale (nivit) |
devel/py-wheel: Update to 0.44.0
Release changes: https://github.com/pypa/wheel/releases/tag/0.44.0
Reported by: github-actions[bot] <notifications@github.com> |
0.43.0 12 Mar 2024 08:46:22 |
Nicola Vitale (nivit) |
devel/py-wheel: Update to 0.43.0
Release changes: https://github.com/pypa/wheel/releases/tag/0.43.0
Reported by: github-actions[bot] <notifications@github.com> |
0.42.0 26 Nov 2023 17:09:55 |
Nicola Vitale (nivit) |
devel/py-wheel: Update to 0.42.0
Release notes: https://github.com/pypa/wheel/releases/tag/0.42.0
Reported by: github-actions[bot] <notifications@github.com> |
0.41.3 30 Oct 2023 15:55:53 |
Nicola Vitale (nivit) |
devel/py-wheel: Update to 0.41.3
Release notes: https://github.com/pypa/wheel/releases/tag/0.41.3
Reported by: github-actions[bot] <notifications@github.com> |
0.41.2 06 Sep 2023 12:19:10 |
Nicola Vitale (nivit) |
devel/py-wheel: Update to 0.41.2 |
0.41.0 23 Jul 2023 06:44:54 |
Nicola Vitale (nivit) |
devel/py-wheel: Update to 0.41.0
Release changes: https://wheel.readthedocs.io/en/stable/news.html |
0.40.0_1 04 Apr 2023 18:29:11 |
Antoine Brodin (antoine) |
USE_PYTHON=pep517: bump PORTREVISION |
0.40.0 30 Mar 2023 08:45:15 |
Nicola Vitale (nivit) |
devel/py-wheel: Update to 0.40.0
- Use devel/py-flit-core as build dependency to conform to PEP517
- Remove all options (SIGNATURE, PIP) due to circular dependencies.
PR: 270243
Reported by: vishwin
Differential Revision: https://reviews.freebsd.org/D39095 |
0.38.4 11 Jan 2023 15:58:34 |
Dmitry Marakasov (amdmi3) |
*/*: rename CHEESESHOP to PYPI in MASTER_SITES
PR: 267994
Differential revision: D37518
Approved by: bapt |
0.38.4 22 Dec 2022 13:49:59 |
Nicola Vitale (nivit) |
devel/py-wheel: Fix extraction when cross-building the port
Override EXTRACT_CMD and pass the variable LC_ALL to fix the extraction
of the distfile.
The build fails when cross-building the port with the following error:
=> SHA256 Checksum OK for wheel-0.38.4.tar.gz.
tar: Pathname can't be converted from UTF-8 to current locale.
tar: Error exit delayed from previous errors.
PR: 268500
Reported by: <bas@area536.com> |
0.38.4 18 Nov 2022 10:08:57 |
Nicola Vitale (nivit) |
devel/py-wheel: update to 0.38.4 |
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) |
0.36.2 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 ) |
0.36.2 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 ) |
0.36.2 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
0.36.2 12 Mar 2021 14:38:43 |
nivit |
devel/py-wheel: update to 0.36.2
Add NO_ARCH variable. [1]
Update WWW URL in pkg-descr. [1]
Changes: https://wheel.readthedocs.io/en/stable/news.html
PR: 248836 [1]
Submitted by: thierry |
0.30.0_1 03 Jan 2021 09:11:52 |
antoine |
Remove python 2.7 support from a few ports |
0.30.0_1 06 Nov 2020 12:54:28 |
fluffy |
devel/py-wheel: depend on flavored py-pip
PR: 250333
Submitted by: fluffy
Approved by: maintainer timeout |
0.30.0_1 18 Sep 2019 20:24:00 |
yuri |
devel/py-wheel: Add USE_PYTHON=concurrent to avoi conflicts between python
versions.
Approved by: portmgr blanket (avoid install failures) |
0.30.0 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 |
0.30.0 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 ) |
0.30.0 12 Sep 2017 08:24:03 |
nivit |
- Update to 0.30.0 |
0.29.0 26 Apr 2016 08:29:42 |
nivit |
- Update to 0.29.0
- Add security/ed25519ll to run dependencies when digital signature is enabled
- Update web site URL |
0.24.0 01 Apr 2016 14:00:57 |
mat |
Remove ${PORTSDIR}/ from dependencies, categories d, e, f, and g.
With hat: portmgr
Sponsored by: Absolight |
0.24.0 17 Aug 2015 14:20:41 |
mat |
Remove UNIQUENAME and LATEST_LINK.
UNIQUENAME was never unique, it was only used by USE_LDCONFIG and now,
we won't have conflicts there.
Use PKGBASE instead of LATEST_LINK in PKGLATESTFILE, the *only* consumer
is pkg-devel, and it works just fine without LATEST_LINK as pkg-devel
has the correct PKGNAME anyway.
Now that UNIQUENAME is gone, OPTIONSFILE is too. (it's been called
OPTIONS_FILE now.)
Reviewed by: antoine, bapt
Exp-run by: antoine
Sponsored by: Absolight
Differential Revision: https://reviews.freebsd.org/D3336 |
0.24.0 20 Oct 2014 16:04:14 |
mva |
- Convert ports of devel/ to USES=python
Approved by: portmgr (implicit) |
0.24.0 14 Jul 2014 23:48:14 |
nivit |
- Update to 0.24.0
- Sort variables
- Use option helpers
- Remove devel/py-dirspec from run-dependencies |
0.21.0_1 06 Mar 2014 15:02:11 |
miwi |
- Stage support |
0.21.0_1 19 Feb 2014 08:07:35 |
miwi |
- Stage support
- Convert to autoplist
- Bump PORTREVISION |
0.21.0 20 Sep 2013 17:13:47 |
bapt |
Add NO_STAGE all over the place in preparation for the staging support (cat:
devel part 3) |
0.21.0 26 Jul 2013 15:15:10 |
nivit |
A built-package format for Python.
A wheel is a ZIP-format archive with a specially formatted filename and the
.whl extension. It is designed to contain all the files for a PEP 376
compatible install in a way that is very close to the on-disk format.
Many packages will be properly installed with only the "Unpack" step (simply
extracting the file onto sys.path), and the unpacked archive preserves enough
information to "Spread" (copy data and scripts to their final locations)
at any later time.
The wheel project provides a bdist_wheel command for setuptools (requires
setuptools >= 0.8.0). Wheel files can be installed with a newer pip from
https://github.com/pypa/pip or with wheel's own command line utility.
WWW: http://bitbucket.org/dholth/wheel/
Build logs: http://goo.gl/fNXhY1 |