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
This referral link gives you 10% off a Fastmail.com account and gives me a discount on my Fastmail account.

Get notified when packages are built

A new feature has been added. FreshPorts already tracks package built by the FreeBSD project. This information is displayed on each port page. You can now get an email when FreshPorts notices a new package is available for something on one of your watch lists. However, you must opt into that. Click on Report Subscriptions on the right, and New Package Notification box, and click on Update.

Finally, under Watch Lists, click on ABI Package Subscriptions to select your ABI (e.g. FreeBSD:14:amd64) & package set (latest/quarterly) combination for a given watch list. This is what FreshPorts will look for.

non port: www/py-google-cloud-core/Makefile

Number of commits found: 42

Saturday, 23 Mar 2024
14:49 Po-Chuan Hsieh (sunpoet) search for other commits by this committer
www/py-google-cloud-core: Convert to USE_PYTHON=pep517

- Bump PORTREVISION for package change
commit hash: b5b8cb50ca11dc7748028897ec811b8bd2131ef4 commit hash: b5b8cb50ca11dc7748028897ec811b8bd2131ef4 commit hash: b5b8cb50ca11dc7748028897ec811b8bd2131ef4 commit hash: b5b8cb50ca11dc7748028897ec811b8bd2131ef4 b5b8cb5
Thursday, 14 Dec 2023
20:46 Po-Chuan Hsieh (sunpoet) search for other commits by this committer
www/py-google-cloud-core: Update to 2.4.1

Changes:	https://github.com/googleapis/python-cloud-core/releases
commit hash: 5447b3398a029094fee67c2cfc8ebfcad3529421 commit hash: 5447b3398a029094fee67c2cfc8ebfcad3529421 commit hash: 5447b3398a029094fee67c2cfc8ebfcad3529421 commit hash: 5447b3398a029094fee67c2cfc8ebfcad3529421 5447b33
05:48 Po-Chuan Hsieh (sunpoet) search for other commits by this committer
www/py-google-cloud-core: Update to 2.4.0

Changes:	https://github.com/googleapis/python-cloud-core/releases
commit hash: 7afbf94281cbdd357c1a5671f14f5543725f2386 commit hash: 7afbf94281cbdd357c1a5671f14f5543725f2386 commit hash: 7afbf94281cbdd357c1a5671f14f5543725f2386 commit hash: 7afbf94281cbdd357c1a5671f14f5543725f2386 7afbf94
Sunday, 9 Jul 2023
21:34 Po-Chuan Hsieh (sunpoet) search for other commits by this committer
www/py-google-cloud-core: Update to 2.3.3

Changes:	https://github.com/googleapis/python-cloud-core/releases
commit hash: 374ca03feaf3a7b4200a43e3dccea462809c55d9 commit hash: 374ca03feaf3a7b4200a43e3dccea462809c55d9 commit hash: 374ca03feaf3a7b4200a43e3dccea462809c55d9 commit hash: 374ca03feaf3a7b4200a43e3dccea462809c55d9 374ca03
Tuesday, 27 Jun 2023
19:34 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>
commit hash: 3d9a815d9c5acbb71f4bb07738bdeab4879feacb commit hash: 3d9a815d9c5acbb71f4bb07738bdeab4879feacb commit hash: 3d9a815d9c5acbb71f4bb07738bdeab4879feacb commit hash: 3d9a815d9c5acbb71f4bb07738bdeab4879feacb 3d9a815
Wednesday, 11 Jan 2023
15:58 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
commit hash: 77d68471aded6907dbbcb5ef50d557e4c69db656 commit hash: 77d68471aded6907dbbcb5ef50d557e4c69db656 commit hash: 77d68471aded6907dbbcb5ef50d557e4c69db656 commit hash: 77d68471aded6907dbbcb5ef50d557e4c69db656 77d6847
Wednesday, 7 Sep 2022
21:10 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.

This commit implements such a proposal and moves one of the WWW: entries
of each pkg-descr file into the respective port's Makefile. A heuristic
attempts to identify the most relevant URL in case there is more than
one WWW: entry in some pkg-descr file. URLs that are not moved into the
Makefile are prefixed with "See also:" instead of "WWW:" in the pkg-descr
files in order to preserve them.

There are 1256 ports that had no WWW: entries in pkg-descr files. These
ports will not be touched in this commit.

The portlint port has been adjusted to expect a WWW entry in each port
Makefile, and to flag any remaining "WWW:" lines in pkg-descr files as
deprecated.

Approved by:		portmgr (tcberner)
commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52 commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52 commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52 commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52 b7f0544
Saturday, 30 Jul 2022
05:58 Po-Chuan Hsieh (sunpoet) search for other commits by this committer
www/py-google-cloud-core: Update to 2.3.2

- Add GRPC option

