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-avro Data serialization system for python
1.11.3 devel 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 1.11.3Version of this port present on the latest quarterly branch.
Maintainer: sunpoet@FreeBSD.org search for ports maintained by this maintainer
Port Added: 2013-02-01 12:54:16
Last Update: 2023-09-30 00:44:25
Commit Hash: dbd000e
Also Listed In: python
License: APACHE20
WWW:
https://avro.apache.org/
Description:
This is the Python library of Apache Avro (devel/avro). Apache Avro is a data serialization system which provides: - Rich data structures. - A compact, fast, binary data format. - A container file, to store persistent data. - Remote procedure call (RPC). - Simple integration with dynamic languages. Code generation is not required to read or write data files nor to use or implement RPC protocols. Code generation as an optional optimization, only worth implementing for statically typed languages.
Homepage    cgit ¦ Codeberg ¦ 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}avro>0:devel/py-avro@${PY_FLAVOR}
To install the port:
cd /usr/ports/devel/py-avro/ && make install clean
To add the package, run one of these commands:
  • pkg install devel/py-avro
  • pkg install py39-avro
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.
NOTE: This is a Python port. Instead of py39-avro listed in the above command, you can pick from the names under the Packages section.
PKGNAME: py39-avro
Package flavors (<flavor>: <package>)
  • py39: py39-avro
distinfo:
TIMESTAMP = 1696001302 SHA256 (avro-1.11.3.tar.gz) = 3393bb5139f9cf0791d205756ce1e39a5b58586af5b153d6a3b5a199610e9d17 SIZE (avro-1.11.3.tar.gz) = 90621

Packages (timestamps in pop-ups are UTC):
py37-avro
ABIaarch64amd64armv6armv7i386powerpcpowerpc64powerpc64le
FreeBSD:13:latest--1.10.1---1.10.1-
FreeBSD:13:quarterly--------
FreeBSD:14:latest--------
FreeBSD:14:quarterly--------
FreeBSD:15:latest--n/a-n/a---
FreeBSD:15:quarterly--n/a-n/a---
 

py39-avro
ABIaarch64amd64armv6armv7i386powerpcpowerpc64powerpc64le
FreeBSD:13:latest1.11.31.11.3-1.11.31.11.3---
FreeBSD:13:quarterly1.11.31.11.31.11.1_11.11.31.11.31.11.31.11.31.11.3
FreeBSD:14:latest1.11.31.11.31.11.11.11.31.11.31.11.1-1.11.1
FreeBSD:14:quarterly1.11.31.11.3-1.11.31.11.31.11.31.11.31.11.3
FreeBSD:15:latest1.11.31.11.3n/a1.11.3n/a1.11.31.11.31.11.3
FreeBSD:15:quarterly--n/a-n/a---
 

Dependencies
NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
Build dependencies:
  1. py39-setuptools>=40.8.0 : devel/py-setuptools@py39
  2. py39-wheel>=0 : devel/py-wheel@py39
  3. python3.9 : lang/python39
  4. py39-build>=0 : devel/py-build@py39
  5. py39-installer>=0 : devel/py-installer@py39
Test dependencies:
  1. python3.9 : lang/python39
Runtime dependencies:
  1. python3.9 : lang/python39
This port is required by:
for Run
  1. devel/avro

Configuration Options:
===> The following configuration options are available for py39-avro-1.11.3: SNAPPY=off: Snappy support ZSTANDARD=off: Zstandard support ===> Use 'make config' to modify these settings
Options name:
devel_py-avro
USES:
cpe python
FreshPorts was unable to extract/find any pkg message
Master Sites:
Expand this list (2 items)
Collapse this list.
  1. https://files.pythonhosted.org/packages/source/a/avro/
  2. https://pypi.org/packages/source/a/avro/
Collapse this list.

Number of commits found: 38

Commit History - (may be incomplete: for full details, see links to repositories near top of page)
CommitCreditsLog message
1.11.3
30 Sep 2023 00:44:25
commit hash: dbd000e11d992ffee1b54f67fcb7a6f5d3a79404commit hash: dbd000e11d992ffee1b54f67fcb7a6f5d3a79404commit hash: dbd000e11d992ffee1b54f67fcb7a6f5d3a79404commit hash: dbd000e11d992ffee1b54f67fcb7a6f5d3a79404 files touched by this commit
Po-Chuan Hsieh (sunpoet) search for other commits by this committer
devel/py-avro: Update to 1.11.3

Changes:	https://github.com/apache/avro/releases
1.11.2
18 Jul 2023 00:53:09
commit hash: 9a80a6ee5e8ebf5c279b3d7a9e7e8b7dbabbaf0acommit hash: 9a80a6ee5e8ebf5c279b3d7a9e7e8b7dbabbaf0acommit hash: 9a80a6ee5e8ebf5c279b3d7a9e7e8b7dbabbaf0acommit hash: 9a80a6ee5e8ebf5c279b3d7a9e7e8b7dbabbaf0a files touched by this commit
Charlie Li (vishwin) search for other commits by this committer
devel/py-setuptools: convert individual consumers to ${PY_SETUPTOOLS}

