Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
3.1.0_4 15 Jul 2023 15:43:33 |
Muhammad Moinur Rahman (bofh) |
www/py-tvdb_api: Runtime fix with newer requests-cache
PR: 263862
Reported by: huber.georg@gmail.com |
3.1.0_3 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> |
3.1.0_3 11 Jan 2023 15:58:34 |
Dmitry Marakasov (amdmi3) |
*/*: rename CHEESESHOP to PYPI in MASTER_SITES
PR: 267994
Differential revision: D37518
Approved by: bapt |
3.1.0_3 02 Oct 2022 19:02:24 |
Muhammad Moinur Rahman (bofh) |
www/py-tvdb_api: Runtime fix
multimedia/py-tvnamer is failing to run after Python upgrade to 3.8.13.
This update fix this runtime issue. py-tvdb_api is the core library used
by py-tvnamer.
PR: 263862
Reported by: huber.georg@gmail.com |
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) |
3.1.0_2 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 ) |
3.1.0_2 30 Aug 2022 12:49:07 |
Muhammad Moinur Rahman (bofh) |
www/py-tvdb_api: UNBREAK |
3.1.0_2 20 Jul 2022 14:23:26 |
Tobias C. Berner (tcberner) |
www: remove 'Created by' lines
A big Thank You to the original contributors of these ports:
*
* <hvo.pm@xs4all.nl>
* Aaron Dalton <aaron@FreeBSD.org>
* Aaron Dalton <aaron@daltons.ca>
* Aaron LI <aly@aaronly.me>
* Aaron Zauner <az_mail@gmx.at>
* Abel Chow <achow@transoft.net>
* Adam Weinberger <adamw@FreeBSD.org>
* Ade Lovett <ade@FreeBSD.org>
* Adrian Steinmann <ast@marabu.ch>
* Akinori MUSHA aka knu <knu@idaemons.org> (Only the first 15 lines of the commit message are shown above ) |
3.1.0_2 06 Jun 2022 11:33:41 |
Muhammad Moinur Rahman (bofh) |
www/py-tvdb_api: Runtime fix
py-tvdb_api is not compatible with latest 0.9.4 of py-requests-cache.
update DEPS with the py-requests-cache93 for now.
PR: 263862
Reported by: huber.georg@gmail.com |
3.1.0_1 08 May 2022 14:21:46 |
Muhammad Moinur Rahman (bofh) |
www/py-tvdb_api: Runtime fix
multimedia/py-tvnamer is failing to run after Python upgrade to 3.8.13.
This update fix this runtime issue. py-tvdb_api is the core library used
by py-tvnamer.
PR: 263862
Reported by: huber.georg@gmail.com |
3.1.0 04 May 2021 20:39:33 |
Muhammad Moinur Rahman (bofh) |
www/py-tvdb_api: update version 3.0.2=>3.1.0
Relnotes: https://github.com/dbr/tvdb_api/releases/tag/3.1 |
3.0.2 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
3.0.2 28 Dec 2020 23:02:15 |
antoine |
Drop python 2.7 support from a few ports
With hat: portmgr |
3.0.2 27 May 2020 18:42:22 |
bofh |
www/py-tvdb_api: Update version 2.0=>3.0.2
- multimedia/py-tvnamer seems to fail specifically with python3.X as
www/py-tvdb_api was not compatible with python 3.X
PR: 243386
Reported by: huber.georg@gmail.com
MFH: 2020Q2 (runtime fix)
Relnotes: https://github.com/dbr/tvdb_api/releases |
2.0_1 20 Jun 2018 17:05:44 |
mat |
Use PY_FLAVOR for dependencies.
FLAVOR is the current port's flavor, it should not be used outside of
this scope.
Sponsored by: Absolight |
2.0_1 25 Apr 2018 16:42:38 |
amdmi3 |
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 |
2.0_1 08 Feb 2018 20:18:09 |
amdmi3 |
Canonicalize PyPi WWWs:
- Switch to https://
- Remove trailing slashes
Approved by: portmgr blanket |
2.0_1 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 ) |
2.0_1 26 Oct 2017 11:36:27 |
koobs |
www/py-tvdb_api: Add missing dependencies
tvdb_api 2.0 added dependencies on requests and request-cache [1][2]. Without
them, multimedia/py-tvnamer fails at runtime:
"DistributionNotFound: The 'requests' distribution was not found and is required
by tvdb-api"
"DistributionNotFound: The 'requests_cache' distribution was not found and is
required by tvdb-api"
Add requests and request-cache to RUN_DEPENDS accordingly.
While I'm here, level up port compliance:
* Update Python version restriction (2.0 supports Python 3)
* Add TEST_DEPENDS and test target
* Add LICENSE / LICENSE_FILE
[1] https://github.com/dbr/tvdb_api/commit/ea7f2d57
[2] https://github.com/dbr/tvdb_api/commit/f05a327d
portlint: OK (looks fine.)
testport: OK (poudriere, 12amd64, Python 2.7/3.6)
unittest: OK (42 passed, 3 skipped in 45.39 seconds)
Reported by: Georg Huber (via email)
Approved by: portmgr (blanket) |
2.0 20 Sep 2017 13:03:38 |
bofh |
www/py-tvdb_api: Update version 1.10=>2.0
- Mark NO_ARCH
- Take Maintainership |
1.10 08 Dec 2015 16:16:30 |
vanilla |
Upgrade to 1.10. |
1.9 03 Jan 2015 08:41:21 |
mva |
- Convert USE_PYTHON to new USES in www/
With hat: python@ |
1.9 14 Feb 2014 16:51:44 |
tabthorpe |
- Reassign lioux' ports to the heap
With hat: portmgr |
1.9 18 Jan 2014 20:50:41 |
rm |
- update to 1.9
- remove license (it's now covered by something known as UNLICENSED - see
http://unlicense.org/ for details)
- limit python branch to 2.x (print)
- convert to using autogenerated packing list
PR: 185497
Submitted by: rm (myself)
Requested by: Georg Huber <huber.georg@gmail.com> (by email)
Approved by: maintainer timeout (14 days) |
1.6.2 20 Nov 2013 20:51:25 |
sunpoet |
- Update WWW:
- http://cheeseshop.python.org/ -> https://pypi.python.org/
- http://pypi.python.org/ -> https://pypi.python.org/
With hat: python
Approved by: bapt (portmgr) |
1.6.2 20 Sep 2013 23:36:54 |
bapt |
Add NO_STAGE all over the place in preparation for the staging support (cat:
www) |
1.6.2 07 Apr 2012 20:07:03 |
rm |
- update to 1.6.2
PR: 166378
Submitted by: rm (myself)
Approved by: maintainer timeout (2 weeks)
Feature safe: yes |
1.5 25 Jul 2011 02:56:02 |
lioux |
New port py-tvdb_api version 1.5: API interface to TheTVDB.com |