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-incremental Library that versions your Python projects
24.7.2_1 devel on this many watch lists=5 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 24.7.2_1Version of this port present on the latest quarterly branch.
Maintainer: yuri@FreeBSD.org search for ports maintained by this maintainer
Port Added: 2016-11-12 20:31:49
Last Update: 2024-10-07 05:04:12
Commit Hash: 39fbbc8
People watching this port, also watch:: libXdamage, libevent, py311-beautifulsoup, autoconf, libexif
Also Listed In: python
License: MIT
WWW:
https://pypi.org/project/incremental/
Description:
A small library that versions your Python projects.
Homepage    cgit ¦ Codeberg ¦ GitHub ¦ GitLab ¦ SVNWeb

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

Packages (timestamps in pop-ups are UTC):
py27-incremental
ABIaarch64amd64armv6armv7i386powerpcpowerpc64powerpc64le
FreeBSD:13:latest------17.5.0-
FreeBSD:13:quarterly--------
FreeBSD:14:latest--------
FreeBSD:14:quarterly--------
FreeBSD:15:latest--n/a-n/a---
 

py37-incremental
ABIaarch64amd64armv6armv7i386powerpcpowerpc64powerpc64le
FreeBSD:13:latest--17.5.0---17.5.0-
FreeBSD:13:quarterly--------
FreeBSD:14:latest--------
FreeBSD:14:quarterly--------
FreeBSD:15:latest--n/a-n/a---
 

py39-incremental
ABIaarch64amd64armv6armv7i386powerpcpowerpc64powerpc64le
FreeBSD:13:latest--------
FreeBSD:13:quarterly--21.3.0--21.3.021.3.021.3.0
FreeBSD:14:latest--21.3.0--21.3.0-21.3.0
FreeBSD:14:quarterly-----21.3.021.3.021.3.0
FreeBSD:15:latest--n/a-n/a21.3.021.3.021.3.0
 

py311-incremental
ABIaarch64amd64armv6armv7i386powerpcpowerpc64powerpc64le
FreeBSD:13:latest24.7.2_124.7.2_1-24.7.2_124.7.2_1---
FreeBSD:13:quarterly24.7.2_124.7.2_1-24.7.2_124.7.2_1---
FreeBSD:14:latest24.7.2_124.7.2_1-24.7.2_124.7.2_1---
FreeBSD:14:quarterly24.7.2_124.7.2_1-24.7.2_124.7.2_1---
FreeBSD:15:latest24.7.2_124.7.2_1n/a24.7.2_1n/a---
 

Dependencies
NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
Build dependencies:
  1. py311-setuptools>=61.0 : devel/py-setuptools@py311
  2. py311-wheel>0 : devel/py-wheel@py311
  3. python3.11 : lang/python311
  4. py311-build>=0 : devel/py-build@py311
  5. py311-installer>=0 : devel/py-installer@py311
Test dependencies:
  1. python3.11 : lang/python311
Runtime dependencies:
  1. py311-setuptools>=61.0 : devel/py-setuptools@py311
  2. python3.11 : lang/python311
This port is required by:
for Build
  1. devel/py-twisted
  2. security/cowrie
  3. www/py-treq

Deleted ports which required this port:

Expand this list of 1 deleted port
  1. textproc/py-towncrier23*
  2. Collapse this list of deleted ports.
for Run
  1. devel/py-twisted
  2. security/cowrie
  3. security/py-txtorcon
  4. textproc/py-towncrier

Deleted ports which required this port:

Expand this list of 1 deleted port
  1. textproc/py-towncrier23*
  2. Collapse this list of deleted ports.
* - 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-incremental
USES:
python
FreshPorts was unable to extract/find any pkg message
Master Sites:
Expand this list (2 items)
Collapse this list.
  1. https://files.pythonhosted.org/packages/source/i/incremental/
  2. https://pypi.org/packages/source/i/incremental/
Collapse this list.

Number of commits found: 14

Commit History - (may be incomplete: for full details, see links to repositories near top of page)
CommitCreditsLog message
24.7.2_1
07 Oct 2024 05:04:12
commit hash: 39fbbc8a6a01eee02649bba48f96a935e2ade511commit hash: 39fbbc8a6a01eee02649bba48f96a935e2ade511commit hash: 39fbbc8a6a01eee02649bba48f96a935e2ade511commit hash: 39fbbc8a6a01eee02649bba48f96a935e2ade511 files touched by this commit
Po-Chuan Hsieh (sunpoet) search for other commits by this committer
devel/py-incremental: Add missing BUILD_DEPENDS and RUN_DEPENDS

- While I'm here, remove PY_SETUPTOOLS: py-setuptools should be used rather than
PY_SETUPTOOLS
- Bump PORTREVISION for dependency change

from pyproject.toml:
]requires = [
    # Keep this aligned with the project dependencies.
    "setuptools >= 61.0",
    "tomli; python_version < '3.11'",
]
...
dependencies = [
    "setuptools >= 61.0",
    "tomli; python_version < '3.11'",
]

PR:		281850
Reported by:	dim
Reference:	https://github.com/twisted/incremental/blob/incremental-24.7.2/pyproject.toml#L2-L6
		https://github.com/twisted/incremental/blob/incremental-24.7.2/pyproject.toml#L31-L34
Approved by:	portmgr (blanket)
With hat:	python
24.7.2
02 Oct 2024 19:12:32
commit hash: 0472a238188abdac5673554480581a30495dbc73commit hash: 0472a238188abdac5673554480581a30495dbc73commit hash: 0472a238188abdac5673554480581a30495dbc73commit hash: 0472a238188abdac5673554480581a30495dbc73 files touched by this commit
Yuri Victorovich (yuri) search for other commits by this committer
devel/py-incremental: update 21.3.0 → 24.7.2