Changes:	https://github.com/googleapis/python-cloud-core/releases
commit hash: ceaf6d299faef3b70104365d26f2582cd4177927 commit hash: ceaf6d299faef3b70104365d26f2582cd4177927 commit hash: ceaf6d299faef3b70104365d26f2582cd4177927 commit hash: ceaf6d299faef3b70104365d26f2582cd4177927 ceaf6d2
Thursday, 16 Jun 2022
14:00 Po-Chuan Hsieh (sunpoet) search for other commits by this committer
www/py-google-cloud-core: Update to 2.3.1

Changes:	https://github.com/googleapis/python-cloud-core/releases
commit hash: 3435d9e0419199cafaeb837ea07cdd8775d8e54c commit hash: 3435d9e0419199cafaeb837ea07cdd8775d8e54c commit hash: 3435d9e0419199cafaeb837ea07cdd8775d8e54c commit hash: 3435d9e0419199cafaeb837ea07cdd8775d8e54c 3435d9e
Sunday, 17 Apr 2022
23:58 Po-Chuan Hsieh (sunpoet) search for other commits by this committer
www/py-google-cloud-core: Update to 2.3.0

Changes:	https://github.com/googleapis/python-cloud-core/releases
commit hash: 6820ccab300985b1f89202d708679d50a645959e commit hash: 6820ccab300985b1f89202d708679d50a645959e commit hash: 6820ccab300985b1f89202d708679d50a645959e commit hash: 6820ccab300985b1f89202d708679d50a645959e 6820cca
Friday, 25 Mar 2022
13:37 Po-Chuan Hsieh (sunpoet) search for other commits by this committer
www/py-google-cloud-core: Update to 2.2.3

Changes:	https://github.com/googleapis/python-cloud-core/releases
commit hash: ac632093670f36f8ed20427a8363221445d497c9 commit hash: ac632093670f36f8ed20427a8363221445d497c9 commit hash: ac632093670f36f8ed20427a8363221445d497c9 commit hash: ac632093670f36f8ed20427a8363221445d497c9 ac63209
Tuesday, 25 Jan 2022
19:50 Po-Chuan Hsieh (sunpoet) search for other commits by this committer
www/py-google-cloud-core: Update to 2.2.2

Changes:	https://github.com/googleapis/python-cloud-core/releases
commit hash: ea23562e165dc6d6330df5210e762b0d643ec44e commit hash: ea23562e165dc6d6330df5210e762b0d643ec44e commit hash: ea23562e165dc6d6330df5210e762b0d643ec44e commit hash: ea23562e165dc6d6330df5210e762b0d643ec44e ea23562
Sunday, 21 Nov 2021
18:21 Po-Chuan Hsieh (sunpoet) search for other commits by this committer
www/py-google-cloud-core: Update to 2.2.1

Changes:	https://github.com/googleapis/python-cloud-core/releases
commit hash: 0d34865c5876e56cfa3b0d2a395ffee2f9a62a8f commit hash: 0d34865c5876e56cfa3b0d2a395ffee2f9a62a8f commit hash: 0d34865c5876e56cfa3b0d2a395ffee2f9a62a8f commit hash: 0d34865c5876e56cfa3b0d2a395ffee2f9a62a8f 0d34865
Wednesday, 13 Oct 2021
19:15 Po-Chuan Hsieh (sunpoet) search for other commits by this committer
www/py-google-cloud-core: Update to 2.1.0

Changes:	https://github.com/googleapis/python-cloud-core/releases
commit hash: 6dd88a54b8e8cba0f668f78bd4bb5a0adffa6694 commit hash: 6dd88a54b8e8cba0f668f78bd4bb5a0adffa6694 commit hash: 6dd88a54b8e8cba0f668f78bd4bb5a0adffa6694 commit hash: 6dd88a54b8e8cba0f668f78bd4bb5a0adffa6694 6dd88a5
Tuesday, 21 Sep 2021
03:45 Po-Chuan Hsieh (sunpoet) search for other commits by this committer
www/py-google-cloud-core: Update to 2.0.0

Changes:	https://github.com/googleapis/python-cloud-core/releases
commit hash: 6f5ab8a78c5d88cb391348bbfe8263f928d98d34 commit hash: 6f5ab8a78c5d88cb391348bbfe8263f928d98d34 commit hash: 6f5ab8a78c5d88cb391348bbfe8263f928d98d34 commit hash: 6f5ab8a78c5d88cb391348bbfe8263f928d98d34 6f5ab8a
Sunday, 8 Aug 2021
14:54 Po-Chuan Hsieh (sunpoet) search for other commits by this committer
www/py-google-cloud-core: Update to 1.7.2

