notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
Want a good monitor light? See my photosAll times are UTC
Ukraine
This referral link gives you 10% off a Fastmail.com account and gives me a discount on my Fastmail account.

Get notified when packages are built

A new feature has been added. FreshPorts already tracks package built by the FreeBSD project. This information is displayed on each port page. You can now get an email when FreshPorts notices a new package is available for something on one of your watch lists. However, you must opt into that. Click on Report Subscriptions on the right, and New Package Notification box, and click on Update.

Finally, under Watch Lists, click on ABI Package Subscriptions to select your ABI (e.g. FreeBSD:14:amd64) & package set (latest/quarterly) combination for a given watch list. This is what FreshPorts will look for.

non port: audio/py-gtts/Makefile

Number of commits found: 19

Tuesday, 30 Jan 2024
11:05 Nuno Teixeira (eduardo) search for other commits by this committer
audio/py-gtts: Update to 2.5.1

ChangeLog:	https://github.com/pndurette/gTTS/blob/main/CHANGELOG.md
MFH:		2024Q1
commit hash: d909f323ecb8125885f71e1f804ee2cb8429f61f commit hash: d909f323ecb8125885f71e1f804ee2cb8429f61f commit hash: d909f323ecb8125885f71e1f804ee2cb8429f61f commit hash: d909f323ecb8125885f71e1f804ee2cb8429f61f d909f32
Thursday, 21 Dec 2023
11:11 Nuno Teixeira (eduardo) search for other commits by this committer
audio/py-gtts: Update to 2.5.0

ChangeLog: https://github.com/pndurette/gTTS/releases/tag/v2.5.0
commit hash: f788b2d69d43c9607e1946e2f2c16b85299ec3d9 commit hash: f788b2d69d43c9607e1946e2f2c16b85299ec3d9 commit hash: f788b2d69d43c9607e1946e2f2c16b85299ec3d9 commit hash: f788b2d69d43c9607e1946e2f2c16b85299ec3d9 f788b2d
Wednesday, 4 Oct 2023
07:56 Nuno Teixeira (eduardo) search for other commits by this committer
audio/py-gtts: Update to 2.4.0

ChangeLog: https://github.com/pndurette/gTTS/releases/tag/v2.4.0
commit hash: 9ca832ff18d90d61b9e580b7f9e03e3232c726ac commit hash: 9ca832ff18d90d61b9e580b7f9e03e3232c726ac commit hash: 9ca832ff18d90d61b9e580b7f9e03e3232c726ac commit hash: 9ca832ff18d90d61b9e580b7f9e03e3232c726ac 9ca832f
Tuesday, 18 Jul 2023
00:53 Charlie Li (vishwin) search for other commits by this committer
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
commit hash: 9a80a6ee5e8ebf5c279b3d7a9e7e8b7dbabbaf0a commit hash: 9a80a6ee5e8ebf5c279b3d7a9e7e8b7dbabbaf0a commit hash: 9a80a6ee5e8ebf5c279b3d7a9e7e8b7dbabbaf0a commit hash: 9a80a6ee5e8ebf5c279b3d7a9e7e8b7dbabbaf0a 9a80a6e
Tuesday, 2 May 2023
19:18 Nuno Teixeira (eduardo) search for other commits by this committer
audio/py-gtts: Update to 2.3.2

ChangeLog: https://github.com/pndurette/gTTS/releases/tag/v2.3.2
commit hash: 9e8ab5c7c46a0e4cddc532d5ca9c6bd2493ed4ab commit hash: 9e8ab5c7c46a0e4cddc532d5ca9c6bd2493ed4ab commit hash: 9e8ab5c7c46a0e4cddc532d5ca9c6bd2493ed4ab commit hash: 9e8ab5c7c46a0e4cddc532d5ca9c6bd2493ed4ab 9e8ab5c
Tuesday, 4 Apr 2023
18:29 Antoine Brodin (antoine) search for other commits by this committer
USE_PYTHON=pep517: bump PORTREVISION
commit hash: 1730e97e049085a8fe5536788d214cbfc4eb3123 commit hash: 1730e97e049085a8fe5536788d214cbfc4eb3123 commit hash: 1730e97e049085a8fe5536788d214cbfc4eb3123 commit hash: 1730e97e049085a8fe5536788d214cbfc4eb3123 1730e97
Sunday, 5 Feb 2023
19:05 Charlie Li (vishwin) search for other commits by this committer
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,
removed, or changed between versions of Python," thus "should not
be considered to work across Python VMs or Python releases." [2]
This is important to ensuring correctness for those ports specifying
NO_ARCH.

Instead of compiling and installing bytecode at stage/package time,
there is a WIP, review D34739, that compiles and installs bytecode
at install time instead, using triggers.

The aforementioned build_fs_violations will be investigated.

This reverts commit de6965254c3a007efcf697c3d455b54d2aeb2383.

With hat:	python
Approved by:	tcberner (mentor, portmgr)
Reference:	https://wiki.freebsd.org/Python/PEP-517 [0]
		https://packaging.python.org/en/latest/specifications/binary-distribution-format/
[1]
		https://docs.python.org/3/library/dis.html [2]
