Port details |
- py-towncrier Building newsfiles for your project
- 24.8.0 textproc
=4 24.8.0Version of this port present on the latest quarterly branch. - Maintainer: nivit@FreeBSD.org
 - Port Added: 2019-09-20 10:28:38
- Last Update: 2024-10-14 05:26:29
- Commit Hash: a20604d
- People watching this port, also watch:: libXdamage, libevent, py311-beautifulsoup, autoconf, libexif
- License: MIT
- WWW:
- https://github.com/twisted/towncrier
- Description:
- towncrier is a utility to produce useful, summarised news files
for your project. Rather than reading the Git history as some
newer tools to produce it, or having one single file which
developers all write to, towncrier reads "news fragments"
which contain information useful to end users.
¦ ¦ ¦ ¦ 
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - There is no configure plist information for this port.
- Dependency lines:
-
- ${PYTHON_PKGNAMEPREFIX}towncrier>0:textproc/py-towncrier@${PY_FLAVOR}
- To install the port:
- cd /usr/ports/textproc/py-towncrier/ && make install clean
- To add the package, run one of these commands:
- pkg install textproc/py-towncrier
- pkg install py311-towncrier
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above. NOTE: This is a Python port. Instead of py311-towncrier listed in the above command, you can pick from the names under the Packages section.- PKGNAME: py311-towncrier
- Package flavors (<flavor>: <package>)
- distinfo:
- TIMESTAMP = 1724486427
SHA256 (towncrier-24.8.0.tar.gz) = 013423ee7eed102b2f393c287d22d95f66f1a3ea10a4baa82d298001a7f18af3
SIZE (towncrier-24.8.0.tar.gz) = 61635
Packages (timestamps in pop-ups are UTC):
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- py311-hatchling>=1.25.0 : devel/py-hatchling@py311
- python3.11 : lang/python311
- py311-build>=0 : devel/py-build@py311
- py311-installer>=0 : devel/py-installer@py311
- Test dependencies:
-
- python3.11 : lang/python311
- Runtime dependencies:
-
- py311-click-default-group>=1.2.4 : devel/py-click-default-group@py311
- py311-click>=8.1.7 : devel/py-click@py311
- py311-incremental>=21.3.0 : devel/py-incremental@py311
- py311-Jinja2>=3.1.3 : devel/py-Jinja2@py311
- python3.11 : lang/python311
- This port is required by:
- for Build
-
- devel/py-pip
- devel/py-pyinstaller-hooks-contrib
- for Run
-
- textproc/py-sphinxcontrib-towncrier
Configuration Options:
- No options to configure
- Options name:
- textproc_py-towncrier
- USES:
- python
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
24.8.0 14 Oct 2024 05:26:29
    |
Po-Chuan Hsieh (sunpoet)  |
textproc/py-towncrier: Clean up
This is already covered by PY_TOMLI.
Approved by: portmgr (blanket)
With hat: python |
24.8.0 24 Aug 2024 15:31:12
    |
Nicola Vitale (nivit)  |
textproc/py-towncrier: Update to 24.8.0
Release changes: https://github.com/twisted/towncrier/releases/tag/24.8.0
Reported by: Adi Roiban <notifications@github.com> |
24.7.1 01 Aug 2024 09:23:57
    |
Nicola Vitale (nivit)  |
textproc/py-towncrier: Update to 24.7.1
- Convert to PEP517
- Update run/build dependencies according to pyproject.toml
Release changes: https://github.com/twisted/towncrier/releases/tag/24.7.1
Reported by: Adi Roiban <notifications@github.com> |
22.12.0_1 21 Jul 2024 16:55:40
    |
Po-Chuan Hsieh (sunpoet)  |
Mk/Uses/python.mk: Introduce PY_TOMLI
- Convert ports to use PY_TOMLI to simplify Makefile.
The minimal version is set to 2.0.1 because it is required by multiple ports
such as devel/py-poetry.
The upper bound of version is set to 3 because it is limited by devel/py-poetry.
With hat: python |
22.12.0_1 27 Jun 2023 19:34:34
    |
