Commit graph

67 commits

Author SHA1 Message Date
Muhammad Moinur Rahman
55e087f0a0
dns/py-dnspython: Update version 2.6.1=>2.7.0
Changelog: https://github.com/rthalley/dnspython/releases/tag/v2.7.0
2024-10-07 07:34:38 +02:00
Muhammad Moinur Rahman
8849a8b3d2
dns/py-dnspython: Update version 2.6.0=>2.6.1
Changelog: https://dnspython.readthedocs.io/en/latest/whatsnew.html
2024-02-19 07:26:37 +01:00
Muhammad Moinur Rahman
0fe24bf1cf
dns/py-dnspython: Update version 2.5.0=>2.6.0
Changelog: https://dnspython.readthedocs.io/en/stable/whatsnew.html
2024-02-17 07:05:49 +01:00
Muhammad Moinur Rahman
ed9b5e4c1f dns/py-dnspython: Update version 2.4.2=>2.5.0
Changelog: https://dnspython.readthedocs.io/en/stable/whatsnew.html
2024-01-21 13:51:16 +01:00
Torsten Schneider
18aa04f15f dns/py-dnspython: Fix installation
- When git is installed and ports tree is used files are not properly
  installed. [1]
- TRIO_DESC is very short and do not explain the real reason of the OPTION
  hence update the DESC in details. [2]
- There was a typo in the IDNA_DESC which is fixed. [3]

PR:		272932 [1], 274416 [2],	272624 [3]
Reported by:	fbsd-bug@tschneider.org [1],
                dewayne@heuristicsystems.com.au [2]
2023-10-27 19:40:42 +02:00
Po-Chuan Hsieh
3754fc5f19
*: Replace USES=pycryptography* with USE_PYTHON=cryptography{,_build,_test}
- Introduce USE_PYTHON=cryptography{,_build,_test}
- Switch all 96 ports from USES=pycryptography to with USE_PYTHON=cryptography{,_build,_test}
- Remove Mk/Uses/pycryptography.mk

PR:		273727
Approved by:	tcberner (portmgr)
Exp-run by:	antoine
2023-09-29 22:19:56 +08:00
Muhammad Moinur Rahman
c9ff1ac811 dns/py-dnspython: Update version 2.4.1=>2.4.2
Changelog: https://github.com/rthalley/dnspython/releases/tag/v2.4.2
2023-08-10 19:03:09 +02:00
Muhammad Moinur Rahman
402358477e dns/py-dnspython: Update version 2.4.0=>2.4.1
- Reduce dependencies by using poetry-core instead of poetry
2023-08-01 20:48:28 +02:00
Tobias C. Berner
b28a739884 framework: convert tree to use USES=pycryptography
A future commit will update to security/py-cryptography will introduce a
rust dependency.

PR:		254853
2023-07-22 09:46:38 +02:00
Muhammad Moinur Rahman
8aae23c945 dns/py-dnspython: Fix typos
During the ;ast update I mistakenly deleted the PORTEPOCH. Restore it.
2023-07-16 19:46:49 +02:00
Muhammad Moinur Rahman
9e64667d8b dns/py-dnspython: Update version 2.3.0=>2.4.0
Changelog: https://github.com/rthalley/dnspython/releases/tag/v2.4.0
2023-07-16 13:24:44 +02:00
Rene Ladan
3d9a815d9c 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>
2023-06-27 21:34:34 +02:00
Muhammad Moinur Rahman
da31b5baca dns/py-dnspython: Update version 2.2.1=>2.3.0
- Change minimum python version to 3.7

