Port details |
- py-setuptools_scm7 Setuptools plugin to manage your versions by scm tags
- 7.1.0 devel =2 7.1.0Version of this port present on the latest quarterly branch.
- Maintainer: matthew@FreeBSD.org
- Port Added: 2023-04-22 10:03:16
- Last Update: 2024-07-21 16:55:40
- Commit Hash: 180cd73
- People watching this port, also watch:: jdictionary, py311-Automat, py311-python-gdsii, py39-PyOpenGL, p5-Sane
- Also Listed In: python
- License: MIT
- WWW:
- https://pypi.org/project/setuptools-scm/
- https://github.com/pypa/setuptools_scm
- Description:
- Handles managing your python package versions in scm metadata instead of
declaring them as the version argument or in a scm managed file.
- ¦ ¦ ¦ ¦
- 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_scm7>0:devel/py-setuptools_scm7@${PY_FLAVOR}
- Conflicts:
- CONFLICTS_INSTALL:
- To install the port:
- cd /usr/ports/devel/py-setuptools_scm7/ && make install clean
- To add the package, run one of these commands:
- pkg install devel/py-setuptools_scm7
- pkg install py311-setuptools_scm7
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-setuptools_scm7 listed in the above command, you can pick from the names under the Packages section.- PKGNAME: py311-setuptools_scm7
- Package flavors (<flavor>: <package>)
- py311: py311-setuptools_scm7
- distinfo:
- TIMESTAMP = 1679907456
SHA256 (setuptools_scm-7.1.0.tar.gz) = 6c508345a771aad7d56ebff0e70628bf2b0ec7573762be9960214730de278f27
SIZE (setuptools_scm-7.1.0.tar.gz) = 71904
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-packaging>=20.0 : devel/py-packaging@py311
- py311-setuptools>0 : devel/py-setuptools@py311
- py311-typing-extensions>0 : devel/py-typing-extensions@py311
- py311-wheel>0 : devel/py-wheel@py311
- python3.11 : lang/python311
- py311-build>=0 : devel/py-build@py311
- py311-installer>=0 : devel/py-installer@py311
- Test dependencies:
-
- py311-virtualenv>=0 : devel/py-virtualenv@py311
- git : devel/git
- mercurial>=5.9 : devel/mercurial@py311
- gpg : security/gnupg
- py311-pytest>=7,1 : devel/py-pytest@py311
- python3.11 : lang/python311
- Runtime dependencies:
-
- py311-packaging>=20.0 : devel/py-packaging@py311
- py311-typing-extensions>=0 : devel/py-typing-extensions@py311
- python3.11 : lang/python311
- This port is required by:
- for Build
-
- devel/py-Automat
- science/py-emmet-core
- textproc/py-wordcloud
Configuration Options:
- No options to configure
- Options name:
- devel_py-setuptools_scm7
- USES:
- python
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Number of commits found: 4
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
7.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 |
7.1.0 26 Aug 2023 21:42:09 |
Po-Chuan Hsieh (sunpoet) |
devel/py-setuptools_scm7: Remove outdated PYTHON_REL check after lang/python37
removal
Approved by: portmgr (blanket)
With hat: python |
7.1.0 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> |
7.1.0 22 Apr 2023 10:01:36 |
Matthew Seaman (matthew) |
devel/py-setuptools_scm7: New port
Copied from devel/py-setuptools_scm |
Number of commits found: 4
|