non port: devel/py-pygit2/Makefile |
SVNWeb
|
Number of commits found: 47 |
Wed, 11 Jan 2023
|
[ 15:58 Dmitry Marakasov (amdmi3) ] 77d6847 (Only the first 10 of 3335 ports in this commit are shown above. )
*/*: rename CHEESESHOP to PYPI in MASTER_SITES
PR: 267994
Differential revision: D37518
Approved by: bapt
|
Tue, 22 Nov 2022
|
[ 09:38 Matthias Fechner (mfechner) ] 745718b
devel/py-pygit2: update to 1.11.1
Changelog:
https://github.com/libgit2/pygit2/blob/master/CHANGELOG.rst#1111-2022-11-09
|
Wed, 7 Sep 2022
|
[ 21:10 Stefan Eßer (se) ] b7f0544 (Only the first 10 of 27931 ports in this commit are shown above. )
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 )
|
Sat, 27 Aug 2022
|
[ 10:26 Po-Chuan Hsieh (sunpoet) ] 9782c3c
devel/py-pygit2: Fix RUN_DEPENDS
- cached-property is only required for Python 3.7 and below
- six is not required
- Update version requirement of *_DEPENDS
- Bump PORTREVISION for dependency change
from setup.py:
install_requires = ['cffi>=1.4.0']
if sys.version_info < (3, 8):
install_requires.append('cached-property')
...
setup_requires=['cffi>=1.4.0'],
from CHANGELOG.rst:
- Don't require cached-property with Python 3.8 or later
...
- Drop Python 2.7 and 3.4 support, six no longer required
Approved by: portmgr (blanket)
With hat: python
|
Wed, 20 Jul 2022
|
[ 14:21 Tobias C. Berner (tcberner) ] aa6eefd (Only the first 10 of 5087 ports in this commit are shown above. )
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 )
|
Mon, 7 Feb 2022
|
[ 14:27 Matthias Fechner (mfechner) ] b2b11f4
devel/py-pygit2: update to 1.8.0
Changelog:
https://github.com/libgit2/pygit2/blob/master/CHANGELOG.rst
1.8.0 (2022-02-04)
Rename RemoteCallbacks.progress(...) callback to .sideband_progress(...)
#1120
New Repository.merge_base_many(...) and Repository.merge_base_octopus(...)
#1112
New Repository.listall_stashes() #1117
Code cleanup #1118
Backward incompatible changes:
The RemoteCallbacks.progress(...) callback has been renamed to
RemoteCallbacks.sideband_progress(...). This matches the documentation, but may
break existing code that still uses the old name.
1.7.2 (2021-12-06)
Universal wheels for macOS #1109
|
Sat, 4 Dec 2021
|
[ 12:07 Matthias Fechner (mfechner) ] f6bfe11
devel/py-pygit2: update to 1.7.1
Changelog:
https://github.com/libgit2/pygit2/blob/master/CHANGELOG.rst
|
[ 12:07 Matthias Fechner (mfechner) ] 99f4b45
devel/py-pygit2: Update to 1.6.1
|
Mon, 12 Apr 2021
|
[ 06:23 Matthias Fechner (mfechner) ] 479110e
devel/py-pygit2: update to 1.5.0.
Changelog:
https://github.com/libgit2/pygit2/blob/master/CHANGELOG.rst
|
Tue, 6 Apr 2021
|
[ 14:31 Mathieu Arnold (mat) ] 305f148 (Only the first 10 of 29333 ports in this commit are shown above. )
Remove # $FreeBSD$ from Makefiles.
|
[ 09:43 Matthias Fechner (mfechner) ] 1b802f4 (Only the first 10 of 24 ports in this commit are shown above. )
Removed svn keywords again.
They went in by accident while merging older commits.
Reported by: jbeich
|
[ 07:51 Matthias Fechner (mfechner) ] e7d94d4 (Only the first 10 of 36 ports in this commit are shown above. )
Update libgit2 to 1.1.0.
This update is also required for www/gitlab-ce 13.10 upgrade.
Changelog:
https://github.com/libgit2/libgit2/releases/tag/v1.1.0
PR: 252098
|
Mon, 28 Sep 2020
|
[ 14:08 mfechner ]
Update to 1.3.0.
Changelog:
https://github.com/libgit2/pygit2/blob/master/CHANGELOG.rst
|
Sat, 20 Jun 2020
|
[ 11:49 tobik ]
devel/libgit2: Update to 1.0.1
Changes: https://github.com/libgit2/libgit2/releases/tag/v1.0.1
Changes: https://github.com/libgit2/pygit2/blob/v1.2.1/CHANGELOG.rst#121-2020-05-01
Approved by: mfechner (maintainer)
Differential Revision: https://reviews.freebsd.org/D25341
|
Fri, 1 May 2020
|
[ 19:17 mfechner ]
Added missing dependency to cached-property which is required since 1.1.0:
https://github.com/libgit2/pygit2/blob/master/CHANGELOG.rst#110-2020-03-01
PR: 246098
Reported by: ahktenzero+freebsd@mohorovi.cc
|
Sun, 19 Apr 2020
|
[ 03:55 tobik ] (Only the first 10 of 59 ports in this commit are shown above. )
devel/libgit2: Update to 1.0.0
Changes: https://github.com/libgit2/libgit2/releases/tag/v1.0.0
ABI: https://abi-laboratory.pro/tracker/timeline/libgit2
Approved by: mfechner (maintainer)
Differential Revision: https://reviews.freebsd.org/D24471
|
Thu, 19 Mar 2020
|
[ 05:47 tobik ] (Only the first 10 of 53 ports in this commit are shown above. )
devel/libgit2: Update to 0.99.0
- Switch to the release tarballs libgit2 now publishes
- Drop CURL option since it is no longer used
- Use system libpcre instead of the bundled one
- Hook up tests
- Bump consumers for ABI changes
Changes: https://github.com/libgit2/libgit2/releases/tag/v0.99.0
ABI: https://abi-laboratory.pro/tracker/timeline/libgit2/
|
Sat, 29 Feb 2020
|
[ 14:18 mfechner ]
Cosmetic change for the dependency definition.
There is no change in the definition, so no port bump.
This should prevent later problems if the BUILD_DEPENDS or RUN_DEPENDS is
modified by USE definitions.
PR: 244314
Submitted by: jcfyecrayz@liamekaens.com
|
Sun, 17 Nov 2019
|
[ 10:23 jbeich ]
devel/py-pygit2: update to 0.28.2
Changes: https://github.com/libgit2/pygit2/compare/v0.28.0...v0.28.2
PR: 242022
Approved by: mfechner (maintainer)
|
Sat, 23 Mar 2019
|
[ 17:41 mfechner ]
Upgrade to version 0.28.1.
Changelog:
https://github.com/libgit2/libgit2/releases
|
Thu, 31 Jan 2019
|
[ 14:13 mfechner ]
Upgrade devel/libgit2 to 0.27.8 and required ports.
Reported by: PORTSCOUT, swills
|
Mon, 17 Sep 2018
|
[ 11:47 mfechner ]
Update devel/py-pygit2 to version 0.27.2.
Changelog: https://github.com/libgit2/pygit2/blob/v0.27.2/CHANGELOG.rst
Reported by: PORTSCOUT
Approved by: mentors (implicit)
|
Wed, 20 Jun 2018
|
[ 17:05 mat ] (Only the first 10 of 1617 ports in this commit are shown above. )
Use PY_FLAVOR for dependencies.
FLAVOR is the current port's flavor, it should not be used outside of
this scope.
Sponsored by: Absolight
|
[ 06:53 mfechner ]
Update libgit2 to 0.27.2 and removed obsolete patches from it as it is fixed
upstream now.
Update devel/rubygem-rugged to 0.27.2 and took maintainer-ship for it as it is a
core module required for gitlab.
Added comment suggest by mat that some ports should be updated together.
Reviewed by: mat, swills (mentor)
Approved by: swills (mentor)
Differential Revision: https://reviews.freebsd.org/D15901
|
Tue, 5 Jun 2018
|
[ 05:21 mfechner ]
Took maintainer (approved by wg).
Security update to 0.27.1.
Reviewed by: wg (maintainer), tz (mentor)
Approved by: wg (maintainer), tz (mentor)
MFH: 2018Q2
Differential Revision: https://reviews.freebsd.org/D15654
|
Mon, 14 May 2018
|
[ 17:36 mfechner ]
Update devel/py-pygit2 to 0.27.0 required by gitlab 10.7.x
Reviewed by: tz (mentor), wg (maintainer)
Approved by: tz (mentor), wg (maintainer)
Differential Revision: https://reviews.freebsd.org/D15319
|
Fri, 5 Jan 2018
|
[ 20:02 yuri ]
Corrected shared library names that got the .abi3 suffix for python-36 and up
after devel/py-cffi upgrade to 1.11.2
This is the followup for the r457997 commit that updated devel/py-cffi to
1.11.2.
As it turned out, the shared object names built by py-cffi has changed in python
36.
Dependent ports can choose between installing such shared object as part of
their plist, or
generating them in the runtime and placing them into ~/.cache/{port-name}/ The
former ones,
that include the shared objects in their plist, got affected.
4 of the ports were failing explicitly in their py36 flavor during the strip
phase.
The other 6 were either missing strip entirely, or performed the strip operation
without
using explicit shared object names. These 6 ports didn't trigger any build
errors, and were
failing silently during the runtime, making the problem very hard to detect.
Precisely, .abi3 suffix is now added for the py36 flavor of relevant ports.
Here are the 10 ports that got affected and are now corrected:
databases/py-psycopg2cffi devel/py-pygit2 devel/py-xattr devel/py-pyopencl
devel/py-atomiclong
multimedia/py-librtmp net/py-nnpy security/py-bcrypt security/py-cryptography
security/py-pynacl
All of them got the * in the stripped shared object name, and a PORTREVISION
bump.
|
Thu, 30 Nov 2017
|
[ 15:50 mat ] (Only the first 10 of 2423 ports in this commit are shown above. )
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 )
|
Wed, 29 Nov 2017
|
[ 10:11 tz ]
devel/py-pygit2: Update from 0.25.0 to 0.26.0
This update is needed because of the update of devel/libgit2 to 0.26
Submitted by: Matthias Fechner <idefix@fechner.net>
Approved by: wg
Differential Revision: https://reviews.freebsd.org/D13095
|
Fri, 2 Jun 2017
|
[ 11:03 araujo ]
- Create a python3 version of devel/py-pygit2.
|
Wed, 17 May 2017
|
[ 12:59 wg ]
devel/libgit2: update to 0.25.1
|
Thu, 27 Oct 2016
|
[ 12:00 wg ]
devel/py-pygit2: update to 0.24.1
PR: 213821
Submitted by: jbeich
|
Fri, 1 Apr 2016
|
[ 14:00 mat ] (Only the first 10 of 5103 ports in this commit are shown above. )
Remove ${PORTSDIR}/ from dependencies, categories d, e, f, and g.
With hat: portmgr
Sponsored by: Absolight
|
Tue, 15 Mar 2016
|
[ 11:31 wg ]
devel/py-pygit2: update to catch libgit2 change
|
Sat, 28 Nov 2015
|
[ 16:04 sunpoet ]
- Update to 0.23.2
- Strip shared library
- Do not silence installation message
- Update pkg-descr
Changes: https://pypi.python.org/pypi/pygit2#changelog
PR: 204864
Submitted by: sunpoet (myself)
Approved by: wg (maintainer)
|
Sun, 6 Sep 2015
|
[ 20:48 kwm ] (Only the first 10 of 12 ports in this commit are shown above. )
Update libgit2 to 0.23.1.
Add curl option for HTTP support.
Submitted by: Andrey Cherkashin <andoriyu@gmail.com>
Approved by: wg@
Differential Revision: https://reviews.freebsd.org/D3494
|
Mon, 11 May 2015
|
[ 20:56 kwm ] (Only the first 10 of 14 ports in this commit are shown above. )
Update libgit2 to 0.22.1. [1]
Update libgit2-glib to 0.22.8.
Update gitg to 3.16.1.
Update py-pygit2 to 0.22.0. [1][3]
Update rubygem-rugged to 0.22.1b1. [2]
This is done in one commit due to API/ABI breakage in libgit2.
PR: 196176 (based on)
Differential Revision: https://reviews.freebsd.org/D2468
Submitted by: lightside@gmx.com
Approved by: maintainer (wg@ blanked) [1], ruby (swills@)[2]
Reviewed by: koobs@ [3]
|
Mon, 29 Sep 2014
|
[ 14:21 wg ]
devel/py-pygit2: update to 0.21.1
- USES python
|
Fri, 27 Jun 2014
|
[ 16:35 wg ]
devel/py-pygit2: update to 0.21.0
|
Wed, 16 Apr 2014
|
[ 23:10 wg ]
devel/py-pygit2: update to 0.20.3
|
Thu, 26 Dec 2013
|
[ 10:11 wg ]
devel/py-pygit2: update to 0.20.1 and add license
|
Mon, 25 Nov 2013
|
[ 17:04 wg ]
devel/py-pygit2: update to 0.20.0
|
Sun, 6 Oct 2013
|
[ 12:19 wg ]
devel/py-pygit2: update to 0.19.1
- Update to 0.19.1
- Use PYDISTUTILS_AUTOPLIST
|
Wed, 25 Sep 2013
|
[ 12:21 wg ]
devel/py-pygit2: enable staging
- Enable staging
- Convert lib depends to new format
|
Fri, 20 Sep 2013
|
[ 17:13 bapt ] (Only the first 10 of 2998 ports in this commit are shown above. )
Add NO_STAGE all over the place in preparation for the staging support (cat:
devel part 3)
|
Mon, 15 Jul 2013
|
[ 16:39 wg ]
devel/py-pygit2: update to 0.19.0
- Update to 0.19.0
Changes: https://github.com/libgit2/pygit2/releases/tag/v0.19.0
|
Sat, 22 Jun 2013
|
[ 22:32 wg ]
Pygit2 is a set of Python bindings to the libgit2 shared library, libgit2
implements the core of Git. Pygit2 works with Python 2.6, 2.7, 3.1, 3.2 and 3.3.
WWW: http://www.pygit2.org
|
Number of commits found: 47 |