Changelog: https://dnspython.readthedocs.io/en/stable/whatsnew.html
2023-03-30 17:56:51 +02:00
Dmitry Marakasov
77d68471ad */*: rename CHEESESHOP to PYPI in MASTER_SITES
PR:			267994
Differential revision:	D37518
Approved by:		bapt
2023-01-11 18:58:34 +03:00
Stefan Eßer
fb16dfecae Remove WWW entries moved into port Makefiles
Commit b7f05445c0 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)
2022-09-07 23:58:51 +02:00
Stefan Eßer
b7f05445c0 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.

This commit implements such a proposal and moves one of the WWW: entries
of each pkg-descr file into the respective port's Makefile. A heuristic
attempts to identify the most relevant URL in case there is more than
one WWW: entry in some pkg-descr file. URLs that are not moved into the
Makefile are prefixed with "See also:" instead of "WWW:" in the pkg-descr
files in order to preserve them.

There are 1256 ports that had no WWW: entries in pkg-descr files. These
ports will not be touched in this commit.

The portlint port has been adjusted to expect a WWW entry in each port
Makefile, and to flag any remaining "WWW:" lines in pkg-descr files as
deprecated.

Approved by:		portmgr (tcberner)
2022-09-07 23:10:59 +02:00
Tobias C. Berner
66ee090cca dns: remove 'Created by' lines
A big Thank You to the original contributors of these ports:

  *  Aaron Dalton <aaron@FreeBSD.org>
  *  Akinori MUSHA aka knu <knu@idaemons.org>
  *  Alex Samorukov <samm@freebsd.org>
  *  Alexey Dokuchaev <danfe@FreeBSD.org>
  *  Allan Jude <allanjude@freebsd.org>
  *  Amar Takhar <verm@drunkmonk.net>
  *  Anders Nordby <anders@fix.no>
  *  Andrew Greenwood <greenwood.andy@gmail.com>
  *  Anton Berezin <tobez@FreeBSD.org>
  *  Ashish SHUKLA <ashish@FreeBSD.org>
  *  Attila Nagy <bra@fsn.hu>
  *  Bas Kruit <baskruit@bsltwr.dhis.org>
  *  Bruce M. Simpson <bms@FreeBSD.org>
  *  Carlos J Puga Medina <cpm@fbsd.es>
  *  Chris St Denis (<chris@ctgameinfo.com>)
  *  Clement Laforet <clement@FreeBSD.org>
  *  Clement Laforet <sheepkiller@cultdeadsheep.org>
  *  Dan Langille <dvl@FreeBSD.org>
  *  Dan Pelleg <daniel+mdnsd@pelleg.org>
  *  Dan Smith <dan@algenta.com>
  *  David O'Brien (obrien@NUXI.com)
  *  Dean Hollister <dean@odyssey.apana.org.au>
  *  Dirk Froemberg <dirk@FreeBSD.org>
  *  Dmitry Pryadko <d.pryadko@rambler-co.ru>
  *  Dmitry Sivachenko <mitya@yandex-team.ru>
  *  Dominik Brettnacher <domi@saargate.de>
  *  Douglas Thrift <douglas@douglasthrift.net>
  *  Edwin Groothuis (edwin@mavetju.org)
  *  Edwin Groothuis <edwin@mavetju.org>
  *  Emanuel Haupt <ehaupt@FreeBSD.org>
  *  Emanuel Haupt <ehaupt@critical.ch>
  *  Eyal Soha <esoha@attbi.com>
  *  Filip Parag <filip@parag.rs>
  *  Filippo Natali <filippo.natali@gmail.com>
  *  Frank Behrens
  *  Gea-Suan Lin <gslin@gslin.org>
  *  Geoffroy Desvernay <dgeo@centrale-marseille.fr>
  *  George Reid <greid@ukug.uk.freebsd.org>
  *  Goran Mekić <meka@tilda.center>
  *  Hajimu UMEMOTO <ume@FreeBSD.org>
  *  Herve Quiroz <hq@FreeBSD.org>
  *  Hirohisa Yamaguchi <umq@ueo.co.jp>
  *  Hye-Shik Chang <perky@fallin.lv>
  *  Jaap Akkerhuis <jaap@NLnetLabs.nl>
  *  James FitzGibbon <jfitz@FreeBSD.org>
  *  Jase Thew <freebsd@beardz.net>
  *  Jimmy Bergman jimmy@sigint.se
  *  Jin-Shan Tseng <tjs@cdpa.nsysu.edu.tw>
  *  Joe Barbish
  *  Jov <amutu@amutu.com>
  *  Jui-Nan Lin <jnlin@freebsd.cs.nctu.edu.tw>
  *  Karl Dietz (Karl.Dietz@frankfurt.netsurf.de)
  *  Kirill Ponomarew <ponomarew@oberon.net>
  *  Koen Martens <gmc@sonologic.nl>
  *  Konstantin Saurbier <saurbier@math.uni-bielefeld.de>
  *  Kostya Lukin <lukin@okbmei.msk.su>
  *  Kris Kennaway <kris@FreeBSD.org>
  *  Kubilay Kocak <koobs@FreeBSD.org>
  *  Kurt Jaeger <fbsd-ports@opsec.eu>
  *  Leo Vandewoestijne <freebsd@dns-lab.com>
  *  Leo Vandewoestijne <freebsd@dns.company>
  *  MIHIRA Yoshiro <sanpei@jp.FreeBSD.org>
  *  Marcin Gondek <drixter@e-utp.net>
  *  Mario Sergio Fujikawa Ferreira <lioux@FreeBSD.org>
  *  Mark Felder <feld@FreeBSD.org>
  *  Mark Linimon <linimon@lonesome.com>
  *  Mark Pulford <mark@kyne.com.au>
  *  Martin Matuska <mm@FreeBSD.org>
  *  Martin Wilke <miwi@FreeBSD.org>
  *  Matthew Hunt <mph@pobox.com>
  *  Matthew Seaman
  *  Michael Cardell Widerkrantz <mc@hack.org>
  *  Moritz Warning <moritzwarning@web.de>
  *  Natacha Porte <natbsd@instinctive.eu>
  *  Neil Blakey-Milner
  *  Olivier Duchateau
  *  Paul Chvostek <paul@it.ca>
  *  Paul Dlug <paul@aps.org>
  *  Philippe Pepiot <phil@philpep.org>
  *  Piotr Kubaj <pkubaj@FreeBSD.org>
  *  Piotr Kubaj <pkubaj@anongoth.pl>
  *  Po-Chuan Hsieh <sunpoet@FreeBSD.org>
  *  Rafal Lesniak <fbsd@grid.einherjar.de>
  *  Roman Shterenzon <roman@xpert.com>
  *  Rong-En Fan <rafan@FreeBSD.org>
  *  Roy Marples <roy@marples.name>
  *  Ryan Steinmetz <rpsfa@rit.edu>
  *  Ryan Steinmetz <zi@FreeBSD.org>
  *  Sahil Tandon <sahil@tandon.net>
  *  Seamus Venasse <svenasse@polaris.ca>
  *  Sergei Kolobov <sergei@FreeBSD.org>
  *  Sergei Kolobov <sergei@kolobov.com>
  *  Sergey Matveychuk <sem@FreeBSD.org>
  *  Sergey Skvortsov <skv@protey.ru>
  *  Simon Dick <simond@irrelevant.org>
  *  Stefan Esser <se@FreeBSD.org>
  *  Steve Wills <swills@FreeBSD.org>
  *  Steve Wills <swills@freebsd.org>
  *  Steven Honson
  *  Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
  *  Sunpoet Po-Chuan Hsieh <sunpoet@sunpoet.net>
  *  Timothy Beyer <beyert@cs.ucr.edu>
  *  Waitman Gobble <waitman@waitman.net>
  *  Wen Heping <wen@FreeBSD.org>
  *  Wen Heping <wenheping@gmail.com>
  *  Zane C, Bowers <vvelox@vvelox.net>
  *  adamw
  *  alexis
  *  andrew@ugh.net.au
  *  bkhl
  *  clsung
  *  clsung@dragon2.net
  *  dglo@ssec.wisc.edu
  *  dnscheckengine-port@academ.com (Stan Barber)
  *  fenner
  *  geniusj@ods.org
  *  ijliao
  *  ismail.yenigul@endersys.com.tr
  *  krion
  *  mark@foster.cc
  *  n@nectar.com
  *  roam@FreeBSD.org
  *  rodrigc@FreeBSD.org
  *  rpsfa@rit.edu
  *  sten@blinkenlights.nl

With hat:	portmgr
2022-07-20 16:21:47 +02:00
Yuri Victorovich
ba12fcffdf dns/py-dnspython: Add python concurrency
PR:             265298
Reported by:	yuri
2022-07-19 14:12:35 -05:00
Muhammad Moinur Rahman
b6ebe26148 dns/py-dnspython: Update version 2.2.0=>2.2.1
- Remove OPTIONS PYCRYPTODOME
 - Add OPTIONS CURIO DNSSEC DOH EXAMPLES IDNA TRIO
Relnotes: https://www.dnspython.org/news/2.2.1/
2022-03-12 04:29:21 -06:00
Muhammad Moinur Rahman
5d855cc1c5 dns/py-dnspython: Update version 1.16.0=>2.2.0
- Take MAINTAINERSHIP

Relnotes: https://www.dnspython.org/news/2.2.0/
2022-02-28 19:57:18 -06:00
Muhammad Moinur Rahman
08b5ebce79 dns/py-dnspython: Revert 7fc16da
- Remove duplicate PORTVERSION based on PYTHON_MAJOR_VER
- Add PORTEPOCH as version number going backwards 2.1.0=>1.16.0
- Restrict python upto 3.7
- Fix finance/electrum which was changed based on this.
- Fix dns/py-dns-lexicon which was changed based on this.
PR:		261325
Approved by:	portmgr
Fixes: 7fc16da dns/py-dnspython: Update to 2.1.0 for Python 3
2022-02-28 17:40:41 -06:00
Yasuhiro Kimura
7fc16dab84 dns/py-dnspython: Update to 2.1.0 for Python 3
While updating this port to 2.1.0 fixes runtime error "AttributeError:
module 'base64' has no attribute 'decodestring'" with python 3.9 or
later, it isn't compatible with Python 2.7. So update to 2.1.0 only
for Python 3.

ChangeLog:	https://github.com/rthalley/dnspython/blob/v2.1.0/doc/whatsnew.rst
PR:		260475
Approved by:	maintainer timeout (> 1 month)
2022-01-19 15:36:06 +09:00
Mathieu Arnold
305f148f48
Remove # $FreeBSD$ from Makefiles. 2021-04-06 16:31:07 +02:00
Mathieu Arnold
878fe05959 Those ports are allowed to build a 2.7 flavor, for now. 2021-02-04 14:35:00 +00:00
Sunpoet Po-Chuan Hsieh
a41f7182c5 Update to 1.16.0
- Change RUN_DEPENDS from py-pycrypto to py-pycryptodome
- Convert to options target helper

Changes:	http://www.dnspython.org/kits/1.16.0/README.md
PR:		236274
Submitted by:	sunpoet (myself)
Approved by:	rm (maintainer)
2019-03-06 18:08:19 +00:00
Mathieu Arnold
4376dbbb58 Use PY_FLAVOR for dependencies.
FLAVOR is the current port's flavor, it should not be used outside of
this scope.

Sponsored by:	Absolight
2018-06-20 17:05:41 +00:00
Antoine Brodin
377901b804 Simplify some USES=python
With hat:	portmgr
2017-12-29 09:01:54 +00:00
Mathieu Arnold
551be3c723 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
  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>0:devel/py-six@${PY_FLAVOR}

PR:		223071
Reviewed by:	portmgr, python
Sponsored by:	Absolight
Differential Revision:	https://reviews.freebsd.org/D12464
2017-11-30 15:50:30 +00:00
Ruslan Makhmatkhanov
5d872729e9 dns/py-dnspython: update to 1.15.0
- define LICENSE (ISCL)
- remove DOCS option, because the only "documentation",
  that is supplied in source tarball is Changelog
2016-10-27 17:27:56 +00:00
Ruslan Makhmatkhanov
9c6d373335 Add dns/py3-dnspython
This is the slave port for py-dnspython, that is built against python3.

Submitted by:	kp (via ports@ ML)
2016-09-22 16:08:53 +00:00
Ruslan Makhmatkhanov
8431e61255 dns/py-dnspython: update to 1.14.0
- python 2.x and python 3.x are now supported from the single codebase,
  so kick off all the python version distinction shims
- remove permission safeness bits because they are not needed anymore
  (tested both with poudriere generated package and user generated package)
- general clean-up
2016-07-29 15:06:11 +00:00
Mathieu Arnold
4e1b79a0a6 Remove ${PORTSDIR}/ from dependencies, categories d, e, f, and g.
With hat:	portmgr
Sponsored by:	Absolight
2016-04-01 14:00:51 +00:00
Ruslan Makhmatkhanov
49185c5f96 dns/py-dnspython 2015-01-19 20:08:12 +00:00
Marcus von Appen
91e4e8a4e3 - Convert ports from dns/, editors/ and emulators/ to new
USES=python

Approved by:	portmgr (implicit)
2014-10-19 15:43:33 +00:00
Antoine Brodin
b1008ada68 - Stage support
- Fix packaging of examples after switch to autoplist
2014-02-19 18:42:43 +00:00
William Grzybowski
1e34739b64 Use setuptools for all Python ports.
Setuptools is the preferred method to manage Python distributions after
many changes to the packaging ecosystem over the past couple of years.

Only ports using USE_PYDISTUTILS= yes are affected by this commit, ports using
USE_PYDISTUTILS= easy_install remains the same however this usage is now
deprecated and should be converted to USE_PYDISTUTILS= yes.

Some Python distributions do not work with setuptools out of the box because
they extend the install command from distutils and not setuptools, and
so they need to be patched accordingly.

pip (which leverages setuptools) works around the issue by using eggs, however
we want to get rid of those as well, as support for "flat" installation is
unavailable or has other issues associated with it.

This work allows us to unify how python packages are built, ensure that Python
distributions are installed consistently, reduces complexity for Python port
maintainers and paves the way for simplifying the Python ports framework in
the future.

With hat on:	python
Reviewed by:	koobs, antoine
Exp-run:	bdrewery
Approved by:	bdrewery (portmgr)
2013-12-15 16:22:17 +00:00
William Grzybowski
d76ffe0f7c dns/py-dnspython: revert wrong revert of last commit
Pointy hat:	wg
2013-12-12 15:14:23 +00:00
William Grzybowski
39d1ba9cab dns/py-dnspython: revert last egginfo commit as it doesn't work with python 3 2013-12-09 14:09:59 +00:00
William Grzybowski
c14d26a17e dns/py-dnspython: use auto egg info
Submitted by:	wg (myself, via email)
Approved by:	maintainer
2013-12-09 13:16:08 +00:00
Ruslan Makhmatkhanov
bd1eeb290b - unbreak with python3 2013-11-10 18:01:40 +00:00
William Grzybowski
ad6185beb8 dns/py-dnspython: update to 1.11.1
PR:		oorts/182586
Submitted by:	Craig Leres <leres ee.lbl.gov>
Approved by:	maintainer (timeout)
2013-11-02 22:22:52 +00:00
Baptiste Daroussin
24a1652ff4 Add NO_STAGE all over the place in preparation for the staging support (cat: dns) 2013-09-20 16:31:57 +00:00
Ruslan Makhmatkhanov
a1f335c6d3 - update to 1.11.0
changelog:
- 1.11.0 is mostly a bug fix release, but two new features are support
  for the $GENERATE syntax and the TLSA RR type.
- A number of bugs have been fixed as well.
- Python 2.4 or later is required.
2013-07-18 12:24:09 +00:00
Ruslan Makhmatkhanov
86e76a45bb - make this port aware of python3 version distribution (different codebase)
Submitted by:	Bertrand Petit <elrond@phoe.frmug.org> (by mail)
2013-03-01 19:32:05 +00:00
Ruslan Makhmatkhanov
4ce9d257d7 - fix dependency
- do not bumping PORTREVISION because it's not default

Submitted by:	bapt (by mail)
Feature safe:	yes
2012-11-14 20:26:48 +00:00
Ruslan Makhmatkhanov
169a3378e6 - circumvent the ports options infrastructure limitation to not nag user with
options dialog every time (to let him actually save the chosen options)

Reported by:	bapt
2012-10-04 08:13:51 +00:00
Ruslan Makhmatkhanov
b8ffbd56aa - update to 1.10.0
- convert to optionsng

while here:
- limit python version to 2.x only
- remove deprecated attribution in pkg-descr

PR:		171786
Submitted by:	William Grzybowski <william88 at gmail dot com>
Approved by:	Andy Greenwood <greenwood.andy at gmail dot com> (prev maintainer)
2012-09-29 20:19:52 +00:00
Ruslan Makhmatkhanov
bd7a1aab54 - take maintainership 2012-09-22 18:46:24 +00:00
Thomas Abthorpe
783ef3315b - Reassign to the heap at maintainer's request 2012-09-22 15:48:23 +00:00
Doug Barton
989772c9ac The vast majority of pkg-descr files had the following format when they
had both lines:

Author: ...
WWW: ....

So standardize on that, and move them to the end of the file when necessary.

Also fix some more whitespace, and remove more "signature tags" of varying
forms, like -- name, etc.

s/AUTHOR/Author/

A few other various formatting issues
2011-10-24 09:11:38 +00:00