Port details |
- py-gitdb Git Object Database
- 4.0.12 devel
=3 4.0.11_1Version of this port present on the latest quarterly branch. - Maintainer: sunpoet@FreeBSD.org
 - Port Added: 2011-03-16 00:21:08
- Last Update: 2025-01-28 17:04:50
- Commit Hash: 4099361
- People watching this port, also watch:: qtkeychain-qt5, py311-treq, py311-Automat, linux-c7-atk, py311-beautifulsoup
- Also Listed In: python
- License: BSD3CLAUSE
- WWW:
- https://gitdb.readthedocs.io/en/latest/
- https://github.com/gitpython-developers/gitdb
- Description:
- GitDB allows you to access bare git repositories for reading and writing. It
aims at allowing full access to loose objects as well as packs with performance
and scalability in mind. It operates exclusively on streams, allowing to handle
large objects with a small memory footprint.
 ¦ ¦ ¦ ¦ 
- 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}gitdb>0:devel/py-gitdb@${PY_FLAVOR}
- To install the port:
- cd /usr/ports/devel/py-gitdb/ && make install clean
- To add the package, run one of these commands:
- pkg install devel/py-gitdb
- pkg install py311-gitdb
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-gitdb listed in the above command, you can pick from the names under the Packages section.- PKGNAME: py311-gitdb
- Package flavors (<flavor>: <package>)
- distinfo:
- TIMESTAMP = 1736671201
SHA256 (gitdb-4.0.12.tar.gz) = 5ef71f855d191a3326fcfbc0d5da835f26b13fbcba60c32c21091c349ffdb571
SIZE (gitdb-4.0.12.tar.gz) = 394684
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-setuptools>=0 : devel/py-setuptools@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:
-
- python3.11 : lang/python311
- Runtime dependencies:
-
- py311-smmap>=3.0.1<6 : devel/py-smmap@py311
- python3.11 : lang/python311
- This port is required by:
- for Run
-
- devel/py-gitpython
Configuration Options:
- No options to configure
- Options name:
- devel_py-gitdb
- USES:
- python
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
4.0.12 28 Jan 2025 17:04:50
    |
Po-Chuan Hsieh (sunpoet)  |
devel/py-gitdb: Update to 4.0.12
Changes: https://github.com/gitpython-developers/gitdb/releases |
4.0.11_1 08 Apr 2024 20:54:32
    |
Po-Chuan Hsieh (sunpoet)  |
devel/py-gitdb: Remove outdated CONFLICTS_INSTALL
py-gitdb2 was removed almost 2 years ago. |
4.0.11_1 08 Apr 2024 20:16:55
    |
Po-Chuan Hsieh (sunpoet)  |
devel/py-gitdb: Convert to USE_PYTHON=pep517
- Bump PORTREVISION for package change |
4.0.11 01 Nov 2023 01:57:09
    |
Po-Chuan Hsieh (sunpoet)  |
devel/py-gitdb: Update to 4.0.11
- Update WWW
Changes: https://github.com/gitpython-developers/gitdb/blob/master/doc/source/changes.rst
https://gitdb.readthedocs.io/en/latest/changes.html |
4.0.10 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> |
4.0.10 30 Jan 2023 12:59:45
    |
Po-Chuan Hsieh (sunpoet)  |
devel/py-gitdb: Update to 4.0.10
Changes: https://github.com/gitpython-developers/gitdb/blob/master/doc/source/changes.rst |
4.0.9 11 Jan 2023 15:58:34
    |
