Port details |
- py-hatch-fancy-pypi-readme Fancy PyPI READMEs with Hatch
- 22.8.0_1 devel
=0 Version of this port present on the latest quarterly branch. - Maintainer: sunpoet@FreeBSD.org
 - Port Added: 2022-10-09 19:51:12
- Last Update: 2023-03-21 19:20:40
- Commit Hash: a2ee960
- Also Listed In: python
- License: MIT
- 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.
¦ ¦ ¦ ¦ 
- 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 py39-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 py39-hatch-fancy-pypi-readme listed in the above command, you can pick from the names under the Packages section.- PKGNAME: py39-hatch-fancy-pypi-readme
- Package flavors (<flavor>: <package>)
- py39: py39-hatch-fancy-pypi-readme
- distinfo:
- TIMESTAMP = 1665330600
SHA256 (hatch_fancy_pypi_readme-22.8.0.tar.gz) = da91282ca09601c18aded8e378daf8b578c70214866f0971156ee9bb9ce6c26a
SIZE (hatch_fancy_pypi_readme-22.8.0.tar.gz) = 26511
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:
-
- py39-hatchling>=0 : devel/py-hatchling@py39
- python3.9 : lang/python39
- py39-build>0 : devel/py-build@py39
- py39-installer>0 : devel/py-installer@py39
- Test dependencies:
-
- python3.9 : lang/python39
- Runtime dependencies:
-
- py39-hatchling>=0 : devel/py-hatchling@py39
- python3.9 : lang/python39
- py39-tomli>=0 : textproc/py-tomli@py39
- This port is required by:
- for Build
-
- devel/py-black
- devel/py-jsonschema
- www/py-httpx
Configuration Options:
- No options to configure
- Options name:
- devel_py-hatch-fancy-pypi-readme
- USES:
- python:3.7+
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Notes from UPDATING |
- These upgrade notes are taken from /usr/ports/UPDATING
- 2017-11-30
Affects: */py* Author: mat@FreeBSD.org Reason:
Ports using Python via USES=python are now flavored. All the py3-* ports
have been removed and folded into their py-* master ports.
People using Poudriere 3.2+ and binary packages do not have to do anything.
For other people, to build the Python 3.6 version of, for example,
databases/py-gdbm, you need to run:
# make FLAVOR=py36 install
|
Number of commits found: 3
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
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: 3
|