notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
All times are UTC
Ukraine
non port: audio/py-gtts/Makefile
SVNWeb

Number of commits found: 16

Tue, 18 Jul 2023
[ 00:53 Charlie Li (vishwin) search for other commits by this committer ]    commit hash:9a80a6ee5e8ebf5c279b3d7a9e7e8b7dbabbaf0a  commit hash:9a80a6ee5e8ebf5c279b3d7a9e7e8b7dbabbaf0a  commit hash:9a80a6ee5e8ebf5c279b3d7a9e7e8b7dbabbaf0a  9a80a6e  (Only the first 10 of 309 ports in this commit are shown above. View all ports for this commit)
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) search for other commits by this committer ]    commit hash:9e8ab5c7c46a0e4cddc532d5ca9c6bd2493ed4ab  commit hash:9e8ab5c7c46a0e4cddc532d5ca9c6bd2493ed4ab  commit hash:9e8ab5c7c46a0e4cddc532d5ca9c6bd2493ed4ab  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) search for other commits by this committer ]    commit hash:1730e97e049085a8fe5536788d214cbfc4eb3123  commit hash:1730e97e049085a8fe5536788d214cbfc4eb3123  commit hash:1730e97e049085a8fe5536788d214cbfc4eb3123  1730e97  (Only the first 10 of 222 ports in this commit are shown above. View all ports for this commit)
USE_PYTHON=pep517: bump PORTREVISION
Sun, 5 Feb 2023
[ 19:05 Charlie Li (vishwin) search for other commits by this committer ]    commit hash:f5890bd3cbc66a805bfc04a1a45688b5a3e68c50  commit hash:f5890bd3cbc66a805bfc04a1a45688b5a3e68c50  commit hash:f5890bd3cbc66a805bfc04a1a45688b5a3e68c50  f5890bd  (Only the first 10 of 23 ports in this commit are shown above. View all ports for this commit)
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 View all of this commit message)
[ 18:16 Po-Chuan Hsieh (sunpoet) search for other commits by this committer ]    commit hash:de6965254c3a007efcf697c3d455b54d2aeb2383  commit hash:de6965254c3a007efcf697c3d455b54d2aeb2383  commit hash:de6965254c3a007efcf697c3d455b54d2aeb2383  de69652  (Only the first 10 of 23 ports in this commit are shown above. View all ports for this commit)
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) search for other commits by this committer ]    commit hash:495fc8b131cdff51bf98ba9c0bfd2a76988b0bb9  commit hash:495fc8b131cdff51bf98ba9c0bfd2a76988b0bb9  commit hash:495fc8b131cdff51bf98ba9c0bfd2a76988b0bb9  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) search for other commits by this committer ]    commit hash:db0879544520d16db58a403f072b38af9c4cf208  commit hash:db0879544520d16db58a403f072b38af9c4cf208  commit hash:db0879544520d16db58a403f072b38af9c4cf208  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) search for other commits by this committer ]    commit hash:02d70c993d78af840b2dc9615ef6512c41db13b2  commit hash:02d70c993d78af840b2dc9615ef6512c41db13b2  commit hash:02d70c993d78af840b2dc9615ef6512c41db13b2  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) search for other commits by this committer ]    commit hash:b7f05445c00f2625aa19b4154ebcbce5ed2daa52  commit hash:b7f05445c00f2625aa19b4154ebcbce5ed2daa52  commit hash:b7f05445c00f2625aa19b4154ebcbce5ed2daa52  b7f0544  (Only the first 10 of 27931 ports in this commit are shown above. View all ports for this commit)
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 View all of this commit message)
Wed, 6 Jul 2022
[ 05:25 Loïc Bartoletti (lbartoletti) search for other commits by this committer ]    commit hash:60072a5fff30be16e8d4116dff09636093a6d94c  commit hash:60072a5fff30be16e8d4116dff09636093a6d94c  commit hash:60072a5fff30be16e8d4116dff09636093a6d94c  60072a5 
audio/py-gtts: Update to 2.2.4 and return to pool
Fri, 7 May 2021
[ 13:26 Kai Knoblich (kai) search for other commits by this committer ]    commit hash:58fa1c7810afa2be6922aa870da2a45f22473b32  commit hash:58fa1c7810afa2be6922aa870da2a45f22473b32  commit hash:58fa1c7810afa2be6922aa870da2a45f22473b32  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) search for other commits by this committer ]    commit hash:cf118ccf875508b9a1c570044c93cfcc82bd455c  commit hash:cf118ccf875508b9a1c570044c93cfcc82bd455c  commit hash:cf118ccf875508b9a1c570044c93cfcc82bd455c  cf118cc  (Only the first 10 of 8873 ports in this commit are shown above. View all ports for this commit)
One more small cleanup, forgotten yesterday.
Reported by:	lwhsu
Tue, 6 Apr 2021
[ 14:31 Mathieu Arnold (mat) search for other commits by this committer ]    commit hash:305f148f482daf30dcf728039d03d019f88344eb  commit hash:305f148f482daf30dcf728039d03d019f88344eb  commit hash:305f148f482daf30dcf728039d03d019f88344eb  305f148  (Only the first 10 of 29333 ports in this commit are shown above. View all ports for this commit)
Remove # $FreeBSD$ from Makefiles.
Sun, 27 Dec 2020
[ 11:52 kai search for other commits by this committer ] Original commit   Revision:559351
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 search for other commits by this committer ] Original commit   Revision:559056 (Only the first 10 of 20 ports in this commit are shown above. View all ports for this commit)
soupsieve 2.0.1 is only compatible with python 3.6+
Thu, 30 Jul 2020
[ 19:18 lbartoletti search for other commits by this committer ] Original commit   Revision:543817 (Only the first 10 of 16 ports in this commit are shown above. View all ports for this commit)
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