<feed xmlns='http://www.w3.org/2005/Atom'>
<title>ports/security/py-oauth2client, branch 2021Q1</title>
<subtitle>FreeBSD ports tree</subtitle>
<id>https://cgit-dev.freebsd.org/ports/atom?h=2021Q1</id>
<link rel='self' href='https://cgit-dev.freebsd.org/ports/atom?h=2021Q1'/>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/'/>
<updated>2020-12-28T23:02:12Z</updated>
<entry>
<title>Drop python 2.7 support from a few ports</title>
<updated>2020-12-28T23:02:12Z</updated>
<author>
<name>Antoine Brodin</name>
<email>antoine@FreeBSD.org</email>
</author>
<published>2020-12-28T23:02:12Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/commit/?id=aa7a6c429ea62d972467d6755fa7a6f52256b452'/>
<id>urn:sha1:aa7a6c429ea62d972467d6755fa7a6f52256b452</id>
<content type='text'>
With hat:	portmgr
</content>
</entry>
<entry>
<title>Update to 4.1.3</title>
<updated>2018-09-09T16:58:34Z</updated>
<author>
<name>Sunpoet Po-Chuan Hsieh</name>
<email>sunpoet@FreeBSD.org</email>
</author>
<published>2018-09-09T16:58:34Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/commit/?id=40f10b76a29ca3dbb838c06e2949d03b39796b0f'/>
<id>urn:sha1:40f10b76a29ca3dbb838c06e2949d03b39796b0f</id>
<content type='text'>
- Add LICENSE_FILE

Changes:	https://github.com/google/oauth2client/releases
</content>
</entry>
<entry>
<title>Use PY_FLAVOR for dependencies.</title>
<updated>2018-06-20T17:05:41Z</updated>
<author>
<name>Mathieu Arnold</name>
<email>mat@FreeBSD.org</email>
</author>
<published>2018-06-20T17:05:41Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/commit/?id=4376dbbb58dab5a7bf7a8240ca39b562de78343b'/>
<id>urn:sha1:4376dbbb58dab5a7bf7a8240ca39b562de78343b</id>
<content type='text'>
FLAVOR is the current port's flavor, it should not be used outside of
this scope.

Sponsored by:	Absolight
</content>
</entry>
<entry>
<title>Switch all pypi.python.org WWWs to a new PyPi home pypi.org where</title>
<updated>2018-04-25T16:42:37Z</updated>
<author>
<name>Dmitry Marakasov</name>
<email>amdmi3@FreeBSD.org</email>
</author>
<published>2018-04-25T16:42:37Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/commit/?id=c63740208199641936685ceb327218d7e846b7c8'/>
<id>urn:sha1:c63740208199641936685ceb327218d7e846b7c8</id>
<content type='text'>
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
</content>
</entry>
<entry>
<title>Convert Python ports to FLAVORS.</title>
<updated>2017-11-30T15:50:30Z</updated>
<author>
<name>Mathieu Arnold</name>
<email>mat@FreeBSD.org</email>
</author>
<published>2017-11-30T15:50:30Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/commit/?id=551be3c7231225ed9c26479af2b8914fb2ef0ea8'/>
<id>urn:sha1:551be3c7231225ed9c26479af2b8914fb2ef0ea8</id>
<content type='text'>
  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&gt;0:devel/py-six@${PY_FLAVOR}

PR:		223071
Reviewed by:	portmgr, python
Sponsored by:	Absolight
Differential Revision:	https://reviews.freebsd.org/D12464
</content>
</entry>
<entry>
<title>Update to 4.1.2</title>
<updated>2017-06-30T13:05:34Z</updated>
<author>
<name>Sunpoet Po-Chuan Hsieh</name>
<email>sunpoet@FreeBSD.org</email>
</author>
<published>2017-06-30T13:05:34Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/commit/?id=c8e632dd3dae7ba6e3d472ecaad276efbadf4be8'/>
<id>urn:sha1:c8e632dd3dae7ba6e3d472ecaad276efbadf4be8</id>
<content type='text'>
Changes:	https://github.com/google/oauth2client/releases
		https://github.com/google/oauth2client/blob/master/CHANGELOG.md
</content>
</entry>
<entry>
<title>Update to 4.1.1</title>
<updated>2017-06-07T19:10:40Z</updated>
<author>
<name>Sunpoet Po-Chuan Hsieh</name>
<email>sunpoet@FreeBSD.org</email>
</author>
<published>2017-06-07T19:10:40Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/commit/?id=9c66163399cf798520ba90aa30d303da9f61b785'/>
<id>urn:sha1:9c66163399cf798520ba90aa30d303da9f61b785</id>
<content type='text'>
Changes:	https://github.com/google/oauth2client/releases
		https://github.com/google/oauth2client/blob/master/CHANGELOG.md
</content>
</entry>
<entry>
<title>Update to 4.1.0</title>
<updated>2017-05-12T21:51:08Z</updated>
<author>
<name>Sunpoet Po-Chuan Hsieh</name>
<email>sunpoet@FreeBSD.org</email>
</author>
<published>2017-05-12T21:51:08Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/commit/?id=ca6029049d8d54c5ce1f1b2b641d8f299e51351d'/>
<id>urn:sha1:ca6029049d8d54c5ce1f1b2b641d8f299e51351d</id>
<content type='text'>
Changes:	https://github.com/google/oauth2client/releases
		https://github.com/google/oauth2client/blob/master/CHANGELOG.md
</content>
</entry>
<entry>
<title>- Update to 4.0.0</title>
<updated>2016-11-22T06:55:22Z</updated>
<author>
<name>Sunpoet Po-Chuan Hsieh</name>
<email>sunpoet@FreeBSD.org</email>
</author>
<published>2016-11-22T06:55:22Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/commit/?id=ad08e50aa39eab5b823c6f02905d0a34c639591e'/>
<id>urn:sha1:ad08e50aa39eab5b823c6f02905d0a34c639591e</id>
<content type='text'>
Changes:	https://github.com/google/oauth2client/releases
		https://github.com/google/oauth2client/blob/master/CHANGELOG.md
</content>
</entry>
<entry>
<title>- Update to 3.0.0</title>
<updated>2016-11-19T17:07:24Z</updated>
<author>
<name>Sunpoet Po-Chuan Hsieh</name>
<email>sunpoet@FreeBSD.org</email>
</author>
<published>2016-11-19T17:07:24Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/commit/?id=19e465f0a8d79c2975802140f62c3a55615e5380'/>
<id>urn:sha1:19e465f0a8d79c2975802140f62c3a55615e5380</id>
<content type='text'>
Changes:	https://github.com/google/oauth2client/releases
		https://github.com/google/oauth2client/blob/master/CHANGELOG.md
</content>
</entry>
</feed>