PR:	281823
Submitted by:	Sascha Biberhofer <ports@skyforge.at> (initial version)
21.3.0
27 Jun 2023 19:34:34
commit hash: 3d9a815d9c5acbb71f4bb07738bdeab4879feacbcommit hash: 3d9a815d9c5acbb71f4bb07738bdeab4879feacbcommit hash: 3d9a815d9c5acbb71f4bb07738bdeab4879feacbcommit hash: 3d9a815d9c5acbb71f4bb07738bdeab4879feacb files touched by this commit
Rene Ladan (rene) search for other commits by this committer
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>
21.3.0
11 Jan 2023 15:58:34
commit hash: 77d68471aded6907dbbcb5ef50d557e4c69db656commit hash: 77d68471aded6907dbbcb5ef50d557e4c69db656commit hash: 77d68471aded6907dbbcb5ef50d557e4c69db656commit hash: 77d68471aded6907dbbcb5ef50d557e4c69db656 files touched by this commit
Dmitry Marakasov (amdmi3) search for other commits by this committer
*/*: rename CHEESESHOP to PYPI in MASTER_SITES

PR:			267994
Differential revision:	D37518
Approved by:		bapt
07 Sep 2022 21:58:51
commit hash: fb16dfecae4a6efac9f3a78e0b759fb7a3c53de4commit hash: fb16dfecae4a6efac9f3a78e0b759fb7a3c53de4commit hash: fb16dfecae4a6efac9f3a78e0b759fb7a3c53de4commit hash: fb16dfecae4a6efac9f3a78e0b759fb7a3c53de4 files touched by this commit
Stefan Eßer (se) search for other commits by this committer
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)
21.3.0
07 Sep 2022 21:10:59
commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52 files touched by this commit
Stefan Eßer (se) search for other commits by this committer
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 View all of this commit message)
21.3.0
20 Jul 2022 14:21:35
commit hash: aa6eefd5e663357e8223399bc38c7987f5e35746commit hash: aa6eefd5e663357e8223399bc38c7987f5e35746commit hash: aa6eefd5e663357e8223399bc38c7987f5e35746commit hash: aa6eefd5e663357e8223399bc38c7987f5e35746 files touched by this commit
Tobias C. Berner (tcberner) search for other commits by this committer
devel: remove 'Created by' lines

A big Thank You to the original contributors of these ports:

  *  "Waitman Gobble" <uzimac@da3m0n8t3r.com>
  *  <jkoshy@FreeBSD.org>
  *  Aaron Dalton <aaron@FreeBSD.org>
  *  Aaron Dalton <aaron@daltons.ca>
  *  Aaron H. K. Diep <ahkdiep@gmail.com>
  *  Aaron Hurt <ahurt@anbcs.com>
  *  Abel Chow <abel_chow@yahoo.com>
  *  Adam McLaurin
  *  Adam Saponara <as@php.net>
  *  Adam Weinberger <adamw@FreeBSD.org>
  *  Ade Lovett <ade@FreeBSD.org>
(Only the first 15 lines of the commit message are shown above View all of this commit message)
21.3.0
06 Apr 2021 14:31:07
commit hash: 305f148f482daf30dcf728039d03d019f88344ebcommit hash: 305f148f482daf30dcf728039d03d019f88344ebcommit hash: 305f148f482daf30dcf728039d03d019f88344ebcommit hash: 305f148f482daf30dcf728039d03d019f88344eb files touched by this commit
Mathieu Arnold (mat) search for other commits by this committer
Remove # $FreeBSD$ from Makefiles.
21.3.0
30 Mar 2021 04:39:06
Revision:569536Original commit files touched by this commit
yuri search for other commits by this committer
devel/py-incremental: Update 17.5.0 -> 21.3.0

Reported by:	portscout
17.5.0
09 Jan 2021 16:34:07
Revision:560874Original commit files touched by this commit
antoine search for other commits by this committer
Remove python 2.7 support from a few ports
17.5.0
25 Apr 2018 16:42:38
Revision:468282Original commit files touched by this commit
amdmi3 search for other commits by this committer
Switch all pypi.python.org WWWs to a new PyPi home pypi.org where
they now redirect to anyway. All new urls checked to return 200,
I've fixed a couple of them in the process.

Approved by:	portmgr blanket, mat
17.5.0
25 Feb 2018 00:40:37
Revision:462887Original commit files touched by this commit
yuri search for other commits by this committer
Replaced my old rawbw.com maintainer's address with yuri@FreeBSD.org

98 ports are affected.

Approved by:	tcberner (mentor, implicit)
17.5.0
24 May 2017 20:52:17
Revision:441616Original commit files touched by this commit
sunpoet search for other commits by this committer
Update to 17.5.0

- While I'm here, add NO_ARCH

Changes:	https://github.com/twisted/incremental/commits/master
PR:		219505
Submitted by:	Yuri Victorovich <yuri@rawbw.com> (maintainer)
16.10.1
12 Nov 2016 20:31:40
Revision:425991Original commit files touched by this commit
pi search for other commits by this committer
New port: devel/py-incremental

A small library that versions your Python projects.

WWW: https://pypi.python.org/pypi/incremental

PR:		214446
Submitted by:	Yuri Victorovich <yuri@rawbw.com>

Number of commits found: 14