non port: audio/py-gtts/Makefile |
SVNWeb
|
Number of commits found: 16 |
Tue, 18 Jul 2023
|
[ 00:53 Charlie Li (vishwin) ] 9a80a6e (Only the first 10 of 309 ports in this commit are shown above. )
devel/py-setuptools: convert individual consumers to ${PY_SETUPTOOLS}
Currently a no-op, but in the future outputs the correct setuptools
port depending on whether USES_PYTHON=distutils is specified.
With hat: python
PR: 270510, 270358
|
Tue, 2 May 2023
|
[ 19:18 Nuno Teixeira (eduardo) ] 9e8ab5c
audio/py-gtts: Update to 2.3.2
ChangeLog: https://github.com/pndurette/gTTS/releases/tag/v2.3.2
|
Tue, 4 Apr 2023
|
[ 18:29 Antoine Brodin (antoine) ] 1730e97 (Only the first 10 of 222 ports in this commit are shown above. )
USE_PYTHON=pep517: bump PORTREVISION
|
Sun, 5 Feb 2023
|
[ 19:05 Charlie Li (vishwin) ] f5890bd (Only the first 10 of 23 ports in this commit are shown above. )
Revert "Mk/Uses/python.mk: Fix USE_PYTHON=pep517: always compile and install
bytecode"
Despite installer's default behaviour to compile and install bytecode,
we are not doing so going forward at stage/package time. [0] During
initial development and qualification of PEP-517 framework support,
compiling and installing bytecode at stage/package time was considered,
but was found problematic, fragile and ultimately unreliable, both
currently and historically (with USE_PYTHON=distutils), due to our
fixed plist requirement. While the living binary distribution format
(wheel) specification [1] says to compile bytecode, that is in the
pure Python package management context (pip, etc); nuance always
exists when interacting with "system" package management.
Additionally, "bytecode is an implementation detail of the CPython
interpreter. No guarantees are made that bytecode will not be added, (Only the first 15 lines of the commit message are shown above )
|
[ 18:16 Po-Chuan Hsieh (sunpoet) ] de69652 (Only the first 10 of 23 ports in this commit are shown above. )
Mk/Uses/python.mk: Fix USE_PYTHON=pep517: always compile and install bytecode
- While I'm here, use long options for easier reading [1][2]
- Bump PORTREVISION of dependent ports (USE_PYTHON=pep517) for package change
It fixes build_fs_violation of dependent ports in poudriere (with -t flag).
It is also the default behavior of installer [2].
from py-sphinx log:
=>> Checking for staging violations... done
=>> Error: Filesystem touched during stage (files must install to ${STAGEDIR}):
extra: usr/local/lib/python3.9/site-packages/importlib_metadata/__pycache__
=>> Cleaning up wrkdir
from installer documentation:
--compile-bytecode
Possible choices: 0, 1, 2
generate bytecode for the specified optimization level(s) (default=0, 1)
--no-compile-bytecode
don’t generate bytecode for installed modules
Default: False
With hat: python
Reference: https://pypa-build.readthedocs.io/en/stable/ [1]
https://installer.pypa.io/en/stable/cli/installer/ [2]
|
Mon, 16 Jan 2023
|
[ 12:35 Nuno Teixeira (eduardo) ] 495fc8b
audio/py-gtts: Update to 2.3.1
ChangeLog: https://github.com/pndurette/gTTS/releases/tag/v2.3.1
|
Sun, 15 Jan 2023
|
[ 21:23 Nuno Teixeira (eduardo) ] db08795
audio/py-gtts: Make build system PEP-518 conform
Declare minimum build dependencies for build system
See: https://peps.python.org/pep-0518/#build-system-table
PR: 268902
Reported by: Charlie Li <vishwin@freebsd.org>
|
[ 13:36 Nuno Teixeira (eduardo) ] 02d70c9
audio/py-gtts: Adopt/Update to 2.3.0
- Use pep517 build
- Renamed PORTNAME gtts -> gTTS to match PYPI package name case
- Added issue url on test failures
- Updated run dependencies versions
ChangeLog: https://github.com/pndurette/gTTS/releases/tag/v2.3.0
PR: 268902
|
Wed, 7 Sep 2022
|
[ 21:10 Stefan Eßer (se) ] b7f0544 (Only the first 10 of 27931 ports in this commit are shown above. )
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 )
|
Wed, 6 Jul 2022
|
[ 05:25 Loïc Bartoletti (lbartoletti) ] 60072a5
audio/py-gtts: Update to 2.2.4 and return to pool
|
Fri, 7 May 2021
|
[ 13:26 Kai Knoblich (kai) ] 58fa1c7
audio/py-gtts, textproc/py-googletrans: Pass maintainership
Approved by: lbartoletti (new maintainer)
MFH: 2021Q2
|
Wed, 7 Apr 2021
|
[ 08:09 Mathieu Arnold (mat) ] cf118cc (Only the first 10 of 8873 ports in this commit are shown above. )
One more small cleanup, forgotten yesterday.
Reported by: lwhsu
|
Tue, 6 Apr 2021
|
[ 14:31 Mathieu Arnold (mat) ] 305f148 (Only the first 10 of 29333 ports in this commit are shown above. )
Remove # $FreeBSD$ from Makefiles.
|
Sun, 27 Dec 2020
|
[ 11:52 kai ]
audio/py-gtts: Update to 2.2.1
* Make port concurrent safe as it installs scripts outside of Python's
site-lib directory.
* Remove no longer required dependency of devel/py-twine and obsolete parts
for Python < 3.6 after r559056 .
Changelogs since 2.1.1:
https://github.com/pndurette/gTTS/blob/v2.2.1/CHANGELOG.rst
|
Thu, 24 Dec 2020
|
[ 09:21 antoine ] (Only the first 10 of 20 ports in this commit are shown above. )
soupsieve 2.0.1 is only compatible with python 3.6+
|
Thu, 30 Jul 2020
|
[ 19:18 lbartoletti ] (Only the first 10 of 16 ports in this commit are shown above. )
games/py-mnemosyne: Take Maintainer'ship, fix runtime error and add missing
dependencies
Latest version of games/py-mnemosyne requires new dependencies. This commit adds
the missing dependencies:
- audio/py-gtts
- security/py-gtts-token (required by audio/py-gtts)
- textproc/py-googletrans
The games/py-mnemosyne port needs to be limited to Python 3.7+ to keep the
dependency chains intact. This is because textproc/py-googletrans depends on
www/py-httpx which is only for Python 3.7+.
PR: 247595
Submitted by: kai
Reported by: gspurki@gmail.com
Approved by: tcberner (mentor)
MFH: 2020Q3
Differential Revision: https://reviews.freebsd.org/D25895
|
Number of commits found: 16 |