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-gandi.cli/distinfo

Number of commits found: 12

Saturday, 12 Mar 2022
10:34 Muhammad Moinur Rahman (bofh) search for other commits by this committer
www/py-gandi.cli: Update version 1.5=>1.6

- Mark DEPRECATED as upstream has discontinued the project. Excerpt from
  the project page mentions:
  We have decided not to continue to maintain the CLI project. The
  existing project will remain as-is. Anyone interested in taking over
  and forking the project can let us know and we can inform our users
  and/or link to it.

  If you have any questions, please feel free to contact our team.
- Set EXPIRATION_DATE to 2024-10-31. This should be moved along with
  python 3.8. This is the max supported python version by the upstream

Relnotes: https://github.com/Gandi/gandi.cli/releases/tag/1.6
commit hash: f7ea2e9ddb3ce57678f9a7a06a494ab1118b5f17 commit hash: f7ea2e9ddb3ce57678f9a7a06a494ab1118b5f17 commit hash: f7ea2e9ddb3ce57678f9a7a06a494ab1118b5f17 commit hash: f7ea2e9ddb3ce57678f9a7a06a494ab1118b5f17 f7ea2e9
Friday, 17 May 2019
13:58 koobs search for other commits by this committer
www/py-gandi.cli: Update to 1.5

Changelog:

  https://github.com/Gandi/gandi.cli/blob/1.5/CHANGES.rst
Original commitRevision:501871 
Tuesday, 7 Aug 2018
04:36 koobs search for other commits by this committer
www/py-gandi.cli: Update to 1.2

Changelog:

  https://github.com/Gandi/gandi.cli/blob/1.2/CHANGES.rst
Original commitRevision:476565 
Wednesday, 11 Oct 2017
00:13 koobs search for other commits by this committer
www/py-gandi.cli: Update to 1.0

Changelog:

  https://github.com/Gandi/gandi.cli/blob/1.0/CHANGES.rst

Requested by:	bapt
Original commitRevision:451723 
Friday, 15 Sep 2017
15:19 koobs search for other commits by this committer
www/py-gandi.cli: Update to 0.22

Changelog:

  https://github.com/Gandi/gandi.cli/blob/0.22/CHANGES.rst

Requested by:	bapt
Original commitRevision:449906 
Tuesday, 12 Sep 2017
09:05 koobs search for other commits by this committer
www/py-gandi.cli: Update to 0.21

Remove post-extract target, removal of compiled files from sdist has
been merged upstream [1].

Note: A number of PaaS tests fail, this has been reported upstream [2].

[1] https://github.com/Gandi/gandi.cli/pull/180
[2] https://github.com/Gandi/gandi.cli/issues/215


  https://github.com/Gandi/gandi.cli/blob/0.21/CHANGES.rst

Requested by:	bapt
Original commitRevision:449679 
Thursday, 28 Jul 2016
13:55 bapt search for other commits by this committer
Update to 0.19

Update create commands for namespaces: vm, paas, ip, disk, vlan, webacc to
handle new datacenter status:
  * prevent using a closed datacenter for creation
  * display a warning when using a datacenter which will be closed in the future
Update 'gandi mailbox info' command: aliases are now sorted
Fixes #178: 'gandi account info' command now display prepaid amount
Fixes #185: 'gandi domain create' command can now change nameservers
Fixes #187: 'gandi record list' command has a --limit parameter
Fixes #188: broken links in README
Fixes certificate unittest for python3

Sponsored by:	Gandi.net
Original commitRevision:419220 
Saturday, 5 Mar 2016
15:46 koobs search for other commits by this committer
www/py-gandi.cli: Update to 0.18, Modernize

- Update PORTVERSION and distinfo checksum (0.18)
- Remove TESTS option bits (no longer necessary)
- Patch setup.py to remove unecessary dependencies and switch test_suite
  back to the actual test module instead of nose (TODO: upstream)
- Remove unecessary TEST_DEPENDS (nose, coverage). The tests run
  perfectly fine without them.
- Convert test target to modern framework
- post-extract: Remove compiled (py[co]) files and __pycache__
  directories that were inadvertently included in the sdist [1]

Changes:

  https://github.com/Gandi/gandi.cli/blob/0.18/CHANGES.rst

[1] https://github.com/Gandi/gandi.cli/pull/180
Original commitRevision:410187 
Tuesday, 6 Oct 2015
15:37 koobs search for other commits by this committer
www/py-gandi.cli: Update to 0.16

- Update to 0.16
- Update click RUN_DEPENDS version [1]
- Add NO_ARCH
- Repatch setup.py (TODO: Upstream changes)

Changes:

  https://github.com/Gandi/gandi.cli/blob/0.16/CHANGES.rst

[1] https://github.com/Gandi/gandi.cli/issues/147

Requested by:	bapt
Original commitRevision:398703 
Monday, 10 Aug 2015
16:46 koobs search for other commits by this committer
www/py-gandi.cli: Update to 0.15 & Unbreak

- Update to 0.15
- Update RUN_DEPENDS version for click, (and patch setup.py accordingly)
  until upstream fixes it. [1].
- Make TEST_DEPENDS *only* include, test dependencies, adding
  RUN_DEPENDS instead to the TESTS option conditional.
- Remove non-compulsory & forced tests_requires. Tests work perfectly
  fine out of the box with setup:py:

    test_suite='gandi.cli.tests',

Changes:

  https://github.com/Gandi/gandi.cli/blob/0.15/CHANGES.rst

[1] https://github.com/Gandi/gandi.cli/issues/147

Reported by:	antoine, pkg-fallout (in that order)
Original commitRevision:393876 
Friday, 5 Jun 2015
05:49 koobs search for other commits by this committer
www/py-gandi.cli: Update to 0.14, concurrent Python support

- Update to 0.14
- Add multiple concurrent Python support
- Match upstream dependency versions in RUN_DEPENDS so they fail-closed
  when py-click is updated to 4.0
- Add RUN_DEPENDS to TEST_DEPENDS since they're needed to test.
- Patch setup.py to remove optional test dependencies (coverage, tox)

Changes:

  https://github.com/Gandi/gandi.cli/blob/0.14/CHANGES.rst

Requested by:	bapt
Original commitRevision:388570 
Monday, 26 Jan 2015
10:41 koobs search for other commits by this committer
www/py-gandi.cli: Gandi command line interface

Use `$ gandi` to easily create and manage web resources from the command line.

  * `$ gandi domain` to buy and manage your domain names
  * `$ gandi paas` to create and deploy your web applications
  * `$ gandi vm` to spin up and upgrade your virtual machines
  * `$ gandi` to list all available commands

WWW: https://github.com/Gandi/gandi.cli
Original commitRevision:377931 

Number of commits found: 12