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.

Port details
py-pymacaroons-pynacl Macaroon library for Python
0.13.0_1 security Deleted on this many watch lists=0 search for ports that depend on this port Find issues related to this port Report an issue related to this port View this port on Repology. pkg-fallout 0.13.0_1Version of this port present on the latest quarterly branch.
Maintainer: sunpoet@FreeBSD.org search for ports maintained by this maintainer
Port Added: 2016-01-08 05:04:02
Last Update: 2020-01-20 20:09:29
SVN Revision: 523649
Also Listed In: devel python
License: MIT
WWW:
https://github.com/matrix-org/pymacaroons
Description:
Macaroons, like cookies, are a form of bearer credential. Unlike opaque tokens, macaroons embed caveats that define specific authorization requirements for the target service, the service that issued the root macaroon and which is capable of verifying the integrity of macaroons it receives. WWW: https://github.com/matrix-org/pymacaroons
Homepage    cgit ¦ GitHub ¦ GitHub ¦ GitLab ¦ SVNWeb

Manual pages:
FreshPorts has no man page information for this port.
pkg-plist: as obtained via: make generate-plist
There is no configure plist information for this port.
Dependency lines:
  • ${PYTHON_PKGNAMEPREFIX}pymacaroons-pynacl>0:security/py-pymacaroons-pynacl@${PY_FLAVOR}
No installation instructions:
This port has been deleted.
PKGNAME: py36-pymacaroons-pynacl
Package flavors (<flavor>: <package>)
  • py36: py36-pymacaroons-pynacl
  • py27: py27-pymacaroons-pynacl
distinfo:
TIMESTAMP = 1551386885 SHA256 (ecordell-pymacaroons-v0.13.0_GH0.tar.gz) = 780c67643126afe56f57fdc0f82b952d08e01a4df7eefaa929766dfb6edf6580 SIZE (ecordell-pymacaroons-v0.13.0_GH0.tar.gz) = 25607

No package information for this port in our database
Sometimes this happens. Not all ports have packages.
Dependencies
NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
Build dependencies:
  1. py36-setuptools>0 : devel/py-setuptools@py36
  2. python3.6 : lang/python36
Runtime dependencies:
  1. py36-pynacl>=1.1.2<2.0 : security/py-pynacl@py36
  2. py36-six>=1.8.0 : devel/py-six@py36
  3. py36-setuptools>0 : devel/py-setuptools@py36
  4. python3.6 : lang/python36
NOTE: dependencies for deleted ports are notoriously suspect
This port is required by:
for Run

Deleted ports which required this port:

Expand this list of 1 deleted port
  1. net/py-matrix-synapse*
  2. Collapse this list of deleted ports.
* - deleted ports are only shown under the This port is required by section. It was harder to do for the Required section. Perhaps later...

Configuration Options:
No options to configure
Options name:
N/A
USES:
python
FreshPorts was unable to extract/find any pkg message
Master Sites:
Expand this list (1 items)
Collapse this list.
  1. https://codeload.github.com/ecordell/pymacaroons/tar.gz/v0.13.0?dummy=/
Collapse this list.

Number of commits found: 10

Commit History - (may be incomplete: for full details, see links to repositories near top of page)
CommitCreditsLog message
0.13.0_1
20 Jan 2020 20:09:29
Revision:523649Original commit files touched by this commit
sunpoet search for other commits by this committer
Move security/py-pymacaroons-pynacl to security/py-pymacaroons

- Change MASTER_SITES to CHEESESHOP
- Update pkg-descr
- Update WWW
0.13.0_1
13 Dec 2019 06:42:49
Revision:519989Original commit files touched by this commit
sunpoet search for other commits by this committer
Fix *_DEPENDS

- Add NO_ARCH
- Bump PORTREVISION for dependency change
- Take maintainership
0.13.0
18 Apr 2019 20:02:53
Revision:499313Original commit files touched by this commit
swills search for other commits by this committer
security/py-pymacaroons-pynacl: update to 0.13.0

PR:		236721
Submitted by:	Sascha Biberhofer <ports@skyforge.at>
0.9.3_1
20 Jun 2018 17:05:44
Revision:472884Original commit files touched by this commit
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
0.9.3_1
16 Apr 2018 21:33:19
Revision:467537Original commit files touched by this commit
feld search for other commits by this committer
Reset MAINTAINER

Approved by:	maintainer (private communications)
0.9.3_1
30 Nov 2017 15:50:34
Revision:455210Original commit files touched by this commit Sanity Test Failure
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
(Only the first 15 lines of the commit message are shown above View all of this commit message)
0.9.3_1
01 Nov 2017 13:10:35
Revision:453284Original commit files touched by this commit
olgeni search for other commits by this committer
Fix whitespace issues (mixed tab/spaces, alignment) in a few ports.
0.9.3_1
01 Apr 2016 14:25:18
Revision:412349Original commit files touched by this commit
mat search for other commits by this committer
Remove ${PORTSDIR}/ from dependencies, categories r, s, t, and u.

With hat:	portmgr
Sponsored by:	Absolight
0.9.3_1
23 Mar 2016 09:20:35
Revision:411691Original commit files touched by this commit
vsevolod search for other commits by this committer
- Update libsodium to 1.0.8
- Bump revisions of all dependant ports

PR:		206482
Submitted by:	lev, w.schwarzenfeld@aon.at
0.9.3
08 Jan 2016 05:03:39
Revision:405526Original commit files touched by this commit
koobs search for other commits by this committer
[NEW] security/py-pymacaroons-pynacl: Macaroon library for Python

Macaroons, like cookies, are a form of bearer credential. Unlike opaque tokens,
macaroons embed caveats that define specific authorization requirements for the
target service, the service that issued the root macaroon and which is capable
of verifying the integrity of macaroons it receives.

WWW: https://github.com/matrix-org/pymacaroons

PR:		205914
Submitted by:	Brendan Molloy <brendan+freebsd@bbqsrc.net>

Number of commits found: 10