Currently a no-op, but in the future outputs the correct setuptools
port depending on whether USES_PYTHON=distutils is specified.

With hat: python
PR: 270510, 270358
1.11.2
09 Jul 2023 21:34:23
commit hash: 6a90ecbfb17a3da900f5755dfafdf624cb7d57e4commit hash: 6a90ecbfb17a3da900f5755dfafdf624cb7d57e4commit hash: 6a90ecbfb17a3da900f5755dfafdf624cb7d57e4commit hash: 6a90ecbfb17a3da900f5755dfafdf624cb7d57e4 files touched by this commit
Po-Chuan Hsieh (sunpoet) search for other commits by this committer
devel/py-avro: Update to 1.11.2

Changes:	https://github.com/apache/avro/releases
1.11.1_1
30 Jun 2023 07:03:10
commit hash: b4fe84779362eda124981035ff0f0058a87af7b4commit hash: b4fe84779362eda124981035ff0f0058a87af7b4commit hash: b4fe84779362eda124981035ff0f0058a87af7b4commit hash: b4fe84779362eda124981035ff0f0058a87af7b4 files touched by this commit
Po-Chuan Hsieh (sunpoet) search for other commits by this committer
devel/py-avro: Convert to USE_PYTHON=pep517

- Remove outdated PYTHON_REL check after lang/python37 removal
- Bump PORTREVISION for package change
1.11.1
27 Jun 2023 19:34:34
commit hash: 3d9a815d9c5acbb71f4bb07738bdeab4879feacbcommit hash: 3d9a815d9c5acbb71f4bb07738bdeab4879feacbcommit hash: 3d9a815d9c5acbb71f4bb07738bdeab4879feacbcommit hash: 3d9a815d9c5acbb71f4bb07738bdeab4879feacb files touched by this commit
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>
1.11.1
11 Jan 2023 15:58:34
commit hash: 77d68471aded6907dbbcb5ef50d557e4c69db656commit hash: 77d68471aded6907dbbcb5ef50d557e4c69db656commit hash: 77d68471aded6907dbbcb5ef50d557e4c69db656commit hash: 77d68471aded6907dbbcb5ef50d557e4c69db656 files touched by this commit
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
07 Sep 2022 21:58:51
commit hash: fb16dfecae4a6efac9f3a78e0b759fb7a3c53de4commit hash: fb16dfecae4a6efac9f3a78e0b759fb7a3c53de4commit hash: fb16dfecae4a6efac9f3a78e0b759fb7a3c53de4commit hash: fb16dfecae4a6efac9f3a78e0b759fb7a3c53de4 files touched by this commit
Stefan Eßer (se) search for other commits by this committer
Remove WWW entries moved into port Makefiles

Commit b7f05445c00f has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.

This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.

Approved by:		portmgr (tcberner)
1.11.1
07 Sep 2022 21:10:59
commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52 files touched by this commit
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.
(Only the first 15 lines of the commit message are shown above View all of this commit message)
1.11.1
27 Aug 2022 10:23:57
commit hash: c5d831cd709ebd16dfe1be972bb2562033f12db2commit hash: c5d831cd709ebd16dfe1be972bb2562033f12db2commit hash: c5d831cd709ebd16dfe1be972bb2562033f12db2commit hash: c5d831cd709ebd16dfe1be972bb2562033f12db2 files touched by this commit
Po-Chuan Hsieh (sunpoet) search for other commits by this committer
devel/py-avro: Update to 1.11.1

Changes:	https://github.com/apache/avro/releases
1.11.0
20 Jul 2022 14:21:35
commit hash: aa6eefd5e663357e8223399bc38c7987f5e35746commit hash: aa6eefd5e663357e8223399bc38c7987f5e35746commit hash: aa6eefd5e663357e8223399bc38c7987f5e35746commit hash: aa6eefd5e663357e8223399bc38c7987f5e35746 files touched by this commit
Tobias C. Berner (tcberner) search for other commits by this committer
devel: remove 'Created by' lines

A big Thank You to the original contributors of these ports:

  *  "Waitman Gobble" <uzimac@da3m0n8t3r.com>
  *  <jkoshy@FreeBSD.org>
  *  Aaron Dalton <aaron@FreeBSD.org>
  *  Aaron Dalton <aaron@daltons.ca>
  *  Aaron H. K. Diep <ahkdiep@gmail.com>
  *  Aaron Hurt <ahurt@anbcs.com>
  *  Abel Chow <abel_chow@yahoo.com>
  *  Adam McLaurin
  *  Adam Saponara <as@php.net>
  *  Adam Weinberger <adamw@FreeBSD.org>
  *  Ade Lovett <ade@FreeBSD.org>