Changes:	https://github.com/googleapis/python-cloud-core/releases
commit hash: a3b63366d9c4e8abf17ee0b853316a86f5ac0197 commit hash: a3b63366d9c4e8abf17ee0b853316a86f5ac0197 commit hash: a3b63366d9c4e8abf17ee0b853316a86f5ac0197 commit hash: a3b63366d9c4e8abf17ee0b853316a86f5ac0197 a3b6336
Tuesday, 6 Jul 2021
14:57 Po-Chuan Hsieh (sunpoet) search for other commits by this committer
www/py-google-cloud-core: Update to 1.7.1

Changes:	https://github.com/googleapis/python-cloud-core/releases
commit hash: 20d8fa4563f57c98ecd845fc92bebf1f4dcc2fda commit hash: 20d8fa4563f57c98ecd845fc92bebf1f4dcc2fda commit hash: 20d8fa4563f57c98ecd845fc92bebf1f4dcc2fda commit hash: 20d8fa4563f57c98ecd845fc92bebf1f4dcc2fda 20d8fa4
Sunday, 20 Jun 2021
16:16 Po-Chuan Hsieh (sunpoet) search for other commits by this committer
www/py-google-cloud-core: Update to 1.7.0

Changes:	https://github.com/googleapis/python-cloud-core/releases
commit hash: 9d5b4916cb9db6096bda42813048a0e6db4bd52c commit hash: 9d5b4916cb9db6096bda42813048a0e6db4bd52c commit hash: 9d5b4916cb9db6096bda42813048a0e6db4bd52c commit hash: 9d5b4916cb9db6096bda42813048a0e6db4bd52c 9d5b491
Friday, 7 May 2021
09:39 Po-Chuan Hsieh (sunpoet) search for other commits by this committer
www/py-google-cloud-core: Update RUN_DEPENDS after
cc653b1c726dacf9b4082971667dcab23d4fe5df
commit hash: 210368ced9ac983de8d7b508613a377165bd239c commit hash: 210368ced9ac983de8d7b508613a377165bd239c commit hash: 210368ced9ac983de8d7b508613a377165bd239c commit hash: 210368ced9ac983de8d7b508613a377165bd239c 210368c
Wednesday, 7 Apr 2021
08:09 Mathieu Arnold (mat) search for other commits by this committer
One more small cleanup, forgotten yesterday.
Reported by:	lwhsu
commit hash: cf118ccf875508b9a1c570044c93cfcc82bd455c commit hash: cf118ccf875508b9a1c570044c93cfcc82bd455c commit hash: cf118ccf875508b9a1c570044c93cfcc82bd455c commit hash: cf118ccf875508b9a1c570044c93cfcc82bd455c cf118cc
Tuesday, 6 Apr 2021
14:31 Mathieu Arnold (mat) search for other commits by this committer
Remove # $FreeBSD$ from Makefiles.
commit hash: 305f148f482daf30dcf728039d03d019f88344eb commit hash: 305f148f482daf30dcf728039d03d019f88344eb commit hash: 305f148f482daf30dcf728039d03d019f88344eb commit hash: 305f148f482daf30dcf728039d03d019f88344eb 305f148
Wednesday, 17 Feb 2021
18:10 sunpoet search for other commits by this committer
Update to 1.6.0

Changes:	https://github.com/googleapis/python-cloud-core/releases
Original commitRevision:565637 
Saturday, 19 Dec 2020
20:12 sunpoet search for other commits by this committer
Update to 1.5.0

Changes:	https://github.com/googleapis/python-cloud-core/releases
Original commitRevision:558552 
Thursday, 10 Dec 2020
21:45 sunpoet search for other commits by this committer
Update to 1.4.4

Changes:	https://github.com/googleapis/python-cloud-core/releases
Original commitRevision:557604 
Saturday, 10 Oct 2020
17:56 sunpoet search for other commits by this committer
Update to 1.4.3

Changes:	https://github.com/googleapis/python-cloud-core/releases
Original commitRevision:551962 
Saturday, 3 Oct 2020
09:51 sunpoet search for other commits by this committer
Update to 1.4.2

Changes:	https://github.com/googleapis/python-cloud-core/releases
Original commitRevision:551287 
Wednesday, 19 Aug 2020
16:21 sunpoet search for other commits by this committer
Update to 1.4.1

Changes:	https://github.com/googleapis/python-cloud-core/releases
Original commitRevision:545381 
Saturday, 15 Aug 2020
16:32 sunpoet search for other commits by this committer
Update to 1.4.0

- Update WWW

Changes:	https://github.com/googleapis/python-cloud-core/releases
Original commitRevision:544996 
Monday, 6 Apr 2020
06:16 antoine search for other commits by this committer
Unbreak bulk -a
Original commitRevision:530862 
Sunday, 2 Feb 2020
11:01 sunpoet search for other commits by this committer
Update to 1.3.0

