Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
1.57 06 Jan 2024 09:44:45 |
Muhammad Moinur Rahman (bofh) |
devel/py-pygithub: Rename port to match upstream
- Update version 1.57=>2.1.1
Changelog: https://github.com/PyGithub/PyGithub/releases/tag/v2.1.1
PR: 276122 |
1.57 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> |
1.57 11 Jan 2023 15:58:34 |
Dmitry Marakasov (amdmi3) |
*/*: rename CHEESESHOP to PYPI in MASTER_SITES
PR: 267994
Differential revision: D37518
Approved by: bapt |
1.57 31 Dec 2022 21:59:01 |
Muhammad Moinur Rahman (bofh) |
devel/py-pygithub: Update version 1.55=>1.57
- Drop support for python 3.6
Relnotes: https://github.com/PyGithub/PyGithub/blob/v1.57/doc/changes.rst |
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) |
1.55 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 ) |
1.55 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 ) |
1.55 08 Mar 2022 02:09:57 |
Muhammad Moinur Rahman (bofh) |
*/*: Take maintainership |
1.55 07 Mar 2022 19:07:39 |
Rene Ladan (rene) |
all: return koobs' ports to the pool after safekeeping his commit bit. |
1.55 02 Jan 2022 14:18:53 |
Danilo G. Baio (dbaio) |
devel/py-pygithub: Update to 1.55
Remove tests, not available in distribution.
Changelog: https://github.com/PyGithub/PyGithub/blob/v1.55/doc/changes.rst
Approved by: koobs (maintainer, implicit) |
1.54_1 04 Oct 2021 17:10:05 |
Rainer Hurling (rhurlin) Author: Goran Mekic |
www/py-pyjwt: Rename to www/py-pyjwt1
To make it possible to easily import py-pyjwt v2.x move the current port
to a versioned directory. Bump consumers after rename of the dependency.
PR: 254038 |
1.54 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
1.54 15 Mar 2021 23:02:29 |
nc |
devel/py-pygithub: Update to 1.54
PR: 251860
Approved by: maintainer timeout (2.5 months) |
1.40 28 Dec 2020 23:02:15 |
antoine |
Drop python 2.7 support from a few ports
With hat: portmgr |
1.40 07 Aug 2018 02:42:17 |
koobs |
devel/py-pygithub: Update to 1.40
Changelog:
https://github.com/PyGithub/PyGithub/blob/v1.40/doc/changes.rst |
1.26.0 21 Feb 2016 16:02:32 |
koobs |
devel/py-pygithub: Update to 1.26.0
- Update PORTVERSION and distinfo checksum (1.26.0)
- Add LICENSE_FILE
- Update test target
- Enable NO_ARCH (architecture independence) |
1.25.0 20 Oct 2014 16:04:14 |
mva |
- Convert ports of devel/ to USES=python
Approved by: portmgr (implicit) |
1.25.0 27 Jun 2014 07:52:34 |
koobs |
devel/py-pygithub: Update to 1.25.0
- Update to 1.25.0
- Update COMMENT
Changes:
* Implement getting repos by id
* Add Gist.owner
PR: 189920
Submitted by: robak (with changes) |
1.24.1 14 Apr 2014 22:07:51 |
garga |
Update to 1.24.1
Approved by: koobs@ (maintainer) |
1.24.0 08 Mar 2014 03:07:46 |
koobs |
devel/py-pygithub: Update to 1.24.0
- Update to 1.24.0
Changes:
* Implement search [1]
[1] https://github.com/jacquev6/PyGithub/pull/224 |
1.23.0 09 Feb 2014 12:42:17 |
koobs |
devel/py-pygithub: Update to 1.23.0 & modernise
- Update to 1.23.0
- Deprecate easy_install target
- Remove PYDISTUTILS_PKGNAME, not necessary with AUTOPLIST
- Remove unecessary setup.py patch
Changes:
* Version 1.23.0 (December 23th, 2013)
- Fix all that is based on headers in Python 3 (pagination,
conditional request, rate_limit...)
- Accept strings for assignees and collaborators
- Ease two-factor authentication by adding 'onetime_password' to
AuthenticatedUser.create_authorization
* Version 1.22.0 (December 15th, 2013)
- Emojis support
- Repository.stargazers_count
- User.get_teams |
1.21.0 30 Nov 2013 15:22:07 |
koobs |
devel/py-pygithub: Update to 1.21.0
- Update to 1.21.0
- Enable STAGE support, delete pkg-plist acordingly
- Enable AUTOPLIST
- Switch to setuptools
- Remove USE_ZIP, distribution file is now tar.gz
- pkg-descr: Update WWW: URL
- pkg-descr: Tab->space in WWW:
- Repatch setup.py
Changes:
http://jacquev6.github.io/PyGithub/changes.html |
1.8.0 20 Sep 2013 17:13:47 |
bapt |
Add NO_STAGE all over the place in preparation for the staging support (cat:
devel part 3) |
1.8.0 09 Feb 2013 14:50:27 |
koobs |
Update MAINTAINER address for all my ports. While I'm here,
standardise and canonicalise Makefile header format and contents.
Approved by: eadler (mentor) |
1.8.0 18 Oct 2012 11:07:46 |
sbz |
- Update to 1.8.0
- Add regression-test target
PR: ports/172383
Submitted by: Kubilay Kocak <koobs.freebsd at gmail.com>
Feature safe: yes |
1.7 15 Sep 2012 11:45:01 |
culot |
- Update to 1.7
- Update Makefile's header to display creator's full name
Changes: https://github.com/jacquev6/PyGithub/blob/v1.7/doc/ChangeLog.md
PR: ports/171660
Submitted by: Kubilay Kocak <koobs.freebsd@gmail.com> (maintainer) |
1.3 18 Jul 2012 12:38:46 |
sunpoet |
- Update to 1.3
- Remove LICENSE_FILE
Changes:
1.3: (2012-07-13)
- Implement markdown rendering
- GitAuthor.date is now a datetime, thank you bilderbuchi
- Fix documentation of Github.get_gist: id is a string, not an integer
1.2: (2012-06-29)
- Implement legacy search APIs, thank you kukuts for telling me Github had
released them
- Fix a bug with issue labels containing spaces, thank you philipkimmey for
detecting the bug and fixing it
- Clarify how collections of objects are returned by get_* methods, thank you
bilderbuchi for asking
PR: ports/169848
Submitted by: Kubilay Kocak <koobs.freebsd@gmail.com> (maintainer) |
1.1 05 Jul 2012 08:51:42 |
sbz |
- Update to 1.1
PR: ports/169537
Submitted by: koobs <koobs.freebsd at gmail.com> (maintainer) |
1.0 10 Jun 2012 09:47:55 |
miwi |
This is a Python library to access the Github API v3.
With it, you can manage your Github resources (repositories, user profiles,
organizations, etc.) from Python scripts.
It covers the full API, and all methods are tested against the real Github site.
WWW: http://vincent-jacques.net/PyGithub
PR: ports/168660
Submitted by: koobs <koobs.freebsd@gmail.com> |