Dmitry Marakasov (amdmi3)  |
*/*: rename CHEESESHOP to PYPI in MASTER_SITES
PR: 267994
Differential revision: D37518
Approved by: bapt |
07 Sep 2022 21:58:51
    |
Stefan Eßer (se)  |
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) |
4.0.9 07 Sep 2022 21:10:59
    |
Stefan Eßer (se)  |
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 ) |
4.0.9 20 Jul 2022 14:21:35
    |
Tobias C. Berner (tcberner)  |
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 ) |
4.0.9 01 Nov 2021 13:41:39
    |
Po-Chuan Hsieh (sunpoet)  |
devel/py-gitdb: Update to 4.0.9
Changes: https://github.com/gitpython-developers/gitdb/blob/master/doc/source/changes.rst |
4.0.7_1 25 Oct 2021 15:57:24
    |
Po-Chuan Hsieh (sunpoet)  |
devel/py-gitdb: Allow build with py-smmap 5.0.0
- Bump PORTREVISION for package change |
4.0.7 25 Apr 2021 20:35:25
    |
Po-Chuan Hsieh (sunpoet)  |
devel/py-gitdb: Update to 4.0.7
Changes: https://github.com/gitpython-developers/gitdb/blob/master/doc/source/changes.rst |
4.0.6 18 Apr 2021 05:43:15
    |
Po-Chuan Hsieh (sunpoet)  |
devel/py-gitdb: Update to 4.0.6
Changes: https://github.com/gitpython-developers/gitdb/blob/master/doc/source/changes.rst |
4.0.5 06 Apr 2021 14:31:07
    |
Mathieu Arnold (mat)  |
Remove # $FreeBSD$ from Makefiles. |
4.0.5 01 Feb 2021 19:26:36
  |
sunpoet  |
Allow build with py-smmap 4.0.0 |
4.0.5 17 May 2020 18:26:44
  |
sunpoet  |
Update to 4.0.5
Changes: https://github.com/gitpython-developers/gitdb/blob/master/doc/source/changes.rst |
4.0.4 16 May 2020 10:49:05
  |
sunpoet  |
Add py-gitdb 4.0.4 (copied from py-gitdb2) |
0.6.4_2 31 Jan 2018 16:41:19
  |
sunpoet  |
Remove devel/py-gitdb |
0.6.4_2 27 Dec 2017 19:52:15
  |
sunpoet  |
Mark DEPRECATED and set EXPIRATION_DATE to 2018-01-31 |
0.6.4_2 15 Dec 2017 23:53:43
  |
sunpoet  |
Mark CONFLICTS_INSTALL with devel/py-gitdb2 |
0.6.4_2 30 Nov 2017 15:50:34
  |
mat  |
Convert Python ports to FLAVORS.
Ports using USE_PYTHON=distutils are now flavored. They will
automatically get flavors (py27, py34, py35, py36) depending on what
versions they support.
There is also a USE_PYTHON=flavors for ports that do not use distutils
but need FLAVORS to be set. A USE_PYTHON=noflavors can be set if
using distutils but flavors are not wanted.
A new USE_PYTHON=optsuffix that will add PYTHON_PKGNAMESUFFIX has been
added to cope with Python ports that did not have the Python
PKGNAMEPREFIX but are flavored.
USES=python now also exports a PY_FLAVOR variable that contains the (Only the first 15 lines of the commit message are shown above ) |
0.6.4_2 01 Apr 2016 14:00:57
  |
mat  |
Remove ${PORTSDIR}/ from dependencies, categories d, e, f, and g.
With hat: portmgr
Sponsored by: Absolight |
0.6.4_2 24 Oct 2015 21:26:24
  |
rm  |
devel/py-gitdb: remove dependency upon py-async
- dependency upon py-async was removed since 0.6.1, so drop it here too
- pass maintainership to python@
- bump PORTREVISION because of dependency change |
0.6.4_1 03 Jun 2015 17:23:22
  |
amdmi3  |
- Strip library
- Add LICENSE_FILE |
0.6.4 11 Apr 2015 01:14:33
  |
wen  |
- Update to 0.6.4 [1]
- Reset maintainer to ports@
PR: 199334 [1]
Submitted by: che@bein.link [1] |
0.5.4_1 22 Dec 2014 17:12:27
  |
feld  |
Update "BSD" license in devel category |
0.5.4_1 20 Oct 2014 16:04:14
  |
mva  |
- Convert ports of devel/ to USES=python
Approved by: portmgr (implicit) |
0.5.4_1 19 Feb 2014 05:31:15
  |
miwi  |
- Stage Support
- Convert to autoplist
- Bump PORTREV |
0.5.4 20 Sep 2013 17:13:47
  |
bapt  |
Add NO_STAGE all over the place in preparation for the staging support (cat:
devel part 3) |
0.5.4 11 Aug 2011 01:32:30
 |
wen  |
- Update to 0.5.4
- Add license
- Depend on devel/py-async and devel/py-smmap
PR: ports/158919
Submitted by: Ruslan Mahmatkhanov <cvs-src@yandex.ru> |
0.5.2 16 Mar 2011 00:20:19
 |
wen  |
The GitDB project implements interfaces to allow read and write access to
git repositories. In its core lies the db package, which contains
all database types necessary to read a complete git repository. These are
the LooseObjectDB, the PackedDB and the ReferenceDB which are combined
into the GitDB to combine every aspect of the git database.
For this to work, GitDB implements pack reading, as well as loose object
reading and writing. Data is always encapsulated in streams, which allows
huge files to be handled as well as small ones, usually only chunks of
the stream are kept in memory for processing, never the whole stream at
once.
WWW: http://packages.python.org/gitdb/ |