notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
All times are UTC
Ukraine
non port: devel/py-docker-py/Makefile
SVNWeb

Number of commits found: 12

Thu, 30 Jun 2022
[ 20:11 Rene Ladan (rene) search for other commits by this committer ]    commit hash:fbefc972820360a45c8fb5703e7e5431dd8757e0  commit hash:fbefc972820360a45c8fb5703e7e5431dd8757e0  commit hash:fbefc972820360a45c8fb5703e7e5431dd8757e0  fbefc97  (Only the first 10 of 34 ports in this commit are shown above. View all ports for this commit)
cleanup: Remove expired ports:

2022-06-30 www/py-rackspace-monitoring: Python compatibility upto 3.2 and last
release was 3 years ago
2022-06-30 devel/py-apns2: Use devel/py-aioapns
2022-06-30 www/py-hyper: Project abandoned use www/py-httpx
2022-06-30 irc/py-fishcrypt: Abandoned, unmaintained, requires Python 2 and
depends on deprecated pycrypto
2022-06-30 devel/py-stsci.distutils: Upstream abandoned in 2013
2022-06-30 devel/py-docker-py: Use devel/py-docker
2022-06-30 net-im/py-slackclient: Use net-im/py-slack-sdk
Thu, 16 Jun 2022
[ 20:35 Muhammad Moinur Rahman (bofh) search for other commits by this committer ]    commit hash:afcd7526ff7f80ca75479be1daec06618c0f7230  commit hash:afcd7526ff7f80ca75479be1daec06618c0f7230  commit hash:afcd7526ff7f80ca75479be1daec06618c0f7230  afcd752 
devel/py-docker-py: Update version 1.7.2=>1.10.6

- This is the last release from py-docker-py before it was switched into
  py-docker

Relnotes: https://github.com/docker/docker-py/releases/tag/1.10.6
Thu, 9 Jun 2022
[ 17:59 Muhammad Moinur Rahman (bofh) search for other commits by this committer ]    commit hash:e0a4d2a89ceafacc044c3202ca5380ec7621fc86  commit hash:e0a4d2a89ceafacc044c3202ca5380ec7621fc86  commit hash:e0a4d2a89ceafacc044c3202ca5380ec7621fc86  e0a4d2a 
devel/py-docker-py: Mark DEPRECATED

- User devel/py-docker
- Upstream has shifted to py-docker
- Set EXPIRATION_DATE to 2022-06-30
Mon, 6 Jun 2022
[ 12:25 Muhammad Moinur Rahman (bofh) search for other commits by this committer ]    commit hash:cb420cdf94d4648b6d2cbec10b6c7446b4da78b4  commit hash:cb420cdf94d4648b6d2cbec10b6c7446b4da78b4  commit hash:cb420cdf94d4648b6d2cbec10b6c7446b4da78b4  cb420cd  (Only the first 10 of 45 ports in this commit are shown above. View all ports for this commit)
all: Take maintainership
[ 11:56 Rene Ladan (rene) search for other commits by this committer ]    commit hash:724071fda4787b1363ef25304c7d4eca2155d000  commit hash:724071fda4787b1363ef25304c7d4eca2155d000  commit hash:724071fda4787b1363ef25304c7d4eca2155d000  724071f  (Only the first 10 of 47 ports in this commit are shown above. View all ports for this commit)
all: return wg's ports to the pool after safekeeping his commit bit
Wed, 7 Apr 2021
[ 08:09 Mathieu Arnold (mat) search for other commits by this committer ]    commit hash:cf118ccf875508b9a1c570044c93cfcc82bd455c  commit hash:cf118ccf875508b9a1c570044c93cfcc82bd455c  commit hash:cf118ccf875508b9a1c570044c93cfcc82bd455c  cf118cc  (Only the first 10 of 8873 ports in this commit are shown above. View all ports for this commit)
One more small cleanup, forgotten yesterday.
Reported by:	lwhsu
Tue, 6 Apr 2021
[ 14:31 Mathieu Arnold (mat) search for other commits by this committer ]    commit hash:305f148f482daf30dcf728039d03d019f88344eb  commit hash:305f148f482daf30dcf728039d03d019f88344eb  commit hash:305f148f482daf30dcf728039d03d019f88344eb  305f148  (Only the first 10 of 29333 ports in this commit are shown above. View all ports for this commit)
Remove # $FreeBSD$ from Makefiles.
Mon, 28 Dec 2020
[ 23:02 antoine search for other commits by this committer ] Original commit   Revision:559531 (Only the first 10 of 1942 ports in this commit are shown above. View all ports for this commit)
Drop python 2.7 support from a few ports

With hat:	portmgr
Wed, 20 Jun 2018
[ 17:05 mat search for other commits by this committer ] Original commit   Revision:472884 (Only the first 10 of 1617 ports in this commit are shown above. View all ports for this commit)
Use PY_FLAVOR for dependencies.

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

Sponsored by:	Absolight
Thu, 30 Nov 2017
[ 15:50 mat search for other commits by this committer ] Original commit   Revision:455210 (Only the first 10 of 2423 ports in this commit are shown above. View all ports for this commit)
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 View all of this commit message)
Mon, 29 May 2017
[ 14:50 wg search for other commits by this committer ] Original commit   Revision:441990
devel/py-docker-py: missing run dependency

PR:		219584
Reported by:	asomers
Tue, 15 Mar 2016
[ 10:46 wg search for other commits by this committer ] Original commit   Revision:411150
devel/py-docker-py: API client for docker written in Python

A Python library for the Docker Remote API. It does everything the docker
command does, but from within Python: run containers, manage them, pull/push
images, etc.

WWW: https://github.com/docker/docker-py

Number of commits found: 12