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
Port details
py-setuptools-git-versioning Use git repo data for building a version number according PEP-440
2.0.0 devel on this many watch lists=2 search for ports that depend on this port Find issues related to this port Report an issue related to this port View this port on Repology. pkg-fallout 2.0.0Version of this port present on the latest quarterly branch.
Maintainer: sunpoet@FreeBSD.org search for ports maintained by this maintainer
Port Added: 2023-10-05 02:03:19
Last Update: 2024-05-19 17:15:44
Commit Hash: 93186ab
People watching this port, also watch:: jdictionary, py311-Automat, py311-python-gdsii, py39-PyOpenGL, p5-Sane
Also Listed In: python
License: MIT
WWW:
https://setuptools-git-versioning.readthedocs.io/en/stable/
https://github.com/dolfinus/setuptools-git-versioning
Description:
Use git repo data (latest tag, current commit hash, etc) for building a version number according PEP 440. Features: - Can be installed & configured through both setup.py and PEP 518's pyproject.toml - Does not require to change source code of the project - Tag-, file-, and callback-based versioning schemas are supported - Templates for tag, dev and dirty versions are separated - Templates support a lot of substitutions including git and environment information - Well-documented
HomepageHomepage    cgit ¦ Codeberg ¦ GitHub ¦ GitLab ¦ SVNWeb - no subversion history for this port

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}setuptools-git-versioning>0:devel/py-setuptools-git-versioning@${PY_FLAVOR}
To install the port:
cd /usr/ports/devel/py-setuptools-git-versioning/ && make install clean
To add the package, run one of these commands:
  • pkg install devel/py-setuptools-git-versioning
  • pkg install py39-setuptools-git-versioning
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-setuptools-git-versioning listed in the above command, you can pick from the names under the Packages section.
PKGNAME: py39-setuptools-git-versioning
Package flavors (<flavor>: <package>)
  • py39: py39-setuptools-git-versioning
distinfo:
TIMESTAMP = 1715842752 SHA256 (setuptools-git-versioning-2.0.0.tar.gz) = 85b5fbe7bda8e9c24bbd9e587a9d4b91129417f4dd3e11e3c0d5f3f835fc4d4d SIZE (setuptools-git-versioning-2.0.0.tar.gz) = 10608

Packages (timestamps in pop-ups are UTC):
py39-setuptools-git-versioning
ABIaarch64amd64armv6armv7i386powerpcpowerpc64powerpc64le
FreeBSD:13:latest--------
FreeBSD:13:quarterly-----1.13.51.13.51.13.5
FreeBSD:14:latest--------
FreeBSD:14:quarterly-----1.13.51.13.51.13.5
FreeBSD:15:latest--n/a-n/a1.13.51.13.51.13.6
 

py311-setuptools-git-versioning
ABIaarch64amd64armv6armv7i386powerpcpowerpc64powerpc64le
FreeBSD:13:latest2.0.02.0.0-2.0.02.0.0---
FreeBSD:13:quarterly2.0.02.0.0-2.0.02.0.0---
FreeBSD:14:latest2.0.02.0.0-2.0.02.0.0---
FreeBSD:14:quarterly2.0.02.0.0-2.0.02.0.0---
FreeBSD:15:latest2.0.02.0.0n/a2.0.0n/a---
 

Dependencies
NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
Build dependencies:
  1. py39-packaging>=0 : devel/py-packaging@py39
  2. py39-setuptools>=0 : devel/py-setuptools@py39
  3. py39-wheel>=0 : devel/py-wheel@py39
  4. python3.9 : lang/python39
  5. py39-toml>=0.10.2 : textproc/py-toml@py39
  6. py39-build>=0 : devel/py-build@py39
  7. py39-installer>=0 : devel/py-installer@py39
Test dependencies:
  1. python3.9 : lang/python39
Runtime dependencies:
  1. py39-packaging>=0 : devel/py-packaging@py39
  2. py39-setuptools>=0 : devel/py-setuptools@py39
  3. python3.9 : lang/python39
  4. py39-toml>=0.10.2 : textproc/py-toml@py39
This port is required by:
for Build
  1. dns/py-dns-crawler
  2. textproc/py-pdfminer.six

Configuration Options:
No options to configure
Options name:
devel_py-setuptools-git-versioning
USES:
python
FreshPorts was unable to extract/find any pkg message
Master Sites:
Expand this list (3 items)
Collapse this list.
  1. https://files.pythonhosted.org/packages/source/s/setuptools-git-versioning/
  2. https://github.com/dolfinus/setuptools-git-versioning/releases/download/v2.0.0/
  3. https://pypi.org/packages/source/s/setuptools-git-versioning/
Collapse this list.

Number of commits found: 4

Commit History - (may be incomplete: for full details, see links to repositories near top of page)
CommitCreditsLog message
2.0.0
19 May 2024 17:15:44
commit hash: 93186ab22b5dd3903c6e394592598a75d23f664ecommit hash: 93186ab22b5dd3903c6e394592598a75d23f664ecommit hash: 93186ab22b5dd3903c6e394592598a75d23f664ecommit hash: 93186ab22b5dd3903c6e394592598a75d23f664e files touched by this commit
Po-Chuan Hsieh (sunpoet) search for other commits by this committer
devel/py-setuptools-git-versioning: Update to 2.0.0

- Add GitHub to MASTER_SITES

Changes:	https://github.com/dolfinus/setuptools-git-versioning/releases
1.13.6_1
13 May 2024 14:00:15
commit hash: d9ee52163066b42e23929b60bfd0883742369c16commit hash: d9ee52163066b42e23929b60bfd0883742369c16commit hash: d9ee52163066b42e23929b60bfd0883742369c16commit hash: d9ee52163066b42e23929b60bfd0883742369c16 files touched by this commit
Po-Chuan Hsieh (sunpoet) search for other commits by this committer
devel/py-setuptools-git-versioning: Convert to USE_PYTHON=pep517

- Bump PORTREVISION for package change
1.13.6
21 Feb 2024 15:07:47
commit hash: b20b0d9ba385e279370c9917d8b6b7ee16928172commit hash: b20b0d9ba385e279370c9917d8b6b7ee16928172commit hash: b20b0d9ba385e279370c9917d8b6b7ee16928172commit hash: b20b0d9ba385e279370c9917d8b6b7ee16928172 files touched by this commit
Po-Chuan Hsieh (sunpoet) search for other commits by this committer
devel/py-setuptools-git-versioning: Update to 1.13.6

Changes:	https://github.com/dolfinus/setuptools-git-versioning/releases
		https://setuptools-git-versioning.readthedocs.io/en/stable/changelog.html
1.13.5
05 Oct 2023 01:53:29
commit hash: 1860118328b25ff01d71c5995c8dc44248f4afe3commit hash: 1860118328b25ff01d71c5995c8dc44248f4afe3commit hash: 1860118328b25ff01d71c5995c8dc44248f4afe3commit hash: 1860118328b25ff01d71c5995c8dc44248f4afe3 files touched by this commit
Po-Chuan Hsieh (sunpoet) search for other commits by this committer
devel/py-setuptools-git-versioning: Add py-setuptools-git-versioning 1.13.5

Use git repo data (latest tag, current commit hash, etc) for building a version
number according PEP 440.

Features:
- Can be installed & configured through both setup.py and PEP 518's
  pyproject.toml
- Does not require to change source code of the project
- Tag-, file-, and callback-based versioning schemas are supported
- Templates for tag, dev and dirty versions are separated
- Templates support a lot of substitutions including git and environment
  information
- Well-documented

Number of commits found: 4