(Only the first 15 lines of the commit message are shown above View all of this commit message)
1.11.0
01 Nov 2021 13:41:29
commit hash: 6de75e8a85555e8b95d25a1c80927db6398ddf8bcommit hash: 6de75e8a85555e8b95d25a1c80927db6398ddf8bcommit hash: 6de75e8a85555e8b95d25a1c80927db6398ddf8bcommit hash: 6de75e8a85555e8b95d25a1c80927db6398ddf8b files touched by this commit
Po-Chuan Hsieh (sunpoet) search for other commits by this committer
devel/py-avro: Update to 1.11.0

Changes:	https://github.com/apache/avro/releases
1.10.2
25 Oct 2021 15:57:18
commit hash: 864e52792650b8ec607245d08c40bdee75b7273dcommit hash: 864e52792650b8ec607245d08c40bdee75b7273dcommit hash: 864e52792650b8ec607245d08c40bdee75b7273dcommit hash: 864e52792650b8ec607245d08c40bdee75b7273d files touched by this commit
Po-Chuan Hsieh (sunpoet) search for other commits by this committer
devel/py-avro: Cosmetic change
1.10.2
14 Oct 2021 21:30:38
commit hash: 1bc45e11ea859e8de09813e043daedc8932c4f16commit hash: 1bc45e11ea859e8de09813e043daedc8932c4f16commit hash: 1bc45e11ea859e8de09813e043daedc8932c4f16commit hash: 1bc45e11ea859e8de09813e043daedc8932c4f16 files touched by this commit
Stefan Eßer (se) search for other commits by this committer
devel/py-avro: Add CPE information

Approved by:	portmgr (blanket)
1.10.2
29 Apr 2021 14:23:47
commit hash: 356a28086bc3cab34fdc6b3661b4ec20f30f7e8acommit hash: 356a28086bc3cab34fdc6b3661b4ec20f30f7e8acommit hash: 356a28086bc3cab34fdc6b3661b4ec20f30f7e8acommit hash: 356a28086bc3cab34fdc6b3661b4ec20f30f7e8a files touched by this commit
Po-Chuan Hsieh (sunpoet) search for other commits by this committer
devel/py-avro: Add CATEGORIES=python
1.10.2
18 Apr 2021 05:42:18
commit hash: 40e8879db6421e599814f505bcdc446ed4c3bf2ccommit hash: 40e8879db6421e599814f505bcdc446ed4c3bf2ccommit hash: 40e8879db6421e599814f505bcdc446ed4c3bf2ccommit hash: 40e8879db6421e599814f505bcdc446ed4c3bf2c files touched by this commit
Po-Chuan Hsieh (sunpoet) search for other commits by this committer
devel/py-avro: Update to 1.10.2

Changes:	https://github.com/apache/avro/releases
1.10.1
06 Apr 2021 14:31:07
commit hash: 305f148f482daf30dcf728039d03d019f88344ebcommit hash: 305f148f482daf30dcf728039d03d019f88344ebcommit hash: 305f148f482daf30dcf728039d03d019f88344ebcommit hash: 305f148f482daf30dcf728039d03d019f88344eb files touched by this commit
Mathieu Arnold (mat) search for other commits by this committer
Remove # $FreeBSD$ from Makefiles.
1.10.1
28 Dec 2020 23:02:15
Revision:559531Original commit files touched by this commit
antoine search for other commits by this committer
Drop python 2.7 support from a few ports

With hat:	portmgr
1.10.1
10 Dec 2020 21:31:49
Revision:557499Original commit files touched by this commit
sunpoet search for other commits by this committer
Update to 1.10.1

Changes:	https://github.com/apache/avro/releases
1.10.0
08 Jul 2020 18:56:11
Revision:541524Original commit files touched by this commit
sunpoet search for other commits by this committer
Update to 1.10.0

Changes:	https://github.com/apache/avro/releases
1.9.2
13 Feb 2020 18:33:29
Revision:526032Original commit files touched by this commit
sunpoet search for other commits by this committer
Update to 1.9.2

- Add SNAPPY and ZSTANDARD options

Changes:	https://github.com/apache/avro/releases
1.9.1
03 Sep 2019 19:09:01
Revision:510982Original commit files touched by this commit
sunpoet search for other commits by this committer
Update to 1.9.1

Changes:	https://github.com/apache/avro/releases
1.9.0
25 May 2019 10:00:12
Revision:502518Original commit files touched by this commit
sunpoet search for other commits by this committer
Update to 1.9.0