commit hash: f5890bd3cbc66a805bfc04a1a45688b5a3e68c50 commit hash: f5890bd3cbc66a805bfc04a1a45688b5a3e68c50 commit hash: f5890bd3cbc66a805bfc04a1a45688b5a3e68c50 commit hash: f5890bd3cbc66a805bfc04a1a45688b5a3e68c50 f5890bd
18:16 Po-Chuan Hsieh (sunpoet) search for other commits by this committer
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]
commit hash: de6965254c3a007efcf697c3d455b54d2aeb2383 commit hash: de6965254c3a007efcf697c3d455b54d2aeb2383 commit hash: de6965254c3a007efcf697c3d455b54d2aeb2383 commit hash: de6965254c3a007efcf697c3d455b54d2aeb2383 de69652
Monday, 16 Jan 2023
12:35 Nuno Teixeira (eduardo) search for other commits by this committer
audio/py-gtts: Update to 2.3.1

ChangeLog: https://github.com/pndurette/gTTS/releases/tag/v2.3.1
commit hash: 495fc8b131cdff51bf98ba9c0bfd2a76988b0bb9 commit hash: 495fc8b131cdff51bf98ba9c0bfd2a76988b0bb9 commit hash: 495fc8b131cdff51bf98ba9c0bfd2a76988b0bb9 commit hash: 495fc8b131cdff51bf98ba9c0bfd2a76988b0bb9 495fc8b
Sunday, 15 Jan 2023
21:23 Nuno Teixeira (eduardo) search for other commits by this committer
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>
commit hash: db0879544520d16db58a403f072b38af9c4cf208 commit hash: db0879544520d16db58a403f072b38af9c4cf208 commit hash: db0879544520d16db58a403f072b38af9c4cf208 commit hash: db0879544520d16db58a403f072b38af9c4cf208 db08795
13:36 Nuno Teixeira (eduardo) search for other commits by this committer
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
commit hash: 02d70c993d78af840b2dc9615ef6512c41db13b2 commit hash: 02d70c993d78af840b2dc9615ef6512c41db13b2 commit hash: 02d70c993d78af840b2dc9615ef6512c41db13b2 commit hash: 02d70c993d78af840b2dc9615ef6512c41db13b2 02d70c9
Wednesday, 7 Sep 2022
21:10 Stefan Eßer (se) search for other commits by this committer
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.

This commit implements such a proposal and moves one of the WWW: entries
of each pkg-descr file into the respective port's Makefile. A heuristic
attempts to identify the most relevant URL in case there is more than
one WWW: entry in some pkg-descr file. URLs that are not moved into the
Makefile are prefixed with "See also:" instead of "WWW:" in the pkg-descr
files in order to preserve them.

There are 1256 ports that had no WWW: entries in pkg-descr files. These
ports will not be touched in this commit.

The portlint port has been adjusted to expect a WWW entry in each port
Makefile, and to flag any remaining "WWW:" lines in pkg-descr files as
deprecated.

Approved by:		portmgr (tcberner)
commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52 commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52 commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52 commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52 b7f0544
Wednesday, 6 Jul 2022
05:25 Loïc Bartoletti (lbartoletti) search for other commits by this committer
audio/py-gtts: Update to 2.2.4 and return to pool
commit hash: 60072a5fff30be16e8d4116dff09636093a6d94c commit hash: 60072a5fff30be16e8d4116dff09636093a6d94c commit hash: 60072a5fff30be16e8d4116dff09636093a6d94c commit hash: 60072a5fff30be16e8d4116dff09636093a6d94c 60072a5
Friday, 7 May 2021
13:26 Kai Knoblich (kai) search for other commits by this committer
audio/py-gtts, textproc/py-googletrans: Pass maintainership

Approved by:	lbartoletti (new maintainer)
MFH:		2021Q2
commit hash: 58fa1c7810afa2be6922aa870da2a45f22473b32 commit hash: 58fa1c7810afa2be6922aa870da2a45f22473b32 commit hash: 58fa1c7810afa2be6922aa870da2a45f22473b32 commit hash: 58fa1c7810afa2be6922aa870da2a45f22473b32 58fa1c7
Wednesday, 7 Apr 2021
08:09 Mathieu Arnold (mat) search for other commits by this committer
One more small cleanup, forgotten yesterday.
Reported by:	lwhsu
commit hash: cf118ccf875508b9a1c570044c93cfcc82bd455c commit hash: cf118ccf875508b9a1c570044c93cfcc82bd455c commit hash: cf118ccf875508b9a1c570044c93cfcc82bd455c commit hash: cf118ccf875508b9a1c570044c93cfcc82bd455c cf118cc
Tuesday, 6 Apr 2021
14:31 Mathieu Arnold (mat) search for other commits by this committer
Remove # $FreeBSD$ from Makefiles.
commit hash: 305f148f482daf30dcf728039d03d019f88344eb commit hash: 305f148f482daf30dcf728039d03d019f88344eb commit hash: 305f148f482daf30dcf728039d03d019f88344eb commit hash: 305f148f482daf30dcf728039d03d019f88344eb 305f148
Sunday, 27 Dec 2020
11:52 kai search for other commits by this committer
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
Original commitRevision:559351 
Thursday, 24 Dec 2020
09:21 antoine search for other commits by this committer
soupsieve 2.0.1 is only compatible with python 3.6+
Original commitRevision:559056 
Thursday, 30 Jul 2020
19:18 lbartoletti search for other commits by this committer
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
Original commitRevision:543817 

Number of commits found: 19