Changes:	https://github.com/googleapis/google-cloud-python/releases
		https://github.com/googleapis/google-cloud-python/blob/master/core/CHANGELOG.md
Original commitRevision:524891 
Wednesday, 15 Jan 2020
17:46 sunpoet search for other commits by this committer
Update to 1.2.0

Changes:	https://github.com/googleapis/google-cloud-python/releases
		https://github.com/googleapis/google-cloud-python/blob/master/core/CHANGELOG.md
Original commitRevision:523136 
Sunday, 8 Dec 2019
17:05 sunpoet search for other commits by this committer
Update to 1.1.0

Changes:	https://github.com/googleapis/google-cloud-python/releases
		https://github.com/googleapis/google-cloud-python/blob/master/core/CHANGELOG.md
Original commitRevision:519435 
Friday, 16 Aug 2019
18:10 sunpoet search for other commits by this committer
Update to 1.0.3

Changes:	https://github.com/googleapis/google-cloud-python/releases
		https://github.com/googleapis/google-cloud-python/blob/master/core/CHANGELOG.md
Original commitRevision:509098 
Thursday, 13 Jun 2019
15:49 sunpoet search for other commits by this committer
Update to 1.0.2

Changes:	https://github.com/googleapis/google-cloud-python/releases
		https://github.com/googleapis/google-cloud-python/blob/master/core/CHANGELOG.md
Original commitRevision:504110 
Thursday, 30 May 2019
21:56 sunpoet search for other commits by this committer
Update to 1.0.1

Changes:	https://github.com/googleapis/google-cloud-python/releases
Original commitRevision:503097 
Thursday, 16 May 2019
23:56 sunpoet search for other commits by this committer
Update to 1.0.0

Changes:	https://github.com/googleapis/google-cloud-python/releases
Original commitRevision:501818 
Monday, 15 Apr 2019
21:16 sunpoet search for other commits by this committer
Update to 0.29.1

- Take maintainership

Changes:	https://github.com/googleapis/google-cloud-python/releases
PR:		237240
Submitted by:	sunpoet (myself)
Approved by:	wg (maintainer)
Original commitRevision:499057 
Wednesday, 12 Dec 2018
01:35 gerald search for other commits by this committer
Bump PORTREVISION for ports depending on the canonical version of GCC
defined via Mk/bsd.default-versions.mk which has moved from GCC 7.4 t
GCC 8.2 under most circumstances.

This includes ports
 - with USE_GCC=yes or USE_GCC=any,
 - with USES=fortran,
 - using Mk/bsd.octave.mk which in turn features USES=fortran, and
 - with USES=compiler specifying openmp, nestedfct, c11, c++0x, c++11-lang,
   c++11-lib, c++14-lang, c++17-lang, or gcc-c++11-lib
plus, as a double check, everything INDEX-11 showed depending on lang/gcc7.

PR:		231590
Original commitRevision:487272 
Saturday, 1 Sep 2018
00:22 dbaio search for other commits by this committer
www/py-google-cloud-core: Update to 0.28.1

- Add LICENSE_FILE
- Set architecture neutral (qa warning)

Approved by:	wg (maintainer)
Differential Revision:	https://reviews.freebsd.org/D16961
Original commitRevision:478642 
Wednesday, 20 Jun 2018
17:05 mat search for other commits by this committer
Use PY_FLAVOR for dependencies.

FLAVOR is the current port's flavor, it should not be used outside of
this scope.

Sponsored by:	Absolight
Original commitRevision:472884 
Thursday, 30 Nov 2017
15:50 mat search for other commits by this committer
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
  current python flavor.  It can be used in dependency lines when the
  port itself is not python flavored.  For example, deskutils/calibre.

  By default, all the flavors are generated.  To only generate flavors
  for the versions in PYTHON2_DEFAULT and PYTHON3_DEFAULT, define
  BUILD_DEFAULT_PYTHON_FLAVORS in your make.conf.

  In all the ports with Python dependencies, the *_DEPENDS entries MUST
  end with the flavor so that the framework knows which to build/use.
  This is done by appending '@${PY_FLAVOR}' after the origin (or
  @${FLAVOR} if in a Python module with Python flavors, as the content
  will be the same).  For example:

    RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}six>0:devel/py-six@${PY_FLAVOR}

PR:		223071
Reviewed by:	portmgr, python
Sponsored by:	Absolight
Differential Revision:	https://reviews.freebsd.org/D12464
Original commitRevision:455210 
Wednesday, 27 Sep 2017
19:37 wg search for other commits by this committer
www/py-google-cloud-core: API Client library for Google Cloud: Core Helpers

This library is not meant to stand-alone. Instead it defines common helpers
(e.g. base Client classes) used by all of the google-cloud-* packages.

WWW: https://pypi.python.org/pypi/google-cloud-core
Original commitRevision:450783 

Number of commits found: 42