Changes:	https://github.com/apache/avro/releases
1.8.2_1
10 Apr 2019 06:18:32
Revision:498530Original commit files touched by this commit
antoine search for other commits by this committer
Bump a few PORTREVISIONs after r498529

With hat:	portmgr
1.8.2
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
1.8.2
25 Apr 2018 16:42:38
Revision:468282Original commit files touched by this commit
amdmi3 search for other commits by this committer
Switch all pypi.python.org WWWs to a new PyPi home pypi.org where
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
1.8.2
26 Feb 2018 22:33:10
Revision:463093Original commit files touched by this commit
sunpoet search for other commits by this committer
Update to 1.8.2

- Change MASTER_SITES to CHEESESHOP
- Add LICENSE
- Add NO_ARCH
- Allow concurrent installation (USE_PYTHON=concurrent)
- Update pkg-descr
- Add PyPI as primary WWW
- Update WWW
- Take maintainership
1.8.1
23 Feb 2018 21:09:47
Revision:462745Original commit files touched by this commit
rene search for other commits by this committer
Reset vg@'s ports after he resigned.

With hat:	portmgr-secretary
1.8.1
25 Jun 2016 20:29:04
Revision:417487Original commit files touched by this commit
gnn search for other commits by this committer
Update avro and related ports from version 1.7.7 to 1.8.1

Submitted by:	Arun Thomas <arun.thomas @ gmail.com>
Reviewed by:	vg
Approved by:	vg (maintainer)
Sponsored by:	DARPA, AFRL
1.7.7
23 Aug 2015 16:11:25
Revision:395110Original commit files touched by this commit
vg search for other commits by this committer
- Update to 1.7.7

PR:		ports/202471
Submitted by:	Chris Petrik <chris@bsdjunk.com>
1.7.4_1
14 May 2015 10:15:09
Revision:386312Original commit files touched by this commit
mat search for other commits by this committer
MASTER_SITES cleanup.

- Replace ${MASTER_SITE_FOO} with FOO.
- Merge MASTER_SITE_SUBDIR into MASTER_SITES when possible. (This means 99.9%
  of the time.)
- Remove occurrences of MASTER_SITE_LOCAL when no subdirectory was present and
  no hint of what it should be was present.
- Fix some logic.
- And generally, make things more simple and easy to understand.

While there, add magic values to the FESTIVAL, GENTOO, GIMP, GNUPG, QT and
SAMBA macros.

Also, replace some EXTRACT_SUFX occurences with USES=tar:*.

Checked by:	make fetch-urlall-list
With hat:	portmgr
Sponsored by:	Absolight
1.7.4_1
20 Oct 2014 16:04:14
Revision:371280Original commit files touched by this commit
mva search for other commits by this committer
- Convert ports of devel/ to USES=python

Approved by:	portmgr (implicit)
1.7.4_1
21 Jan 2014 09:00:46
Revision:340584Original commit files touched by this commit
bapt search for other commits by this committer
Bump portrevision due to change PYDISTUTILS usage
1.7.4
21 Jan 2014 08:14:17
Revision:340572Original commit files touched by this commit
bapt search for other commits by this committer
Support stage
use PDISTUTILS_AUTOPLIST
1.7.4
20 Sep 2013 17:13:47
Revision:327724Original commit files touched by this commit
bapt search for other commits by this committer
Add NO_STAGE all over the place in preparation for the staging support (cat:
devel part 3)
1.7.4
22 Jul 2013 14:34:23
Revision:323455Original commit files touched by this commit
vg search for other commits by this committer
 - Changed my email
 - Trim Makefile headers and positions name and surname within

Approved by:	eadler, rm (mentors)
1.7.4
08 May 2013 22:59:37
Revision:317717Original commit files touched by this commit
rm search for other commits by this committer
- update to 1.7.4

while here:
- replace PKGNAMEPREFIX with PYTHON_PKGNAMEPREFIX
- move pkg-plist contents to PLIST_FILES
- using of bsd.port.pre|post.mk isn't needed here

PR:		177580
Submitted by:	Veniamin Gvozdikov <g.veanimin@googlemail.com> (maintainer)
1.7.3_1
30 Mar 2013 12:06:27
Revision:315607Original commit files touched by this commit
rm search for other commits by this committer
- add backup mirror to fix fetch
- remove dependency on simplejson (no needed for python 2.6+), while here
- bump PORTREVISION because of dependency change

Approved by:	portmgr (miwi), Veniamin Gvozdikov <g.veniamin@googlemail.com>
(maintainer)
1.7.3
01 Feb 2013 12:54:00
Revision:311373Original commit files touched by this commit
vanilla search for other commits by this committer
Add py-avro 1.7.3, data serialization system for python.

PR:		ports/175565
Submitted by:	Gvozdikov Veniamin <g.veniamin@googlemail.com>

Number of commits found: 38