Port details |
- py-hatch-fancy-pypi-readme Fancy PyPI READMEs with Hatch
- 24.1.0 devel
=3 24.1.0Version of this port present on the latest quarterly branch. - Maintainer: sunpoet@FreeBSD.org
 - Port Added: 2022-10-09 19:51:12
- Last Update: 2024-07-21 16:55:40
- Commit Hash: 180cd73
- People watching this port, also watch:: autoconf, libXdamage, p5-MIME-Tools, py311-beautifulsoup, mDNSResponder
- Also Listed In: python
- License: MIT
- WWW:
- https://github.com/hynek/hatch-fancy-pypi-readme
- Description:
- hatch-fancy-pypi-readme is a Hatch metadata plugin for everyone who cares about
the first impression of their project's PyPI landing page. It allows you to
define your PyPI project description in terms of concatenated fragments that are
based on static strings, files, and most importantly: parts of files defined
using cut-off points or regular expressions.
Once you've assembled your readme, you can additionally run regular
expression-based substitutions over it. For instance to make relative links
absolute or to linkify users and issue numbers in your changelog.
¦ ¦ ¦ ¦ 
- 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}hatch-fancy-pypi-readme>0:devel/py-hatch-fancy-pypi-readme@${PY_FLAVOR}
- To install the port:
- cd /usr/ports/devel/py-hatch-fancy-pypi-readme/ && make install clean
- To add the package, run one of these commands:
- pkg install devel/py-hatch-fancy-pypi-readme
- pkg install py311-hatch-fancy-pypi-readme
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-hatch-fancy-pypi-readme listed in the above command, you can pick from the names under the Packages section.- PKGNAME: py311-hatch-fancy-pypi-readme
- Package flavors (<flavor>: <package>)
- py311: py311-hatch-fancy-pypi-readme
- distinfo:
- TIMESTAMP = 1708449178
SHA256 (hatch_fancy_pypi_readme-24.1.0.tar.gz) = 44dd239f1a779b9dcf8ebc9401a611fd7f7e3e14578dcf22c265dfaf7c1514b8
SIZE (hatch_fancy_pypi_readme-24.1.0.tar.gz) = 28683
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>=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-hatchling>=0 : devel/py-hatchling@py311
- python3.11 : lang/python311
- This port is required by:
- for Build
-
- devel/py-attrs
- devel/py-black
- devel/py-hishel
- devel/py-jsonschema
- devel/py-pydantic2
- devel/py-scikit-build
- devel/py-scikit-build-core
-
Deleted ports which required this port:
- * - deleted ports are only shown under the This port is required by section. It was harder to do for the Required section. Perhaps later...
Configuration Options:
- No options to configure
- Options name:
- devel_py-hatch-fancy-pypi-readme
- USES:
- python
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Number of commits found: 8
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
24.1.0 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 |
24.1.0 21 Feb 2024 15:07:20
    |
Po-Chuan Hsieh (sunpoet)  |
devel/py-hatch-fancy-pypi-readme: Update to 24.1.0
Changes: https://github.com/hynek/hatch-fancy-pypi-readme/releases |
22.8.0_2 30 Jun 2023 07:03:35
    |
Po-Chuan Hsieh (sunpoet)  |
devel/py-hatch-fancy-pypi-readme: Remove outdated PYTHON_REL check after
lang/python37 removal |
22.8.0_2 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.8.0_2 04 Apr 2023 18:29:11
    |
Antoine Brodin (antoine)  |
USE_PYTHON=pep517: bump PORTREVISION |
22.8.0_1 21 Mar 2023 19:20:40
    |
Po-Chuan Hsieh (sunpoet)  |
devel/py-hatch-fancy-pypi-readme: Convert to USE_PYTHON=pep517
- Add NO_ARCH
- Bump PORTREVISION for dependency and package change |
22.8.0 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.8.0 09 Oct 2022 19:45:24
    |
Po-Chuan Hsieh (sunpoet)  |
devel/py-hatch-fancy-pypi-readme: Add py-hatch-fancy-pypi-readme 22.8.0
hatch-fancy-pypi-readme is a Hatch metadata plugin for everyone who cares about
the first impression of their project's PyPI landing page. It allows you to
define your PyPI project description in terms of concatenated fragments that are
based on static strings, files, and most importantly: parts of files defined
using cut-off points or regular expressions.
Once you've assembled your readme, you can additionally run regular
expression-based substitutions over it. For instance to make relative links
absolute or to linkify users and issue numbers in your changelog. |
Number of commits found: 8
|