Rene Ladan (rene)  |
all: remove explicit versions in USES=python for "3.x+"
The logic in USES=python will automatically convert this to 3.8+ by
itself.
Adjust two ports that only had Python 3.7 mentioned but build fine
on Python 3.8 too.
finance/quickfix: mark BROKEN with PYTHON
libtool: compile: c++ -DHAVE_CONFIG_H -I. -I../.. -I -I. -I.. -I../.. -I../C++
-DLIBICONV_PLUG -DPYTHON_MAJOR_VERSION=3 -Wno-unused-variable
-Wno-maybe-uninitialized -O2 -pipe -DLIBICONV_PLUG -fstack-protector-strong
-fno-strict-aliasing -DLIBICONV_PLUG -Wall -ansi
-Wno-unused-command-line-argument -Wpointer-arith -Wwrite-strings
-Wno-overloaded-virtual -Wno-deprecated-declarations -Wno-deprecated -std=c++0x
-MT _quickfix_la-QuickfixPython.lo -MD -MP -MF
.deps/_quickfix_la-QuickfixPython.Tpo -c QuickfixPython.cpp -fPIC -DPIC -o
.libs/_quickfix_la-QuickfixPython.o
warning: unknown warning option '-Wno-maybe-uninitialized'; did you mean
'-Wno-uninitialized'? [-Wunknown-warning-option]
QuickfixPython.cpp:175:11: fatal error: 'Python.h' file not found
^~~~~~~~~~
1 warning and 1 error generated.
Reviewed by: portmgr, vishwin, yuri
Differential Revision: <https://reviews.freebsd.org/D40568> |
22.12.0_1 11 Jan 2023 15:58:34
    |
Dmitry Marakasov (amdmi3)  |
*/*: rename CHEESESHOP to PYPI in MASTER_SITES
PR: 267994
Differential revision: D37518
Approved by: bapt |
22.12.0_1 30 Dec 2022 09:06:30
    |
Po-Chuan Hsieh (sunpoet)  |
textproc/py-towncrier: Clean up Makefile
- Clean up BUILD_DEPENDS [1]
- Fix and sort RUN_DEPENDS [2]
- Update USES=python [3]
- Add NO_ARCH
- Bump PORTREVISION for dependency change [3]
Approved by: portmgr (blanket)
With hat: python
Reference: https://github.com/twisted/towncrier/blob/22.12.0/setup.py#L6 [1]
https://github.com/twisted/towncrier/blob/22.12.0/setup.py#L47 [2]
https://github.com/twisted/towncrier/blob/22.12.0/setup.py#L40 [3] |
22.12.0 22 Dec 2022 16:01:23
    |
Nicola Vitale (nivit)  |
textproc/py-towncrier: Update to 22.12.0
Release notes: https://github.com/twisted/towncrier/releases/tag/22.12.0 |
22.8.0 20 Nov 2022 16:28:39
    |
Nicola Vitale (nivit)  |
textproc/py-towncrier: update to 22.8.0
- Add devel/click-default-group to (build|run) dependencies
- Replace textproc/py-toml dependency with textproc/py-tomli
Changelog: https://github.com/twisted/towncrier/releases/tag/22.8.0 |
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) |
19.2.0_1 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 ) |
19.2.0_1 07 Apr 2021 08:09:01
    |
Mathieu Arnold (mat)  |
One more small cleanup, forgotten yesterday.
Reported by: lwhsu |
19.2.0_1 06 Apr 2021 14:31:07
    |
Mathieu Arnold (mat)  |
Remove # $FreeBSD$ from Makefiles. |
19.2.0_1 09 Jan 2021 16:34:07
  |
antoine  |
Remove python 2.7 support from a few ports |
19.2.0_1 02 Sep 2020 16:33:42
  |
yuri  |
textproc/py-towncrier: Fix WWW
Approved by: portmgr (blanket) |
19.2.0_1 02 Sep 2020 16:32:13
  |
yuri  |
textproc/py-towncrier: Add USE_PYTHON=concurrent because it installs executables
into bin/ |
19.2.0 20 Sep 2019 10:28:32
  |
nivit  |
towncrier is a utility to produce useful, summarised news files
for your project. Rather than reading the Git history as some
newer tools to produce it, or having one single file which
developers all write to, towncrier reads "news fragments"
which contain information useful to end users.
WWW: https://github.com/hawkowl/towncrier |