diff --git a/archivers/py-libarchive-c/Makefile b/archivers/py-libarchive-c/Makefile index 6725273ed2a..232f4c137ad 100644 --- a/archivers/py-libarchive-c/Makefile +++ b/archivers/py-libarchive-c/Makefile @@ -1,10 +1,11 @@ -# $OpenBSD: Makefile,v 1.6 2019/11/23 17:54:19 kmos Exp $ +# $OpenBSD: Makefile,v 1.7 2020/07/03 21:12:34 sthen Exp $ MODPY_EGG_VERSION = 2.9 COMMENT = Python interface to libarchive DISTNAME = libarchive-c-${MODPY_EGG_VERSION} PKGNAME = py-${DISTNAME} CATEGORIES = archivers devel +REVISION = 0 MAINTAINER = Brian Callahan diff --git a/archivers/py-rarfile/Makefile b/archivers/py-rarfile/Makefile index 5bd19c380f2..7442f0bf056 100644 --- a/archivers/py-rarfile/Makefile +++ b/archivers/py-rarfile/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.1.1.1 2019/11/07 21:45:52 kmos Exp $ +# $OpenBSD: Makefile,v 1.2 2020/07/03 21:12:34 sthen Exp $ COMMENT = RAR archive reader for Python @@ -6,6 +6,7 @@ MODPY_EGG_VERSION = 3.1 DISTNAME = rarfile-${MODPY_EGG_VERSION} PKGNAME = py-${DISTNAME} +REVISION = 0 CATEGORIES = archivers diff --git a/astro/py-astral/Makefile b/astro/py-astral/Makefile index ba05436c9de..e073cdecdfa 100644 --- a/astro/py-astral/Makefile +++ b/astro/py-astral/Makefile @@ -1,10 +1,11 @@ -# $OpenBSD: Makefile,v 1.5 2019/07/04 19:02:14 kmos Exp $ +# $OpenBSD: Makefile,v 1.6 2020/07/03 21:12:34 sthen Exp $ COMMENT = calculations for the position of the sun and the moon MODPY_EGG_VERSION = 1.10.1 DISTNAME = astral-${MODPY_EGG_VERSION} PKGNAME = py-${DISTNAME} +REVISION = 0 CATEGORIES = astro diff --git a/astro/py-metar/Makefile b/astro/py-metar/Makefile index 12ceafe016f..8cdeef77c96 100644 --- a/astro/py-metar/Makefile +++ b/astro/py-metar/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.27 2020/02/03 12:07:18 benoit Exp $ +# $OpenBSD: Makefile,v 1.28 2020/07/03 21:12:34 sthen Exp $ COMMENT = Python module to access NOAA's METAR weather reports @@ -6,6 +6,7 @@ MODPY_EGG_VERSION = 1.1 DISTNAME = pymetar-${MODPY_EGG_VERSION} PKGNAME = py-metar-${MODPY_EGG_VERSION} CATEGORIES = astro +REVISION = 0 HOMEPAGE = https://www.schwarzvogel.de/software-pymetar.shtml diff --git a/audio/beets/Makefile b/audio/beets/Makefile index 359b5ba1ee8..7cabe18ef67 100644 --- a/audio/beets/Makefile +++ b/audio/beets/Makefile @@ -1,11 +1,11 @@ -# $OpenBSD: Makefile,v 1.45 2020/03/30 21:38:42 sthen Exp $ +# $OpenBSD: Makefile,v 1.46 2020/07/03 21:12:34 sthen Exp $ COMMENT= CLI tools to manage music collections MODPY_EGG_VERSION= 1.4.9 DISTNAME= beets-${MODPY_EGG_VERSION} CATEGORIES= audio -REVISION= 4 +REVISION= 5 HOMEPAGE= http://beets.io/ diff --git a/audio/curseradio/Makefile b/audio/curseradio/Makefile index 4213ce9022d..01b8ad89b2c 100644 --- a/audio/curseradio/Makefile +++ b/audio/curseradio/Makefile @@ -1,10 +1,10 @@ -# $OpenBSD: Makefile,v 1.3 2019/07/12 20:43:32 sthen Exp $ +# $OpenBSD: Makefile,v 1.4 2020/07/03 21:12:34 sthen Exp $ MODPY_EGG_VERSION = 0.2 COMMENT = curses interface for browsing and playing radio streams DISTNAME = curseradio-${MODPY_EGG_VERSION} CATEGORIES = audio -REVISION = 0 +REVISION = 1 GH_ACCOUNT = chronitis GH_PROJECT = curseradio diff --git a/audio/picard/Makefile b/audio/picard/Makefile index bf05575b200..6601c7dcf41 100644 --- a/audio/picard/Makefile +++ b/audio/picard/Makefile @@ -1,9 +1,10 @@ -# $OpenBSD: Makefile,v 1.34 2020/03/20 06:35:34 rsadowski Exp $ +# $OpenBSD: Makefile,v 1.35 2020/07/03 21:12:34 sthen Exp $ COMMENT = automatic audio files tagger using the MusicBrainz database MODPY_EGG_VERSION = 2.3.1 DISTNAME = picard-${MODPY_EGG_VERSION} +REVISION = 0 CATEGORIES = audio diff --git a/audio/pithos/Makefile b/audio/pithos/Makefile index e71c4aa2a3e..ae9327a9779 100644 --- a/audio/pithos/Makefile +++ b/audio/pithos/Makefile @@ -1,9 +1,9 @@ -# $OpenBSD: Makefile,v 1.23 2019/07/12 20:43:39 sthen Exp $ +# $OpenBSD: Makefile,v 1.24 2020/07/03 21:12:34 sthen Exp $ GH_ACCOUNT = pithos GH_PROJECT = pithos GH_TAGNAME = 1.1.2 -REVISION = 3 +REVISION = 4 COMMENT = Pandora client for GNOME CATEGORIES = audio x11 diff --git a/audio/py-acoustid/Makefile b/audio/py-acoustid/Makefile index 070e34a61b1..69109211ac4 100644 --- a/audio/py-acoustid/Makefile +++ b/audio/py-acoustid/Makefile @@ -1,10 +1,11 @@ -# $OpenBSD: Makefile,v 1.12 2020/02/07 13:04:45 benoit Exp $ +# $OpenBSD: Makefile,v 1.13 2020/07/03 21:12:34 sthen Exp $ COMMENT = python bindings for Chromaprint and the Acoustid API MODPY_EGG_VERSION = 1.1.7 DISTNAME = pyacoustid-${MODPY_EGG_VERSION} PKGNAME = py-acoustid-${MODPY_EGG_VERSION} +REVISION = 0 CATEGORIES = audio diff --git a/audio/py-audio/Makefile b/audio/py-audio/Makefile index 956e0f67cf3..8a0e8c0e60d 100644 --- a/audio/py-audio/Makefile +++ b/audio/py-audio/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.7 2019/07/12 20:43:39 sthen Exp $ +# $OpenBSD: Makefile,v 1.8 2020/07/03 21:12:35 sthen Exp $ COMMENT = Python bindings for PortAudio @@ -6,7 +6,7 @@ MODPY_EGG_VERSION = 0.2.8 DISTNAME = pyaudio-${MODPY_EGG_VERSION} PKGNAME = ${DISTNAME:S/py/py-/} CATEGORIES = audio devel -REVISION = 1 +REVISION = 2 HOMEPAGE = http://people.csail.mit.edu/hubert/pyaudio/ diff --git a/audio/py-discid/Makefile b/audio/py-discid/Makefile index 5c5cb46867e..e96e94d271d 100644 --- a/audio/py-discid/Makefile +++ b/audio/py-discid/Makefile @@ -1,10 +1,11 @@ -# $OpenBSD: Makefile,v 1.1.1.1 2019/07/14 23:01:58 kmos Exp $ +# $OpenBSD: Makefile,v 1.2 2020/07/03 21:12:35 sthen Exp $ COMMENT = Python binding of libdiscid MODPY_EGG_VERSION = 1.2.0 DISTNAME = discid-${MODPY_EGG_VERSION} PKGNAME = py-${DISTNAME} +REVISION = 0 CATEGORIES = audio diff --git a/audio/py-discogs-client/Makefile b/audio/py-discogs-client/Makefile index 09640a52ca0..6eb50c99426 100644 --- a/audio/py-discogs-client/Makefile +++ b/audio/py-discogs-client/Makefile @@ -1,9 +1,9 @@ -# $OpenBSD: Makefile,v 1.14 2020/02/29 22:32:42 sthen Exp $ +# $OpenBSD: Makefile,v 1.15 2020/07/03 21:12:35 sthen Exp $ COMMENT = Python interface to Discogs website MODPY_EGG_VERSION = 2.2.2 -REVISION = 0 +REVISION = 1 DISTNAME = discogs-client-${MODPY_EGG_VERSION} PKGNAME = py-${DISTNAME} CATEGORIES = audio diff --git a/audio/py-eyed3/Makefile b/audio/py-eyed3/Makefile index 5093cc1d46e..3b1cc63ecf3 100644 --- a/audio/py-eyed3/Makefile +++ b/audio/py-eyed3/Makefile @@ -1,10 +1,11 @@ -# $OpenBSD: Makefile,v 1.22 2020/05/28 15:10:52 paco Exp $ +# $OpenBSD: Makefile,v 1.23 2020/07/03 21:12:35 sthen Exp $ COMMENT= module and program for processing ID3 tags MODPY_EGG_VERSION= 0.9.5 DISTNAME= eyeD3-${MODPY_EGG_VERSION} CATEGORIES= audio +REVISION= 0 HOMEPAGE= http://eyed3.nicfit.net/ diff --git a/audio/py-last/Makefile b/audio/py-last/Makefile index 57bea192d74..d805022ee36 100644 --- a/audio/py-last/Makefile +++ b/audio/py-last/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.13 2019/07/12 20:43:40 sthen Exp $ +# $OpenBSD: Makefile,v 1.14 2020/07/03 21:12:35 sthen Exp $ COMMENT = Python last.fm library @@ -6,7 +6,7 @@ MODPY_EGG_VERSION = 0.5.11 DISTNAME = pylast-${MODPY_EGG_VERSION} PKGNAME = py-last-${MODPY_EGG_VERSION} CATEGORIES = audio net -REVISION = 3 +REVISION = 4 HOMEPAGE = https://github.com/pylast/pylast diff --git a/audio/py-mpd2/Makefile b/audio/py-mpd2/Makefile index 2d34ade8a76..e9ee709e983 100644 --- a/audio/py-mpd2/Makefile +++ b/audio/py-mpd2/Makefile @@ -1,11 +1,11 @@ -# $OpenBSD: Makefile,v 1.13 2019/07/12 20:43:40 sthen Exp $ +# $OpenBSD: Makefile,v 1.14 2020/07/03 21:12:35 sthen Exp $ COMMENT = Python client interface for MPD MODPY_EGG_VERSION = 0.5.5 DISTNAME = python-mpd2-${MODPY_EGG_VERSION} PKGNAME = py-mpd2-${MODPY_EGG_VERSION} -REVISION = 1 +REVISION = 2 CATEGORIES = audio diff --git a/audio/py-musicbrainzngs/Makefile b/audio/py-musicbrainzngs/Makefile index f712a1bcc2c..48184576eac 100644 --- a/audio/py-musicbrainzngs/Makefile +++ b/audio/py-musicbrainzngs/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.7 2020/02/11 17:46:25 kmos Exp $ +# $OpenBSD: Makefile,v 1.8 2020/07/03 21:12:35 sthen Exp $ COMMENT = python bindings for musicbrainz NGS webservice @@ -6,6 +6,7 @@ MODPY_EGG_VERSION = 0.7.1 DISTNAME = musicbrainzngs-${MODPY_EGG_VERSION} PKGNAME = py-${DISTNAME} CATEGORIES = audio +REVISION = 0 HOMEPAGE = https://python-musicbrainzngs.readthedocs.org/ diff --git a/audio/py-mutagen/Makefile b/audio/py-mutagen/Makefile index b8b9d36f93e..bf6231e242a 100644 --- a/audio/py-mutagen/Makefile +++ b/audio/py-mutagen/Makefile @@ -1,9 +1,9 @@ -# $OpenBSD: Makefile,v 1.31 2020/05/21 10:39:26 sthen Exp $ +# $OpenBSD: Makefile,v 1.32 2020/07/03 21:12:35 sthen Exp $ COMMENT = Python module to handle audio metadata MODPY_EGG_VERSION = 1.43.0 -REVISION = 1 +REVISION = 2 DISTNAME = mutagen-${MODPY_EGG_VERSION} PKGNAME = py-${DISTNAME} PORTROACH = skipv:release-${MODPY_EGG_VERSION} diff --git a/audio/py-tagpy/Makefile b/audio/py-tagpy/Makefile index 5d0d803a71b..502bec831e5 100644 --- a/audio/py-tagpy/Makefile +++ b/audio/py-tagpy/Makefile @@ -1,11 +1,11 @@ -# $OpenBSD: Makefile,v 1.29 2019/07/12 20:43:40 sthen Exp $ +# $OpenBSD: Makefile,v 1.30 2020/07/03 21:12:35 sthen Exp $ COMMENT= Python bindings to TagLib audio file tag library MODPY_EGG_VERSION = 2013.1 DISTNAME = tagpy-${MODPY_EGG_VERSION} PKGNAME = py-${DISTNAME} -REVISION = 10 +REVISION = 11 CATEGORIES = audio devel diff --git a/audio/quodlibet/Makefile b/audio/quodlibet/Makefile index 0764a6c4f3d..3d56160727f 100644 --- a/audio/quodlibet/Makefile +++ b/audio/quodlibet/Makefile @@ -1,10 +1,11 @@ -# $OpenBSD: Makefile,v 1.33 2020/02/23 19:21:46 sthen Exp $ +# $OpenBSD: Makefile,v 1.34 2020/07/03 21:12:35 sthen Exp $ COMMENT= audio player and tagger for GTK+ with regex support MODPY_EGG_VERSION= 4.3.0 DISTNAME= quodlibet-${MODPY_EGG_VERSION} PORTROACH= skipv:release-${MODPY_EGG_VERSION} +REVISION= 0 CATEGORIES= audio diff --git a/audio/rhythmbox/Makefile b/audio/rhythmbox/Makefile index c65b99e7c14..8cc846e650a 100644 --- a/audio/rhythmbox/Makefile +++ b/audio/rhythmbox/Makefile @@ -1,9 +1,10 @@ -# $OpenBSD: Makefile,v 1.176 2020/01/05 13:23:18 ajacoutot Exp $ +# $OpenBSD: Makefile,v 1.177 2020/07/03 21:12:35 sthen Exp $ COMMENT= integrated music management application for GNOME GNOME_PROJECT= rhythmbox GNOME_VERSION= 3.4.4 +REVISION= 0 SHARED_LIBS += rhythmbox-core 0.0 # 7.0 diff --git a/audio/sonata/Makefile b/audio/sonata/Makefile index 1b65cb10897..1af794f8b4e 100644 --- a/audio/sonata/Makefile +++ b/audio/sonata/Makefile @@ -1,11 +1,11 @@ -# $OpenBSD: Makefile,v 1.58 2019/07/12 20:43:41 sthen Exp $ +# $OpenBSD: Makefile,v 1.59 2020/07/03 21:12:35 sthen Exp $ COMMENT= GTK+ client for the Music Player Daemon MODPY_EGG_VERSION=1.7b1 DISTNAME= sonata-${MODPY_EGG_VERSION} EPOCH= 0 -REVISION= 1 +REVISION= 2 CATEGORIES= audio diff --git a/audio/speech-dispatcher/Makefile b/audio/speech-dispatcher/Makefile index 606f0618d43..4f997a44d67 100755 --- a/audio/speech-dispatcher/Makefile +++ b/audio/speech-dispatcher/Makefile @@ -1,9 +1,10 @@ -# $OpenBSD: Makefile,v 1.30 2020/05/17 09:34:23 ajacoutot Exp $ +# $OpenBSD: Makefile,v 1.31 2020/07/03 21:12:35 sthen Exp $ COMMENT= common interface to speech synthesis V= 0.9.1 DISTNAME= speech-dispatcher-${V} +REVISION= 0 SHARED_LIBS += speechd 2.1 # .8.0 diff --git a/audio/yt-audio/Makefile b/audio/yt-audio/Makefile index f325e2a5ee0..b402d0e65ea 100644 --- a/audio/yt-audio/Makefile +++ b/audio/yt-audio/Makefile @@ -1,11 +1,11 @@ -# $OpenBSD: Makefile,v 1.3 2020/04/06 08:48:06 pirofti Exp $ +# $OpenBSD: Makefile,v 1.4 2020/07/03 21:12:35 sthen Exp $ COMMENT = youtube-dl wrapper to manage youtube audio MODPY_EGG_VERSION = 0.1 DISTNAME = yt-audio-${MODPY_EGG_VERSION} CATEGORIES = audio -REVISION = 0 +REVISION = 1 MAINTAINER = Paul Irofti diff --git a/benchmarks/speedtest-cli/Makefile b/benchmarks/speedtest-cli/Makefile index 5067229068b..a90bd1f3d71 100644 --- a/benchmarks/speedtest-cli/Makefile +++ b/benchmarks/speedtest-cli/Makefile @@ -1,10 +1,11 @@ -# $OpenBSD: Makefile,v 1.21 2019/08/23 15:49:58 sthen Exp $ +# $OpenBSD: Makefile,v 1.22 2020/07/03 21:12:35 sthen Exp $ COMMENT = command-line client for speedtest.net bandwidth tester MODPY_EGG_VERSION = 2.1.2 DISTNAME = speedtest-cli-${MODPY_EGG_VERSION} CATEGORIES = benchmarks net +REVISION = 0 HOMEPAGE = https://github.com/sivel/speedtest-cli diff --git a/cad/kicad/Makefile b/cad/kicad/Makefile index 0557007b7c6..466f77c4d55 100644 --- a/cad/kicad/Makefile +++ b/cad/kicad/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.42 2020/06/09 17:09:23 cwen Exp $ +# $OpenBSD: Makefile,v 1.43 2020/07/03 21:12:35 sthen Exp $ # Sync cad/kicad-share/Makefile.inc with archs where kicad is broken BROKEN-powerpc = segfaults when trying to run the PCB editor @@ -7,7 +7,7 @@ V = 5.1.5 COMMENT = schematic and PCB editing software DISTNAME = kicad-${V} EPOCH = 0 -REVISION = 1 +REVISION = 2 SHARED_LIBS += kicad_3dsg 0.0 # 2.0 diff --git a/cad/netgen/Makefile b/cad/netgen/Makefile index e9861200639..ff592d0a50c 100644 --- a/cad/netgen/Makefile +++ b/cad/netgen/Makefile @@ -1,8 +1,9 @@ -# $OpenBSD: Makefile,v 1.6 2020/02/22 11:37:16 sthen Exp $ +# $OpenBSD: Makefile,v 1.7 2020/07/03 21:12:36 sthen Exp $ COMMENT = tool for netlist comparison (LVS) and format manipulation DISTNAME = netgen-1.5.138 EXTRACT_SUFX = .tgz +REVISION = 0 CATEGORIES = cad diff --git a/cad/yosys/Makefile b/cad/yosys/Makefile index 47db5fb9798..e945f67ae5c 100644 --- a/cad/yosys/Makefile +++ b/cad/yosys/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.9 2020/04/12 14:46:04 sthen Exp $ +# $OpenBSD: Makefile,v 1.10 2020/07/03 21:12:36 sthen Exp $ COMMENT = framework for Verilog RTL synthesis @@ -6,7 +6,7 @@ GH_ACCOUNT = YosysHQ GH_PROJECT = yosys GH_TAGNAME = yosys-0.9 DISTNAME = ${GH_TAGNAME} -REVISION = 0 +REVISION = 1 CATEGORIES = cad diff --git a/comms/sigrok/libsigrokdecode/Makefile b/comms/sigrok/libsigrokdecode/Makefile index adb59b3bae8..79b37ed7d86 100644 --- a/comms/sigrok/libsigrokdecode/Makefile +++ b/comms/sigrok/libsigrokdecode/Makefile @@ -1,6 +1,7 @@ -# $OpenBSD: Makefile,v 1.4 2019/12/18 06:50:30 bentley Exp $ +# $OpenBSD: Makefile,v 1.5 2020/07/03 21:12:36 sthen Exp $ COMMENT = sigrok protocol decoding library +REVISION = 0 SIGROK_PROJECT = libsigrokdecode SIGROK_VERSION = 0.5.3 diff --git a/converters/libpst/Makefile b/converters/libpst/Makefile index 29ccf615eba..b929fc31b7a 100644 --- a/converters/libpst/Makefile +++ b/converters/libpst/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.60 2020/03/27 08:08:31 ajacoutot Exp $ +# $OpenBSD: Makefile,v 1.61 2020/07/03 21:12:36 sthen Exp $ BROKEN-hppa= linking .libs/python-libpst.o fails @@ -7,6 +7,8 @@ COMMENT-python= python interface to libpst DISTNAME= libpst-0.6.75 +REVISION-python= 0 + SHARED_LIBS += pst 3.0 # 5.17 PKGNAME-main= ${DISTNAME} diff --git a/converters/py-html2text/Makefile b/converters/py-html2text/Makefile index 9e3f2d58fbc..c00548569f4 100644 --- a/converters/py-html2text/Makefile +++ b/converters/py-html2text/Makefile @@ -1,10 +1,11 @@ -# $OpenBSD: Makefile,v 1.18 2020/03/01 19:52:41 paco Exp $ +# $OpenBSD: Makefile,v 1.19 2020/07/03 21:12:36 sthen Exp $ COMMENT = HTML to markdown-formatted text converter MODPY_EGG_VERSION = 2020.1.16 DISTNAME = html2text-${MODPY_EGG_VERSION} PKGNAME = py-${DISTNAME} +REVISION = 0 CATEGORIES = converters HOMEPAGE = http://alir3z4.github.io/html2text/ diff --git a/converters/py-mini-amf/Makefile b/converters/py-mini-amf/Makefile index 73263a66b30..6342c897a64 100644 --- a/converters/py-mini-amf/Makefile +++ b/converters/py-mini-amf/Makefile @@ -1,11 +1,11 @@ -# $OpenBSD: Makefile,v 1.5 2019/11/26 01:04:45 kmos Exp $ +# $OpenBSD: Makefile,v 1.6 2020/07/03 21:12:36 sthen Exp $ COMMENT = serialize and deserialize AMF data MODPY_EGG_VERSION = 0.9.1 DISTNAME = Mini-AMF-${MODPY_EGG_VERSION} PKGNAME = py-mini-amf-${MODPY_EGG_VERSION} -REVISION = 0 +REVISION = 1 CATEGORIES = converters HOMEPAGE = https://github.com/zackw/mini-amf diff --git a/converters/py-num2words/Makefile b/converters/py-num2words/Makefile index 8ae2a55918b..d17aa80da56 100644 --- a/converters/py-num2words/Makefile +++ b/converters/py-num2words/Makefile @@ -1,10 +1,11 @@ -# $OpenBSD: Makefile,v 1.2 2019/12/02 21:45:27 kmos Exp $ +# $OpenBSD: Makefile,v 1.3 2020/07/03 21:12:36 sthen Exp $ COMMENT = convert numbers to words MODPY_EGG_VERSION = 0.5.10 DISTNAME = num2words-${MODPY_EGG_VERSION} PKGNAME = py-${DISTNAME} +REVISION = 0 CATEGORIES = converters diff --git a/converters/unoconv/Makefile b/converters/unoconv/Makefile index 446d7b6340a..0ecd61006ea 100644 --- a/converters/unoconv/Makefile +++ b/converters/unoconv/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.13 2019/07/12 20:43:52 sthen Exp $ +# $OpenBSD: Makefile,v 1.14 2020/07/03 21:12:36 sthen Exp $ # sync with editors/libreoffice ONLY_FOR_ARCHS= amd64 i386 @@ -8,7 +8,7 @@ PKG_ARCH= * COMMENT= UNiversal Office CONVerter DISTNAME= unoconv-0.7 -REVISION= 7 +REVISION= 8 CATEGORIES= converters textproc diff --git a/databases/py-apsw/Makefile b/databases/py-apsw/Makefile index cab1c93c3d1..afdb359fea5 100644 --- a/databases/py-apsw/Makefile +++ b/databases/py-apsw/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.11 2019/07/12 20:43:59 sthen Exp $ +# $OpenBSD: Makefile,v 1.12 2020/07/03 21:12:36 sthen Exp $ COMMENT = thin SQLite wrapper for Python @@ -7,7 +7,7 @@ DISTNAME = apsw-${MODPY_EGG_VERSION}-r1 MODPY_PI_DIR= a/apsw PKGNAME = py-apsw-${MODPY_EGG_VERSION} CATEGORIES = databases -REVISION = 0 +REVISION = 1 HOMEPAGE= https://rogerbinns.github.io/apsw/ diff --git a/databases/py-bsddb3/Makefile b/databases/py-bsddb3/Makefile index d05c828e0be..f908a65628a 100644 --- a/databases/py-bsddb3/Makefile +++ b/databases/py-bsddb3/Makefile @@ -1,11 +1,11 @@ -# $OpenBSD: Makefile,v 1.4 2019/07/12 20:43:59 sthen Exp $ +# $OpenBSD: Makefile,v 1.5 2020/07/03 21:12:36 sthen Exp $ COMMENT= Python bindings for Oracle Berkeley DB MODPY_EGG_VERSION= 6.0.1 DISTNAME= bsddb3-${MODPY_EGG_VERSION} PKGNAME= py-${DISTNAME} -REVISION= 1 +REVISION= 2 CATEGORIES= databases devel diff --git a/databases/py-flask-sqlalchemy/Makefile b/databases/py-flask-sqlalchemy/Makefile index 401dd20a825..ef63a0397a6 100644 --- a/databases/py-flask-sqlalchemy/Makefile +++ b/databases/py-flask-sqlalchemy/Makefile @@ -1,10 +1,11 @@ -# $OpenBSD: Makefile,v 1.10 2019/12/30 13:04:17 sthen Exp $ +# $OpenBSD: Makefile,v 1.11 2020/07/03 21:12:36 sthen Exp $ COMMENT = sqlalchemy support for flask MODPY_EGG_VERSION = 2.4.1 DISTNAME = Flask-SQLAlchemy-${MODPY_EGG_VERSION} PKGNAME = py-${DISTNAME:L} +REVISION = 0 CATEGORIES = databases www diff --git a/databases/py-influxdb/Makefile b/databases/py-influxdb/Makefile index fcc7ae10442..cdd74277d1b 100644 --- a/databases/py-influxdb/Makefile +++ b/databases/py-influxdb/Makefile @@ -1,10 +1,11 @@ -# $OpenBSD: Makefile,v 1.9 2020/05/14 19:35:05 bket Exp $ +# $OpenBSD: Makefile,v 1.10 2020/07/03 21:12:36 sthen Exp $ COMMENT = Python client for interacting with InfluxDB MODPY_EGG_VERSION = 5.3.0 DISTNAME = influxdb-${MODPY_EGG_VERSION} PKGNAME = py-${DISTNAME} +REVISION = 0 CATEGORIES = databases diff --git a/databases/py-ldap/Makefile b/databases/py-ldap/Makefile index b6fd6d58f67..0b677fb703d 100644 --- a/databases/py-ldap/Makefile +++ b/databases/py-ldap/Makefile @@ -1,10 +1,10 @@ -# $OpenBSD: Makefile,v 1.51 2019/07/12 20:43:59 sthen Exp $ +# $OpenBSD: Makefile,v 1.52 2020/07/03 21:12:36 sthen Exp $ COMMENT-main= LDAP client API for Python COMMENT-examples= example programs for the LDAP client API for Python MODPY_EGG_VERSION = 3.2.0 -REVISION= 2 +REVISION= 3 DISTNAME= python-ldap-${MODPY_EGG_VERSION} PKGNAME= py-ldap-${MODPY_EGG_VERSION} diff --git a/databases/py-ldap0/Makefile b/databases/py-ldap0/Makefile index 86a316eecb1..43144f8a45d 100644 --- a/databases/py-ldap0/Makefile +++ b/databases/py-ldap0/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.1.1.1 2020/06/12 09:56:18 landry Exp $ +# $OpenBSD: Makefile,v 1.2 2020/07/03 21:12:36 sthen Exp $ COMMENT = provides an API to access LDAP directory servers for Python @@ -6,6 +6,7 @@ MODPY_EGG_VERSION = 1.0.11 DISTNAME = ldap0-${MODPY_EGG_VERSION} PKGNAME = py-${DISTNAME} +REVISION = 0 CATEGORIES = databases devel diff --git a/databases/py-ldap3/Makefile b/databases/py-ldap3/Makefile index 693223b81e0..c1d3946cd65 100644 --- a/databases/py-ldap3/Makefile +++ b/databases/py-ldap3/Makefile @@ -1,10 +1,11 @@ -# $OpenBSD: Makefile,v 1.4 2020/03/09 11:34:17 sthen Exp $ +# $OpenBSD: Makefile,v 1.5 2020/07/03 21:12:36 sthen Exp $ COMMENT = RFC4510 conforming LDAP V3 pure Python client library MODPY_EGG_VERSION = 2.7 DISTNAME = ldap3-${MODPY_EGG_VERSION} PKGNAME = py-${DISTNAME} +REVISION = 0 CATEGORIES = databases diff --git a/databases/py-minidb/Makefile b/databases/py-minidb/Makefile index 9b149649787..73a32cc261c 100644 --- a/databases/py-minidb/Makefile +++ b/databases/py-minidb/Makefile @@ -1,11 +1,11 @@ -# $OpenBSD: Makefile,v 1.9 2020/02/29 16:03:38 sthen Exp $ +# $OpenBSD: Makefile,v 1.10 2020/07/03 21:12:36 sthen Exp $ COMMENT = simple SQLite3 store for Python objects MODPY_EGG_VERSION = 2.0.2 DISTNAME = minidb-${MODPY_EGG_VERSION} PKGNAME = py-minidb-${MODPY_EGG_VERSION} -REVISION = 1 +REVISION = 2 CATEGORIES = databases diff --git a/databases/py-mongo/Makefile b/databases/py-mongo/Makefile index f6b4cab1319..2f9885cf358 100644 --- a/databases/py-mongo/Makefile +++ b/databases/py-mongo/Makefile @@ -1,11 +1,11 @@ -# $OpenBSD: Makefile,v 1.10 2019/07/12 20:44:00 sthen Exp $ +# $OpenBSD: Makefile,v 1.11 2020/07/03 21:12:36 sthen Exp $ COMMENT = Python driver for mongodb MODPY_EGG_VERSION = 3.4.0 DISTNAME = pymongo-${MODPY_EGG_VERSION} PKGNAME = py-${DISTNAME:S/py//} -REVISION = 0 +REVISION = 1 CATEGORIES = databases devel diff --git a/databases/py-mysqlclient/Makefile b/databases/py-mysqlclient/Makefile index 5523be17385..5b0bb7547ce 100644 --- a/databases/py-mysqlclient/Makefile +++ b/databases/py-mysqlclient/Makefile @@ -1,9 +1,9 @@ -# $OpenBSD: Makefile,v 1.14 2020/05/15 10:23:59 sthen Exp $ +# $OpenBSD: Makefile,v 1.15 2020/07/03 21:12:37 sthen Exp $ COMMENT = Python interface to MySQL MODPY_EGG_VERSION = 1.4.6 -REVISION = 0 +REVISION = 1 DISTNAME = mysqlclient-${MODPY_EGG_VERSION} PKGNAME = py-${DISTNAME} diff --git a/databases/py-odbc/Makefile b/databases/py-odbc/Makefile index 5373bda08f5..354b5144ac5 100644 --- a/databases/py-odbc/Makefile +++ b/databases/py-odbc/Makefile @@ -1,10 +1,11 @@ -# $OpenBSD: Makefile,v 1.24 2020/06/12 12:44:33 sthen Exp $ +# $OpenBSD: Makefile,v 1.25 2020/07/03 21:12:37 sthen Exp $ COMMENT = ODBC bindings for Python MODPY_EGG_VERSION = 4.0.30 DISTNAME = pyodbc-${MODPY_EGG_VERSION} PKGNAME = ${DISTNAME:S/py/py-/} +REVISION = 0 CATEGORIES = databases diff --git a/databases/py-peewee/Makefile b/databases/py-peewee/Makefile index 8c5e476b7b1..3b47219d032 100644 --- a/databases/py-peewee/Makefile +++ b/databases/py-peewee/Makefile @@ -1,11 +1,11 @@ -# $OpenBSD: Makefile,v 1.16 2019/07/12 20:44:00 sthen Exp $ +# $OpenBSD: Makefile,v 1.17 2020/07/03 21:12:37 sthen Exp $ COMMENT= small expressive ORM MODPY_EGG_VERSION= 2.8.3 DISTNAME= peewee-${MODPY_EGG_VERSION} PKGNAME= py-${DISTNAME} -REVISION= 1 +REVISION= 2 GH_ACCOUNT= coleifer GH_PROJECT= peewee diff --git a/databases/py-pickleshare/Makefile b/databases/py-pickleshare/Makefile index 357156158a8..371f30a353e 100644 --- a/databases/py-pickleshare/Makefile +++ b/databases/py-pickleshare/Makefile @@ -1,11 +1,11 @@ -# $OpenBSD: Makefile,v 1.14 2019/11/10 17:14:33 kmos Exp $ +# $OpenBSD: Makefile,v 1.15 2020/07/03 21:12:37 sthen Exp $ COMMENT = tiny 'shelve'-like database with concurrency support MODPY_EGG_VERSION = 0.7.4 DISTNAME = pickleshare-${MODPY_EGG_VERSION} PKGNAME = py-${DISTNAME} -REVISION = 3 +REVISION = 4 CATEGORIES = databases devel diff --git a/databases/py-psycopg2/Makefile b/databases/py-psycopg2/Makefile index 37610b23ce9..7b5ecad20f8 100644 --- a/databases/py-psycopg2/Makefile +++ b/databases/py-psycopg2/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.37 2019/11/26 16:11:34 kmos Exp $ +# $OpenBSD: Makefile,v 1.38 2020/07/03 21:12:37 sthen Exp $ COMMENT = PostgreSQL database adapter for Python @@ -6,6 +6,7 @@ MODPY_EGG_VERSION = 2.8.3 DISTNAME = psycopg2-${MODPY_EGG_VERSION} PKGNAME = py-${DISTNAME} CATEGORIES = databases +REVISION = 0 HOMEPAGE = http://initd.org/projects/psycopg2 diff --git a/databases/py-puppetdb/Makefile b/databases/py-puppetdb/Makefile index 480edc6aaf3..f739adb842e 100644 --- a/databases/py-puppetdb/Makefile +++ b/databases/py-puppetdb/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.22 2020/06/13 21:19:17 sebastia Exp $ +# $OpenBSD: Makefile,v 1.23 2020/07/03 21:12:37 sthen Exp $ COMMENT= library for working with the PuppetDB API @@ -6,6 +6,7 @@ MODPY_EGG_VERSION= 2.2.0 DISTNAME= pypuppetdb-${MODPY_EGG_VERSION} PKGNAME= py-puppetdb-${MODPY_EGG_VERSION} CATEGORIES= databases www +REVISION= 0 MAINTAINER= Sebastian Reitenbach diff --git a/databases/py-pygresql/Makefile b/databases/py-pygresql/Makefile index 6a67873719c..67be8815bc8 100644 --- a/databases/py-pygresql/Makefile +++ b/databases/py-pygresql/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.24 2020/03/06 08:32:24 benoit Exp $ +# $OpenBSD: Makefile,v 1.25 2020/07/03 21:12:37 sthen Exp $ COMMENT = PostgreSQL module for Python @@ -6,6 +6,7 @@ MODPY_EGG_VERSION = 5.1.1 DISTNAME = PyGreSQL-${MODPY_EGG_VERSION} PKGNAME = py-pygresql-${MODPY_EGG_VERSION} CATEGORIES = databases +REVISION = 0 HOMEPAGE = http://www.pygresql.org/ diff --git a/databases/py-pymysql/Makefile b/databases/py-pymysql/Makefile index 736f3fcf03b..34227a8f1b1 100644 --- a/databases/py-pymysql/Makefile +++ b/databases/py-pymysql/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.1.1.1 2020/06/01 20:53:57 sthen Exp $ +# $OpenBSD: Makefile,v 1.2 2020/07/03 21:12:37 sthen Exp $ COMMENT = MySQL driver in pure Python @@ -6,6 +6,7 @@ MODPY_EGG_VERSION = 0.9.3 DISTNAME = PyMySQL-${MODPY_EGG_VERSION} PKGNAME = py-${DISTNAME:L} +REVISION = 0 CATEGORIES = databases diff --git a/databases/py-redis/Makefile b/databases/py-redis/Makefile index 757ada8028a..d8200677571 100644 --- a/databases/py-redis/Makefile +++ b/databases/py-redis/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.36 2020/02/16 13:02:19 sthen Exp $ +# $OpenBSD: Makefile,v 1.37 2020/07/03 21:12:37 sthen Exp $ COMMENT = Python interface to Redis @@ -10,6 +10,7 @@ GH_TAGNAME = ${MODPY_EGG_VERSION} PKGNAME = py-redis-${MODPY_EGG_VERSION} CATEGORIES = databases +REVISION = 0 HOMEPAGE = https://github.com/andymccurdy/redis-py/ diff --git a/databases/py-sql/Makefile b/databases/py-sql/Makefile index 6bd8210ba98..4c4d837fa1d 100644 --- a/databases/py-sql/Makefile +++ b/databases/py-sql/Makefile @@ -1,10 +1,11 @@ -# $OpenBSD: Makefile,v 1.12 2020/01/26 13:48:15 semarie Exp $ +# $OpenBSD: Makefile,v 1.13 2020/07/03 21:12:37 sthen Exp $ COMMENT= library to write SQL queries MODPY_EGG_VERSION = 1.1.0 DISTNAME= python-sql-${MODPY_EGG_VERSION} PKGNAME= py-sql-${MODPY_EGG_VERSION} +REVISION= 0 CATEGORIES= databases diff --git a/databases/py-sqlalchemy-migrate/Makefile b/databases/py-sqlalchemy-migrate/Makefile index 19634c39691..a2630348875 100644 --- a/databases/py-sqlalchemy-migrate/Makefile +++ b/databases/py-sqlalchemy-migrate/Makefile @@ -1,10 +1,11 @@ -# $OpenBSD: Makefile,v 1.14 2019/12/30 13:02:48 sthen Exp $ +# $OpenBSD: Makefile,v 1.15 2020/07/03 21:12:37 sthen Exp $ COMMENT = schema migration tools for SQLAlchemy MODPY_EGG_VERSION = 0.13.0 DISTNAME = sqlalchemy-migrate-${MODPY_EGG_VERSION} PKGNAME = py-${DISTNAME} +REVISION = 0 CATEGORIES = databases diff --git a/databases/py-sqlalchemy/Makefile b/databases/py-sqlalchemy/Makefile index 974ae60f283..baf51a6947f 100644 --- a/databases/py-sqlalchemy/Makefile +++ b/databases/py-sqlalchemy/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.43 2019/12/30 13:02:26 sthen Exp $ +# $OpenBSD: Makefile,v 1.44 2020/07/03 21:12:37 sthen Exp $ COMMENT-main = database toolkit for Python COMMENT-docs = documentation and examples for sqlalchemy @@ -9,6 +9,7 @@ FULLPKGNAME-main = ${MODPY_PY_PREFIX}sqlalchemy-${MODPY_EGG_VERSION} FULLPKGPATH-main = databases/py-sqlalchemy${MODPY_FLAVOR},-main FULLPKGNAME-docs = py-sqlalchemy-docs-${MODPY_EGG_VERSION} FULLPKGPATH-docs = databases/py-sqlalchemy,-docs +REVISION-main = 0 CATEGORIES = databases diff --git a/databases/py-sqlobject/Makefile b/databases/py-sqlobject/Makefile index ca8fd9deca2..322301f848c 100644 --- a/databases/py-sqlobject/Makefile +++ b/databases/py-sqlobject/Makefile @@ -1,10 +1,11 @@ -# $OpenBSD: Makefile,v 1.22 2020/01/21 20:38:01 sthen Exp $ +# $OpenBSD: Makefile,v 1.23 2020/07/03 21:12:37 sthen Exp $ COMMENT = Object Relational Manager MODPY_EGG_VERSION = 3.8.0 DISTNAME = SQLObject-${MODPY_EGG_VERSION} PKGNAME = py-sqlobject-${MODPY_EGG_VERSION} +REVISION = 0 CATEGORIES = databases diff --git a/databases/py-sqlparse/Makefile b/databases/py-sqlparse/Makefile index 8fb8e49b141..afe71b43025 100644 --- a/databases/py-sqlparse/Makefile +++ b/databases/py-sqlparse/Makefile @@ -1,11 +1,11 @@ -# $OpenBSD: Makefile,v 1.10 2019/07/12 20:44:00 sthen Exp $ +# $OpenBSD: Makefile,v 1.11 2020/07/03 21:12:37 sthen Exp $ COMMENT = non-validating SQL parser MODPY_EGG_VERSION = 0.2.4 DISTNAME = sqlparse-${MODPY_EGG_VERSION} PKGNAME = py-${DISTNAME} -REVISION = 0 +REVISION = 1 CATEGORIES = databases diff --git a/databases/web2ldap/Makefile b/databases/web2ldap/Makefile index 2a2b425b576..3b2efe8dfa1 100644 --- a/databases/web2ldap/Makefile +++ b/databases/web2ldap/Makefile @@ -1,9 +1,10 @@ -# $OpenBSD: Makefile,v 1.1.1.1 2020/06/12 11:28:29 landry Exp $ +# $OpenBSD: Makefile,v 1.2 2020/07/03 21:12:37 sthen Exp $ COMMENT = full-featured LDAP client running as web application MODPY_EGG_VERSION = 1.5.81 DISTNAME = web2ldap-${MODPY_EGG_VERSION} +REVISION = 0 CATEGORIES = databases www sysutils diff --git a/databases/xapian-bindings/Makefile b/databases/xapian-bindings/Makefile index 7b813a7d59a..8ca243cf7e3 100755 --- a/databases/xapian-bindings/Makefile +++ b/databases/xapian-bindings/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.24 2020/03/04 23:31:20 sthen Exp $ +# $OpenBSD: Makefile,v 1.25 2020/07/03 21:12:37 sthen Exp $ COMMENT-main= perl bindings for Xapian COMMENT-python= python bindings for Xapian @@ -7,6 +7,8 @@ COMMENT-ruby= ruby bindings for Xapian V= 1.4.15 DISTNAME= xapian-bindings-${V} +REVISION-python= 0 + PKGNAME-main= xapian-bindings-perl-${V} PKGNAME-python= xapian-bindings-python-${V} PKGNAME-ruby= ruby${MODRUBY_BINREV}-xapian-${V} diff --git a/devel/angr/py-ailment/Makefile b/devel/angr/py-ailment/Makefile index 9725b0f4238..2bbfbf58fbd 100644 --- a/devel/angr/py-ailment/Makefile +++ b/devel/angr/py-ailment/Makefile @@ -1,6 +1,7 @@ -# $OpenBSD: Makefile,v 1.1.1.1 2019/07/23 19:22:21 jasper Exp $ +# $OpenBSD: Makefile,v 1.2 2020/07/03 21:12:37 sthen Exp $ COMMENT = angr intermediate language +REVISION = 0 ANGR_PYTHON_MODULE = ailment diff --git a/devel/angr/py-angr/Makefile b/devel/angr/py-angr/Makefile index 3f7d7549272..60a66a9cf68 100644 --- a/devel/angr/py-angr/Makefile +++ b/devel/angr/py-angr/Makefile @@ -1,6 +1,7 @@ -# $OpenBSD: Makefile,v 1.10 2020/06/15 08:49:02 kn Exp $ +# $OpenBSD: Makefile,v 1.11 2020/07/03 21:12:37 sthen Exp $ COMMENT = multi-architecture binary analysis toolkit +REVISION = 0 ANGR_PYTHON_MODULE = angr diff --git a/devel/angr/py-archinfo/Makefile b/devel/angr/py-archinfo/Makefile index aa7ef8d1e1b..2883868618e 100644 --- a/devel/angr/py-archinfo/Makefile +++ b/devel/angr/py-archinfo/Makefile @@ -1,6 +1,7 @@ -# $OpenBSD: Makefile,v 1.1.1.1 2019/07/23 19:22:22 jasper Exp $ +# $OpenBSD: Makefile,v 1.2 2020/07/03 21:12:38 sthen Exp $ COMMENT = classes with architecture-specific information +REVISION = 0 ANGR_PYTHON_MODULE = archinfo diff --git a/devel/angr/py-claripy/Makefile b/devel/angr/py-claripy/Makefile index 138bdab6651..9db26741101 100644 --- a/devel/angr/py-claripy/Makefile +++ b/devel/angr/py-claripy/Makefile @@ -1,6 +1,7 @@ -# $OpenBSD: Makefile,v 1.4 2020/02/15 18:36:18 kn Exp $ +# $OpenBSD: Makefile,v 1.5 2020/07/03 21:12:38 sthen Exp $ COMMENT = abstraction layer for constraint solvers +REVISION = 0 ANGR_PYTHON_MODULE = claripy diff --git a/devel/angr/py-cle/Makefile b/devel/angr/py-cle/Makefile index a3f6c534e1b..803c192a270 100644 --- a/devel/angr/py-cle/Makefile +++ b/devel/angr/py-cle/Makefile @@ -1,6 +1,7 @@ -# $OpenBSD: Makefile,v 1.3 2020/02/15 18:36:18 kn Exp $ +# $OpenBSD: Makefile,v 1.4 2020/07/03 21:12:38 sthen Exp $ COMMENT = CLE loads binaries and their associated libraries +REVISION = 0 ANGR_PYTHON_MODULE = cle diff --git a/devel/angr/py-pyvex/Makefile b/devel/angr/py-pyvex/Makefile index 69ff3471e1f..a4c00e766e3 100644 --- a/devel/angr/py-pyvex/Makefile +++ b/devel/angr/py-pyvex/Makefile @@ -1,6 +1,7 @@ -# $OpenBSD: Makefile,v 1.6 2020/02/15 18:36:18 kn Exp $ +# $OpenBSD: Makefile,v 1.7 2020/07/03 21:12:38 sthen Exp $ COMMENT = Python interface to libVEX and VEX IR +REVISION = 0 ANGR_PYTHON_MODULE = pyvex diff --git a/devel/angr/py-z3-solver/Makefile b/devel/angr/py-z3-solver/Makefile index 4d8629eb007..14291569940 100644 --- a/devel/angr/py-z3-solver/Makefile +++ b/devel/angr/py-z3-solver/Makefile @@ -1,9 +1,10 @@ -# $OpenBSD: Makefile,v 1.6 2020/06/14 20:11:48 kn Exp $ +# $OpenBSD: Makefile,v 1.7 2020/07/03 21:12:38 sthen Exp $ COMMENT = efficient SMT solver library (angr fork) ANGR_PYTHON_MODULE = z3-solver MODPY_EGG_VERSION = 4.8.8.0 +REVISION = 0 CATEGORIES += math diff --git a/devel/arduino-esp32/Makefile b/devel/arduino-esp32/Makefile index 825cc04439c..a79c8c14f96 100644 --- a/devel/arduino-esp32/Makefile +++ b/devel/arduino-esp32/Makefile @@ -1,9 +1,10 @@ -# $OpenBSD: Makefile,v 1.1.1.1 2020/04/23 14:30:30 tracey Exp $ +# $OpenBSD: Makefile,v 1.2 2020/07/03 21:12:38 sthen Exp $ COMMENT = esp32 arduino core toolset V = 1.0.4 DISTNAME = esp32-${V} PKGNAME = arduino-${DISTNAME} +REVISION = 0 CATEGORIES = devel diff --git a/devel/arduino-esp8266/Makefile b/devel/arduino-esp8266/Makefile index 20da4a7a192..87b1def0e62 100644 --- a/devel/arduino-esp8266/Makefile +++ b/devel/arduino-esp8266/Makefile @@ -1,9 +1,10 @@ -# $OpenBSD: Makefile,v 1.2 2020/05/18 22:14:04 tracey Exp $ +# $OpenBSD: Makefile,v 1.3 2020/07/03 21:12:38 sthen Exp $ COMMENT = esp8266 arduino core toolset V = 2.7.1 DISTNAME = esp8266-${V} PKGNAME = arduino-${DISTNAME} +REVISION = 0 CATEGORIES = devel diff --git a/devel/bpython/Makefile b/devel/bpython/Makefile index d9c564f91a5..e9aa260030d 100644 --- a/devel/bpython/Makefile +++ b/devel/bpython/Makefile @@ -1,17 +1,17 @@ -# $OpenBSD: Makefile,v 1.27 2020/03/29 18:45:52 paco Exp $ +# $OpenBSD: Makefile,v 1.28 2020/07/03 21:12:38 sthen Exp $ COMMENT= fancy interface to the Python interpreter MODPY_EGG_VERSION=0.18 DISTNAME= bpython-${MODPY_EGG_VERSION} CATEGORIES= devel -REVISION = 0 +REVISION= 1 HOMEPAGE= https://bpython-interpreter.org/ MAINTAINER= Brian Callahan # MIT -PERMIT_PACKAGE = Yes +PERMIT_PACKAGE= Yes MASTER_SITES= ${HOMEPAGE}/releases/ @@ -19,8 +19,8 @@ MODULES= lang/python MODPY_SETUPTOOLS=Yes -FLAVORS = python3 -FLAVOR = python3 +FLAVORS= python3 +FLAVOR= python3 RUN_DEPENDS= devel/desktop-file-utils \ devel/py-curtsies${MODPY_FLAVOR} \ diff --git a/devel/capstone/python/Makefile b/devel/capstone/python/Makefile index 94798181cbc..5be32f4da63 100644 --- a/devel/capstone/python/Makefile +++ b/devel/capstone/python/Makefile @@ -1,10 +1,11 @@ -# $OpenBSD: Makefile,v 1.5 2020/06/02 11:47:10 jasper Exp $ +# $OpenBSD: Makefile,v 1.6 2020/07/03 21:12:38 sthen Exp $ COMMENT = Python bindings for capstone MODPY_EGG_VERSION = ${GH_TAGNAME} PKGNAME = py-${DISTNAME} +REVISION = 0 MODULES = lang/python USE_GMAKE = Yes diff --git a/devel/clang-tools-extra/Makefile b/devel/clang-tools-extra/Makefile index b3f4abf14db..4fe2579f684 100644 --- a/devel/clang-tools-extra/Makefile +++ b/devel/clang-tools-extra/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.6 2020/07/01 22:40:38 cwen Exp $ +# $OpenBSD: Makefile,v 1.7 2020/07/03 21:12:38 sthen Exp $ # XXX # This port is more or less a copy from devel/llvm and it tries to @@ -16,7 +16,7 @@ COMMENT= Clang extra tools LLVM_V = 8.0.1 DISTNAME = llvm-${LLVM_V}.src PKGNAME= clang-tools-extra-${LLVM_V} -REVISION= 2 +REVISION= 3 CATEGORIES = devel diff --git a/devel/cutter/Makefile b/devel/cutter/Makefile index b3dddf5cc95..dbf350906a1 100644 --- a/devel/cutter/Makefile +++ b/devel/cutter/Makefile @@ -1,10 +1,11 @@ -# $OpenBSD: Makefile,v 1.3 2020/05/19 19:48:48 jasper Exp $ +# $OpenBSD: Makefile,v 1.4 2020/07/03 21:12:38 sthen Exp $ COMMENT = RE platform powered by radare2 GH_ACCOUNT = radareorg GH_PROJECT = cutter GH_TAGNAME = v1.10.3 +REVISION = 0 CATEGORIES = devel diff --git a/devel/distcc/Makefile b/devel/distcc/Makefile index 5a0b54b3dcb..66c6fb024a5 100644 --- a/devel/distcc/Makefile +++ b/devel/distcc/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.11 2020/06/12 14:19:11 sthen Exp $ +# $OpenBSD: Makefile,v 1.12 2020/07/03 21:12:38 sthen Exp $ COMMENT-main = distributed builds for C, C++ and Objective C COMMENT-gtk = GTK+ monitor for distcc @@ -12,6 +12,7 @@ PKGNAME-main = ${DISTNAME} PKGNAME-gtk = distcc-gtk-${VERSION} PKGNAME-server = distcc-server-${VERSION} EPOCH = 0 +REVISION = 0 CATEGORIES = devel net HOMEPAGE = https://distcc.github.io/ diff --git a/devel/flake8/Makefile b/devel/flake8/Makefile index 8cb95212955..8fc12fb7fa4 100644 --- a/devel/flake8/Makefile +++ b/devel/flake8/Makefile @@ -1,9 +1,10 @@ -# $OpenBSD: Makefile,v 1.19 2019/11/08 23:34:33 ajacoutot Exp $ +# $OpenBSD: Makefile,v 1.20 2020/07/03 21:12:38 sthen Exp $ COMMENT = modular python code checker wrapping pep8 and pyflakes MODPY_EGG_VERSION = 3.7.9 DISTNAME = flake8-${MODPY_EGG_VERSION} +REVISION = 0 CATEGORIES = devel diff --git a/devel/flawfinder/Makefile b/devel/flawfinder/Makefile index 08eca2012a6..e397951e5ca 100644 --- a/devel/flawfinder/Makefile +++ b/devel/flawfinder/Makefile @@ -1,9 +1,10 @@ -# $OpenBSD: Makefile,v 1.51 2020/02/18 17:59:53 jasper Exp $ +# $OpenBSD: Makefile,v 1.52 2020/07/03 21:12:38 sthen Exp $ COMMENT= C/C++ source code auditing tool DISTNAME= flawfinder-2.0.11 CATEGORIES= devel security +REVISION= 0 HOMEPAGE= https://www.dwheeler.com/flawfinder/ diff --git a/devel/gdb/Makefile b/devel/gdb/Makefile index 178665f5793..7d59a3c72e3 100644 --- a/devel/gdb/Makefile +++ b/devel/gdb/Makefile @@ -1,10 +1,10 @@ -# $OpenBSD: Makefile,v 1.66 2020/06/01 21:44:49 kurt Exp $ +# $OpenBSD: Makefile,v 1.67 2020/07/03 21:12:38 sthen Exp $ COMMENT= GNU debugger CATEGORIES= devel DISTNAME= gdb-7.12.1 -REVISION= 11 +REVISION= 12 HOMEPAGE= https://www.gnu.org/software/gdb/ diff --git a/devel/git-cola/Makefile b/devel/git-cola/Makefile index 9c9d9370b1c..9808ba4681f 100644 --- a/devel/git-cola/Makefile +++ b/devel/git-cola/Makefile @@ -1,8 +1,9 @@ -# $OpenBSD: Makefile,v 1.35 2020/05/25 13:38:05 bket Exp $ +# $OpenBSD: Makefile,v 1.36 2020/07/03 21:12:38 sthen Exp $ COMMENT = python powered git gui MODPY_EGG_VERSION= 3.7 +REVISION = 0 GH_ACCOUNT = git-cola GH_PROJECT = git-cola diff --git a/devel/github-backup/Makefile b/devel/github-backup/Makefile index 3f98f17370f..0ebe5cbe370 100644 --- a/devel/github-backup/Makefile +++ b/devel/github-backup/Makefile @@ -1,9 +1,10 @@ -# $OpenBSD: Makefile,v 1.7 2020/03/05 17:38:11 sthen Exp $ +# $OpenBSD: Makefile,v 1.8 2020/07/03 21:12:38 sthen Exp $ COMMENT = backup a github user or organization MODPY_EGG_VERSION = 0.31.0 PKGNAME = github-backup-${MODPY_EGG_VERSION} +REVISION = 0 GH_ACCOUNT = josegonzalez GH_PROJECT = python-github-backup diff --git a/devel/glade/Makefile b/devel/glade/Makefile index 4f3d543f7ab..fe096946a46 100644 --- a/devel/glade/Makefile +++ b/devel/glade/Makefile @@ -1,9 +1,10 @@ -# $OpenBSD: Makefile,v 1.88 2020/05/14 15:13:34 jasper Exp $ +# $OpenBSD: Makefile,v 1.89 2020/07/03 21:12:38 sthen Exp $ COMMENT= user interface builder for the gtk+3 toolkit GNOME_PROJECT= glade GNOME_VERSION= 3.36.0 +REVISION= 0 CATEGORIES= devel diff --git a/devel/glib2/Makefile b/devel/glib2/Makefile index 7bd1d116192..b8f66876e63 100644 --- a/devel/glib2/Makefile +++ b/devel/glib2/Makefile @@ -1,10 +1,11 @@ -# $OpenBSD: Makefile,v 1.331 2020/07/03 17:47:25 ajacoutot Exp $ +# $OpenBSD: Makefile,v 1.332 2020/07/03 21:12:39 sthen Exp $ COMMENT= general-purpose utility library GNOME_PROJECT= glib GNOME_VERSION= 2.64.4 PKGNAME= ${DISTNAME:S/glib/glib2/} +REVISION= 0 CATEGORIES= devel diff --git a/devel/gobject-introspection/Makefile b/devel/gobject-introspection/Makefile index 28a8fbaef56..a82321a81ed 100644 --- a/devel/gobject-introspection/Makefile +++ b/devel/gobject-introspection/Makefile @@ -1,9 +1,10 @@ -# $OpenBSD: Makefile,v 1.101 2020/05/30 08:05:03 ajacoutot Exp $ +# $OpenBSD: Makefile,v 1.102 2020/07/03 21:12:39 sthen Exp $ COMMENT= GObject Introspection GNOME_VERSION= 1.64.1 GNOME_PROJECT= gobject-introspection +REVISION= 0 CATEGORIES= devel diff --git a/devel/include-what-you-use/Makefile b/devel/include-what-you-use/Makefile index 3e9a7c0156d..012ae369e4f 100644 --- a/devel/include-what-you-use/Makefile +++ b/devel/include-what-you-use/Makefile @@ -1,10 +1,10 @@ -# $OpenBSD: Makefile,v 1.19 2019/12/05 15:51:55 jca Exp $ +# $OpenBSD: Makefile,v 1.20 2020/07/03 21:12:39 sthen Exp $ COMMENT= tool to analyse \#includes in C and C++ source files CATEGORIES= devel DISTNAME= include-what-you-use-0.12.src PKGNAME= ${DISTNAME:.src=} -REVISION= 1 +REVISION= 2 HOMEPAGE= https://include-what-you-use.org MASTER_SITES= ${HOMEPAGE}/downloads/ diff --git a/devel/ipython/Makefile b/devel/ipython/Makefile index 8946a539ca4..2d21abe1ddf 100644 --- a/devel/ipython/Makefile +++ b/devel/ipython/Makefile @@ -1,18 +1,18 @@ -# $OpenBSD: Makefile,v 1.53 2020/03/23 05:05:03 bket Exp $ +# $OpenBSD: Makefile,v 1.54 2020/07/03 21:12:39 sthen Exp $ -COMMENT= enhanced interactive Python shell +COMMENT = enhanced interactive Python shell MODPY_EGG_VERSION = 5.8.0 -REVISION = 3 -DISTNAME= ipython-${MODPY_EGG_VERSION} +REVISION = 4 +DISTNAME = ipython-${MODPY_EGG_VERSION} PKGNAME = ipython${MODPY_MAJOR_VERSION}-${MODPY_EGG_VERSION} -CATEGORIES= devel +CATEGORIES = devel -HOMEPAGE= https://ipython.org/ +HOMEPAGE = https://ipython.org/ -MAINTAINER= Edd Barrett +MAINTAINER = Edd Barrett -MODULES= lang/python +MODULES = lang/python RUN_DEPENDS = devel/py-decorator${MODPY_FLAVOR} \ databases/py-pickleshare${MODPY_FLAVOR} \ diff --git a/devel/keystone/python/Makefile b/devel/keystone/python/Makefile index 849e7136e1a..3201ec9f29b 100644 --- a/devel/keystone/python/Makefile +++ b/devel/keystone/python/Makefile @@ -1,11 +1,11 @@ -# $OpenBSD: Makefile,v 1.3 2020/04/15 14:23:20 fcambus Exp $ +# $OpenBSD: Makefile,v 1.4 2020/07/03 21:12:39 sthen Exp $ COMMENT = Python bindings for keystone MODPY_EGG_VERSION = ${GH_TAGNAME} PKGNAME = py-${DISTNAME} -REVISION = 1 +REVISION = 2 MODULES = lang/python USE_GMAKE = Yes diff --git a/devel/kf5/kapidox/Makefile b/devel/kf5/kapidox/Makefile index 2ec48a32cc8..60e569a42ce 100644 --- a/devel/kf5/kapidox/Makefile +++ b/devel/kf5/kapidox/Makefile @@ -1,9 +1,9 @@ -# $OpenBSD: Makefile,v 1.9 2020/03/30 16:34:36 rsadowski Exp $ +# $OpenBSD: Makefile,v 1.10 2020/07/03 21:12:39 sthen Exp $ COMMENT = doxygen wrapper for KDE DISTNAME = kapidox-${VERSION} FULLPKGNAME = ${PKGNAME}${FLAVOR_EXT} -REVISION = 0 +REVISION = 1 WANTLIB- = diff --git a/devel/kf5/ki18n/Makefile b/devel/kf5/ki18n/Makefile index 211804b8e93..d4223952fc5 100644 --- a/devel/kf5/ki18n/Makefile +++ b/devel/kf5/ki18n/Makefile @@ -1,7 +1,8 @@ -# $OpenBSD: Makefile,v 1.12 2020/03/23 18:01:08 rsadowski Exp $ +# $OpenBSD: Makefile,v 1.13 2020/07/03 21:12:39 sthen Exp $ COMMENT = KDE Gettext-based UI text internationalization DISTNAME = ki18n-${VERSION} +REVISION = 0 SHARED_LIBS = KF5I18n 5.0 diff --git a/devel/libftdi1/Makefile b/devel/libftdi1/Makefile index b3c95d96a9e..078fbe942aa 100644 --- a/devel/libftdi1/Makefile +++ b/devel/libftdi1/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.5 2019/09/30 06:35:00 rsadowski Exp $ +# $OpenBSD: Makefile,v 1.6 2020/07/03 21:12:39 sthen Exp $ COMMENT = libftdi, interface to ftdi debug device @@ -6,7 +6,7 @@ CATEGORIES = devel V = 1.4 DISTNAME = libftdi1-$V -REVISION = 2 +REVISION = 3 SHARED_LIBS += ftdi1 0.0 # 2.4 SHARED_LIBS += ftdipp1 0.0 # 2.4 diff --git a/devel/libgit2/libgit2-glib/Makefile b/devel/libgit2/libgit2-glib/Makefile index 021bd4d5885..7415814e3a7 100644 --- a/devel/libgit2/libgit2-glib/Makefile +++ b/devel/libgit2/libgit2-glib/Makefile @@ -1,10 +1,10 @@ -# $OpenBSD: Makefile,v 1.43 2020/03/31 22:09:53 kn Exp $ +# $OpenBSD: Makefile,v 1.44 2020/07/03 21:12:39 sthen Exp $ COMMENT= GLib library wrapping libgit2 V= 0.28.0.1 DISTNAME= libgit2-glib-$V -REVISION = 0 +REVISION = 1 SHARED_LIBS += git2-glib-1.0 5.1 # 0.0 diff --git a/devel/libgit2/py-git2/Makefile b/devel/libgit2/py-git2/Makefile index 4f80588cc18..b5b8de1b66e 100644 --- a/devel/libgit2/py-git2/Makefile +++ b/devel/libgit2/py-git2/Makefile @@ -1,10 +1,10 @@ -# $OpenBSD: Makefile,v 1.34 2020/03/19 18:44:55 kn Exp $ +# $OpenBSD: Makefile,v 1.35 2020/07/03 21:12:39 sthen Exp $ COMMENT= libgit2 bindings in Python DISTNAME= pygit2-${MODPY_EGG_VERSION} PKGNAME= ${MODPY_PY_PREFIX}git2-${MODPY_EGG_VERSION} -REVISION = 1 +REVISION = 2 MODULES= lang/python MODPY_EGG_VERSION= 1.0.1 diff --git a/devel/liblouis/Makefile b/devel/liblouis/Makefile index 05d8238c230..796817d7097 100644 --- a/devel/liblouis/Makefile +++ b/devel/liblouis/Makefile @@ -1,9 +1,10 @@ -# $OpenBSD: Makefile,v 1.31 2019/12/30 14:57:24 jasper Exp $ +# $OpenBSD: Makefile,v 1.32 2020/07/03 21:12:39 sthen Exp $ COMMENT= braille translator, back-translator and formatter V= 3.12.0 DISTNAME= liblouis-${V} +REVISION= 0 SHARED_LIBS += louis 8.0 # 19.0 diff --git a/devel/libpeas/Makefile b/devel/libpeas/Makefile index 2f4956c7215..59702db1992 100755 --- a/devel/libpeas/Makefile +++ b/devel/libpeas/Makefile @@ -1,9 +1,10 @@ -# $OpenBSD: Makefile,v 1.66 2020/05/14 14:57:37 jasper Exp $ +# $OpenBSD: Makefile,v 1.67 2020/07/03 21:12:39 sthen Exp $ COMMENT= gobject-based plugins engine GNOME_PROJECT= libpeas GNOME_VERSION= 1.26.0 +REVISION= 0 CATEGORIES= devel diff --git a/devel/llvm/Makefile b/devel/llvm/Makefile index 29bb16a661a..e93ff97b628 100644 --- a/devel/llvm/Makefile +++ b/devel/llvm/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.254 2020/06/16 00:26:23 jca Exp $ +# $OpenBSD: Makefile,v 1.255 2020/07/03 21:12:39 sthen Exp $ # XXX If broken on an architecture, remove the arch from LLVM_ARCHS. ONLY_FOR_ARCHS = ${LLVM_ARCHS} @@ -18,9 +18,9 @@ PKGSPEC-main = llvm-=${LLVM_V} PKGNAME-main = llvm-${LLVM_V} PKGNAME-python = py3-llvm-${LLVM_V} PKGNAME-lldb = lldb-${LLVM_V} -REVISION-main = 15 -REVISION-python = 1 -REVISION-lldb = 4 +REVISION-main = 16 +REVISION-python = 2 +REVISION-lldb = 5 CATEGORIES = devel diff --git a/devel/mercurial/Makefile b/devel/mercurial/Makefile index eee93ec27c7..1b7d949cbfd 100644 --- a/devel/mercurial/Makefile +++ b/devel/mercurial/Makefile @@ -1,10 +1,10 @@ -# $OpenBSD: Makefile,v 1.105 2020/05/18 16:46:10 juanfra Exp $ +# $OpenBSD: Makefile,v 1.106 2020/07/03 21:12:39 sthen Exp $ COMMENT-main = fast, lightweight source control management COMMENT-x11 = graphical tooling for mercurial MODPY_EGG_VERSION = 5.4 -REVISION = 0 +REVISION = 1 DISTNAME = mercurial-${MODPY_EGG_VERSION} CATEGORIES = devel diff --git a/devel/meson/Makefile b/devel/meson/Makefile index f6e221d75e6..aea23ab4090 100644 --- a/devel/meson/Makefile +++ b/devel/meson/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.78 2020/06/16 07:01:02 ajacoutot Exp $ +# $OpenBSD: Makefile,v 1.79 2020/07/03 21:12:39 sthen Exp $ COMMENT= next-generation build system @@ -7,6 +7,7 @@ GH_ACCOUNT= mesonbuild GH_PROJECT= meson GH_TAGNAME= 0.54.3 EPOCH= 0 +REVISION= 0 CATEGORIES= devel diff --git a/devel/pudb/Makefile b/devel/pudb/Makefile index ff970a63010..63eef2c3840 100644 --- a/devel/pudb/Makefile +++ b/devel/pudb/Makefile @@ -1,11 +1,11 @@ -# $OpenBSD: Makefile,v 1.14 2019/09/22 15:35:16 kmos Exp $ +# $OpenBSD: Makefile,v 1.15 2020/07/03 21:12:40 sthen Exp $ COMMENT = console-based visual debugger for Python MODPY_EGG_VERSION = 2018.1 DISTNAME = pudb-${MODPY_EGG_VERSION} PKGNAME = py-pudb-${MODPY_EGG_VERSION} -REVISION = 0 +REVISION = 1 CATEGORIES = devel diff --git a/devel/py-algorithm-munkres/Makefile b/devel/py-algorithm-munkres/Makefile index a3b97b92b60..c0d115c0bad 100644 --- a/devel/py-algorithm-munkres/Makefile +++ b/devel/py-algorithm-munkres/Makefile @@ -1,10 +1,11 @@ -# $OpenBSD: Makefile,v 1.8 2019/11/10 21:45:47 kmos Exp $ +# $OpenBSD: Makefile,v 1.9 2020/07/03 21:12:40 sthen Exp $ COMMENT = munkres algorithm for the Assignment Problem MODPY_EGG_VERSION = 1.1.2 DISTNAME = munkres-${MODPY_EGG_VERSION} PKGNAME = py-algorithm-${DISTNAME} +REVISION = 0 CATEGORIES = devel diff --git a/devel/py-altgraph/Makefile b/devel/py-altgraph/Makefile index 3c1e95fa6ca..306ba3a867c 100644 --- a/devel/py-altgraph/Makefile +++ b/devel/py-altgraph/Makefile @@ -1,11 +1,11 @@ -# $OpenBSD: Makefile,v 1.19 2019/11/20 03:18:44 kmos Exp $ +# $OpenBSD: Makefile,v 1.20 2020/07/03 21:12:40 sthen Exp $ COMMENT= Python graph (network) package MODPY_EGG_VERSION = 0.16.1 DISTNAME= altgraph-${MODPY_EGG_VERSION} PKGNAME= py-${DISTNAME} -REVISION= 0 +REVISION= 1 CATEGORIES= devel diff --git a/devel/py-ana/Makefile b/devel/py-ana/Makefile index 9be514fe42a..ae9ff66fdd1 100644 --- a/devel/py-ana/Makefile +++ b/devel/py-ana/Makefile @@ -1,10 +1,11 @@ -# $OpenBSD: Makefile,v 1.2 2019/07/07 18:11:21 jasper Exp $ +# $OpenBSD: Makefile,v 1.3 2020/07/03 21:12:40 sthen Exp $ COMMENT = distributed data storage classes MODPY_EGG_VERSION = 0.06 DISTNAME = ana-${MODPY_EGG_VERSION} PKGNAME = py-${DISTNAME} +REVISION = 0 CATEGORIES = devel diff --git a/devel/py-anytree/Makefile b/devel/py-anytree/Makefile index cd26d40e67f..09a59028562 100644 --- a/devel/py-anytree/Makefile +++ b/devel/py-anytree/Makefile @@ -1,11 +1,11 @@ -# $OpenBSD: Makefile,v 1.3 2019/07/12 20:45:17 sthen Exp $ +# $OpenBSD: Makefile,v 1.4 2020/07/03 21:12:40 sthen Exp $ COMMENT= powerful and lightweight Python tree data structure MODPY_EGG_VERSION= 2.4.3 DISTNAME= anytree-${MODPY_EGG_VERSION} PKGNAME= py-${DISTNAME} -REVISION= 0 +REVISION= 1 CATEGORIES= devel diff --git a/devel/py-apipkg/Makefile b/devel/py-apipkg/Makefile index 4c905d49ddf..f3f16fabeef 100644 --- a/devel/py-apipkg/Makefile +++ b/devel/py-apipkg/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.6 2019/07/12 20:45:17 sthen Exp $ +# $OpenBSD: Makefile,v 1.7 2020/07/03 21:12:40 sthen Exp $ COMMENT = namespace control and lazy-import mechanism for Python @@ -6,7 +6,7 @@ DISTNAME = apipkg-${MODPY_EGG_VERSION} MODPY_EGG_VERSION = 1.4 MODPY_PI = Yes PKGNAME = py-${DISTNAME} -REVISION = 2 +REVISION = 3 CATEGORIES = devel diff --git a/devel/py-appdirs/Makefile b/devel/py-appdirs/Makefile index c0f5bbeb7e8..83292939d7f 100644 --- a/devel/py-appdirs/Makefile +++ b/devel/py-appdirs/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.8 2019/07/12 20:45:17 sthen Exp $ +# $OpenBSD: Makefile,v 1.9 2020/07/03 21:12:40 sthen Exp $ COMMENT = module for determining platform-specific dirs @@ -6,7 +6,7 @@ MODPY_EGG_VERSION = 1.4.3 DISTNAME = appdirs-${MODPY_EGG_VERSION} PKGNAME = py-${DISTNAME} CATEGORIES = devel -REVISION = 1 +REVISION = 2 # MIT PERMIT_PACKAGE = Yes diff --git a/devel/py-argcomplete/Makefile b/devel/py-argcomplete/Makefile index 48bcbc3ddea..e6529c2d009 100644 --- a/devel/py-argcomplete/Makefile +++ b/devel/py-argcomplete/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.12 2019/07/12 20:45:17 sthen Exp $ +# $OpenBSD: Makefile,v 1.13 2020/07/03 21:12:40 sthen Exp $ COMMENT = bash tab completion for argparse @@ -6,7 +6,7 @@ MODPY_EGG_VERSION = 1.9.3 DISTNAME = argcomplete-${MODPY_EGG_VERSION} PKGNAME = py-${DISTNAME} CATEGORIES = devel -REVISION = 0 +REVISION = 1 # GPLv3+ PERMIT_PACKAGE= Yes diff --git a/devel/py-argh/Makefile b/devel/py-argh/Makefile index 74e3b758e4f..49b296db11d 100644 --- a/devel/py-argh/Makefile +++ b/devel/py-argh/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.9 2019/07/12 20:45:17 sthen Exp $ +# $OpenBSD: Makefile,v 1.10 2020/07/03 21:12:40 sthen Exp $ COMMENT = simple wrapper for python argparse module @@ -7,7 +7,7 @@ DISTNAME = argh-${MODPY_EGG_VERSION} PKGNAME = py-${DISTNAME} CATEGORIES = devel HOMEPAGE = http://packages.python.org/argh -REVISION = 1 +REVISION = 2 # GPLv3+ PERMIT_PACKAGE= Yes diff --git a/devel/py-asn1-modules/Makefile b/devel/py-asn1-modules/Makefile index 0b544e1bda5..2bd6148c21b 100644 --- a/devel/py-asn1-modules/Makefile +++ b/devel/py-asn1-modules/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.14 2019/11/18 00:39:29 kmos Exp $ +# $OpenBSD: Makefile,v 1.15 2020/07/03 21:12:40 sthen Exp $ COMMENT = collection of ASN.1 data structures for py-asn1 @@ -6,6 +6,7 @@ MODPY_EGG_VERSION = 0.2.7 DISTNAME = pyasn1-modules-${MODPY_EGG_VERSION} PKGNAME = ${DISTNAME:S/py/py-/} CATEGORIES = devel +REVISION = 0 HOMEPAGE = https://github.com/etingof/pyasn1 diff --git a/devel/py-asn1/Makefile b/devel/py-asn1/Makefile index 958f7b15a41..a01a99d37da 100644 --- a/devel/py-asn1/Makefile +++ b/devel/py-asn1/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.34 2020/01/06 12:46:19 sthen Exp $ +# $OpenBSD: Makefile,v 1.35 2020/07/03 21:12:40 sthen Exp $ COMMENT = ASN.1 library for Python @@ -7,6 +7,7 @@ DISTNAME = pyasn1-${MODPY_EGG_VERSION} PKGNAME = ${DISTNAME:S/py/py-/} CATEGORIES = devel EPOCH = 0 +REVISION = 0 HOMEPAGE = https://github.com/etingof/pyasn1 diff --git a/devel/py-astroid/Makefile b/devel/py-astroid/Makefile index a94c921081b..e5d9a22ebb7 100644 --- a/devel/py-astroid/Makefile +++ b/devel/py-astroid/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.10 2019/07/12 20:45:17 sthen Exp $ +# $OpenBSD: Makefile,v 1.11 2020/07/03 21:12:40 sthen Exp $ COMMENT = common base representation of Python source code @@ -6,7 +6,7 @@ MODPY_EGG_VERSION = 1.4.9 DISTNAME = astroid-${MODPY_EGG_VERSION} PKGNAME = py-${DISTNAME} CATEGORIES = devel -REVISION = 2 +REVISION = 3 HOMEPAGE = http://www.astroid.org/ diff --git a/devel/py-async-timeout/Makefile b/devel/py-async-timeout/Makefile index 97ebb4a34a0..ac26f6647eb 100644 --- a/devel/py-async-timeout/Makefile +++ b/devel/py-async-timeout/Makefile @@ -1,11 +1,11 @@ -# $OpenBSD: Makefile,v 1.4 2019/07/12 20:45:17 sthen Exp $ +# $OpenBSD: Makefile,v 1.5 2020/07/03 21:12:40 sthen Exp $ COMMENT = timeout context manager for asyncio programs MODPY_EGG_VERSION = 3.0.0 DISTNAME = async-timeout-${MODPY_EGG_VERSION} PKGNAME = py-${DISTNAME} -REVISION = 0 +REVISION = 1 CATEGORIES = devel diff --git a/devel/py-atomicwrites/Makefile b/devel/py-atomicwrites/Makefile index 5cb9f695fdc..86b8c631f60 100644 --- a/devel/py-atomicwrites/Makefile +++ b/devel/py-atomicwrites/Makefile @@ -1,10 +1,11 @@ -# $OpenBSD: Makefile,v 1.3 2019/06/26 19:09:58 kmos Exp $ +# $OpenBSD: Makefile,v 1.4 2020/07/03 21:12:40 sthen Exp $ COMMENT = atomic file writes MODPY_EGG_VERSION = 1.3.0 DISTNAME = atomicwrites-${MODPY_EGG_VERSION} PKGNAME = py-${DISTNAME} +REVISION = 0 CATEGORIES = devel diff --git a/devel/py-attrs/Makefile b/devel/py-attrs/Makefile index 9f21c015f99..c3a507edce7 100644 --- a/devel/py-attrs/Makefile +++ b/devel/py-attrs/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.7 2020/01/06 18:12:09 kmos Exp $ +# $OpenBSD: Makefile,v 1.8 2020/07/03 21:12:40 sthen Exp $ COMMENT = classes without boilerplate @@ -6,6 +6,7 @@ MODPY_EGG_VERSION = 19.3.0 DISTNAME = attrs-${MODPY_EGG_VERSION} PKGNAME = py-${DISTNAME} +REVISION = 0 CATEGORIES = devel diff --git a/devel/py-automat/Makefile b/devel/py-automat/Makefile index 60efb0e1ccb..376e54304b1 100644 --- a/devel/py-automat/Makefile +++ b/devel/py-automat/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.6 2019/07/12 20:45:17 sthen Exp $ +# $OpenBSD: Makefile,v 1.7 2020/07/03 21:12:40 sthen Exp $ COMMENT = finite-state machines in Python @@ -6,7 +6,7 @@ MODPY_EGG_VERSION = 0.6.0 DISTNAME = Automat-${MODPY_EGG_VERSION} PKGNAME = py-automat-${MODPY_EGG_VERSION} -REVISION = 0 +REVISION = 1 CATEGORIES = devel diff --git a/devel/py-babel/Makefile b/devel/py-babel/Makefile index fa92020a246..b40377d688e 100644 --- a/devel/py-babel/Makefile +++ b/devel/py-babel/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.30 2020/02/19 15:35:39 paco Exp $ +# $OpenBSD: Makefile,v 1.31 2020/07/03 21:12:40 sthen Exp $ COMMENT= I18N/L10N tools for Python @@ -6,6 +6,7 @@ MODPY_EGG_VERSION= 2.8.0 DISTNAME= Babel-${MODPY_EGG_VERSION} PKGNAME= py-${DISTNAME:L} CATEGORIES= devel +REVISION= 0 HOMEPAGE= http://babel.pocoo.org/ diff --git a/devel/py-backcall/Makefile b/devel/py-backcall/Makefile index 6cf608ea7fb..a148337c46e 100644 --- a/devel/py-backcall/Makefile +++ b/devel/py-backcall/Makefile @@ -1,10 +1,11 @@ -# $OpenBSD: Makefile,v 1.1.1.1 2019/11/09 16:46:21 kn Exp $ +# $OpenBSD: Makefile,v 1.2 2020/07/03 21:12:40 sthen Exp $ COMMENT = specifications for callback functions passed to an API MODPY_EGG_VERSION = 0.1.0 DISTNAME = backcall-${MODPY_EGG_VERSION} PKGNAME = py-${DISTNAME} +REVISION = 0 CATEGORIES = devel diff --git a/devel/py-bencode/Makefile b/devel/py-bencode/Makefile index d8d62b211bd..f6a6722d80a 100644 --- a/devel/py-bencode/Makefile +++ b/devel/py-bencode/Makefile @@ -1,10 +1,11 @@ -# $OpenBSD: Makefile,v 1.4 2020/03/19 12:32:39 ajacoutot Exp $ +# $OpenBSD: Makefile,v 1.5 2020/07/03 21:12:41 sthen Exp $ COMMENT = bencoding and bdecoding implementation MODPY_EGG_VERSION = 2.1.0 DISTNAME = bencode.py-${MODPY_EGG_VERSION} PKGNAME = py-bencode-${MODPY_EGG_VERSION} +REVISION = 0 CATEGORIES = devel diff --git a/devel/py-biplist/Makefile b/devel/py-biplist/Makefile index db92ea03616..2ac66cb8423 100644 --- a/devel/py-biplist/Makefile +++ b/devel/py-biplist/Makefile @@ -1,11 +1,11 @@ -# $OpenBSD: Makefile,v 1.3 2019/07/12 20:45:45 sthen Exp $ +# $OpenBSD: Makefile,v 1.4 2020/07/03 21:12:41 sthen Exp $ COMMENT = binary plist parser/generator for Python MODPY_EGG_VERSION = 1.0.3 DISTNAME = biplist-${MODPY_EGG_VERSION} PKGNAME = py-${DISTNAME} -REVISION = 0 +REVISION = 1 CATEGORIES = devel diff --git a/devel/py-bitcoinlib/Makefile b/devel/py-bitcoinlib/Makefile index 68920b3e9d3..06bc9361980 100644 --- a/devel/py-bitcoinlib/Makefile +++ b/devel/py-bitcoinlib/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.2 2020/04/16 04:37:57 rsadowski Exp $ +# $OpenBSD: Makefile,v 1.3 2020/07/03 21:12:41 sthen Exp $ COMMENT = Python3 interface to the Bitcoin data structure and protocol @@ -6,6 +6,7 @@ MODPY_EGG_VERSION = 0.11.0 DISTNAME = python-bitcoinlib-${MODPY_EGG_VERSION} PKGNAME = ${DISTNAME:S/^python-/py-/} +REVISION = 0 CATEGORIES = devel diff --git a/devel/py-bitstring/Makefile b/devel/py-bitstring/Makefile index 51375d8adb3..8a2973c3450 100644 --- a/devel/py-bitstring/Makefile +++ b/devel/py-bitstring/Makefile @@ -1,10 +1,11 @@ -# $OpenBSD: Makefile,v 1.1.1.1 2019/06/02 22:53:44 kn Exp $ +# $OpenBSD: Makefile,v 1.2 2020/07/03 21:12:41 sthen Exp $ COMMENT = construction, analysis and modification of binary data MODPY_EGG_VERSION = 3.1.5 DISTNAME = bitstring-${MODPY_EGG_VERSION} PKGNAME = py-${DISTNAME} +REVISION = 0 CATEGORIES = devel diff --git a/devel/py-blessings/Makefile b/devel/py-blessings/Makefile index fbebec410aa..4df933bec87 100644 --- a/devel/py-blessings/Makefile +++ b/devel/py-blessings/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.7 2019/07/12 20:45:45 sthen Exp $ +# $OpenBSD: Makefile,v 1.8 2020/07/03 21:12:41 sthen Exp $ COMMENT = wrapper around terminal coloring, styling, and positioning @@ -6,7 +6,7 @@ MODPY_EGG_VERSION = 1.6 DISTNAME = blessings-${MODPY_EGG_VERSION} PKGNAME = py-${DISTNAME} CATEGORIES = devel -REVISION = 3 +REVISION = 4 # MIT PERMIT_PACKAGE = Yes diff --git a/devel/py-blinker/Makefile b/devel/py-blinker/Makefile index 4f9947a1273..fe6be4e5ed1 100644 --- a/devel/py-blinker/Makefile +++ b/devel/py-blinker/Makefile @@ -1,9 +1,9 @@ -# $OpenBSD: Makefile,v 1.11 2019/11/08 14:49:53 kmos Exp $ +# $OpenBSD: Makefile,v 1.12 2020/07/03 21:12:41 sthen Exp $ COMMENT = fast, simple object-to-object and broadcast signaling MODPY_EGG_VERSION = 1.4 -REVISION = 4 +REVISION = 5 DISTNAME = blinker-${MODPY_EGG_VERSION} PKGNAME = py-${DISTNAME} diff --git a/devel/py-blist/Makefile b/devel/py-blist/Makefile index 3c4b8f66921..8a96b88120b 100644 --- a/devel/py-blist/Makefile +++ b/devel/py-blist/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.5 2019/07/12 20:45:45 sthen Exp $ +# $OpenBSD: Makefile,v 1.6 2020/07/03 21:12:41 sthen Exp $ COMMENT = list-like type with better asymptotic performance @@ -6,7 +6,7 @@ MODPY_EGG_VERSION = 1.3.6 DISTNAME = blist-${MODPY_EGG_VERSION} PKGNAME = py-${DISTNAME} CATEGORIES = devel -REVISION = 2 +REVISION = 3 HOMEPAGE = http://stutzbachenterprises.com/blist/ diff --git a/devel/py-buildbot/buildbot/Makefile b/devel/py-buildbot/buildbot/Makefile index d226da30356..647f0e31e6c 100644 --- a/devel/py-buildbot/buildbot/Makefile +++ b/devel/py-buildbot/buildbot/Makefile @@ -1,9 +1,10 @@ -# $OpenBSD: Makefile,v 1.9 2019/08/27 15:35:55 landry Exp $ +# $OpenBSD: Makefile,v 1.10 2020/07/03 21:12:41 sthen Exp $ COMMENT = continuous integration framework DISTNAME = buildbot-${MODPY_EGG_VERSION} PKGNAME = ${DISTNAME} +REVISION = 0 RUN_DEPENDS = databases/py-sqlalchemy${MODPY_FLAVOR} \ databases/py-sqlalchemy-migrate${MODPY_FLAVOR} \ diff --git a/devel/py-buildbot/console-view/Makefile b/devel/py-buildbot/console-view/Makefile index 371faa9ee8c..559d54011d4 100644 --- a/devel/py-buildbot/console-view/Makefile +++ b/devel/py-buildbot/console-view/Makefile @@ -1,6 +1,7 @@ -# $OpenBSD: Makefile,v 1.4 2019/08/27 15:35:55 landry Exp $ +# $OpenBSD: Makefile,v 1.5 2020/07/03 21:12:41 sthen Exp $ COMMENT = console view web interface plugin for buildbot +REVISION = 0 PART = console-view BUILD_DEPENDS = devel/py-buildbot/pkg diff --git a/devel/py-buildbot/grid-view/Makefile b/devel/py-buildbot/grid-view/Makefile index 87185826f4d..6752fc07dd8 100644 --- a/devel/py-buildbot/grid-view/Makefile +++ b/devel/py-buildbot/grid-view/Makefile @@ -1,6 +1,7 @@ -# $OpenBSD: Makefile,v 1.4 2019/08/27 15:35:55 landry Exp $ +# $OpenBSD: Makefile,v 1.5 2020/07/03 21:12:41 sthen Exp $ COMMENT = grid view web interface plugin for buildbot +REVISION = 0 PART = grid-view BUILD_DEPENDS = devel/py-buildbot/pkg diff --git a/devel/py-buildbot/pkg/Makefile b/devel/py-buildbot/pkg/Makefile index 6a6e4f49b33..d40974a5e41 100644 --- a/devel/py-buildbot/pkg/Makefile +++ b/devel/py-buildbot/pkg/Makefile @@ -1,6 +1,7 @@ -# $OpenBSD: Makefile,v 1.3 2019/08/27 15:35:55 landry Exp $ +# $OpenBSD: Makefile,v 1.4 2020/07/03 21:12:41 sthen Exp $ COMMENT = packaging tools for buildbot +REVISION = 0 PART = pkg diff --git a/devel/py-buildbot/waterfall-view/Makefile b/devel/py-buildbot/waterfall-view/Makefile index cfcec536366..390184c5eee 100644 --- a/devel/py-buildbot/waterfall-view/Makefile +++ b/devel/py-buildbot/waterfall-view/Makefile @@ -1,6 +1,7 @@ -# $OpenBSD: Makefile,v 1.4 2019/08/27 15:35:55 landry Exp $ +# $OpenBSD: Makefile,v 1.5 2020/07/03 21:12:41 sthen Exp $ COMMENT = waterfall view web interface plugin for buildbot +REVISION = 0 PART = waterfall-view BUILD_DEPENDS = devel/py-buildbot/pkg diff --git a/devel/py-buildbot/www/Makefile b/devel/py-buildbot/www/Makefile index 01f15cd0c54..4aa4207830a 100644 --- a/devel/py-buildbot/www/Makefile +++ b/devel/py-buildbot/www/Makefile @@ -1,6 +1,7 @@ -# $OpenBSD: Makefile,v 1.7 2020/03/17 13:45:31 landry Exp $ +# $OpenBSD: Makefile,v 1.8 2020/07/03 21:12:41 sthen Exp $ COMMENT = web interface for buildbot +REVISION = 0 PART = www diff --git a/devel/py-buildslave/Makefile b/devel/py-buildslave/Makefile index d9e59f09ea9..e894bb83793 100644 --- a/devel/py-buildslave/Makefile +++ b/devel/py-buildslave/Makefile @@ -1,9 +1,10 @@ -# $OpenBSD: Makefile,v 1.48 2020/06/07 09:36:15 landry Exp $ +# $OpenBSD: Makefile,v 1.49 2020/07/03 21:12:41 sthen Exp $ COMMENT= buildworker for the buildbot CI system MODPY_EGG_VERSION= 2.8.1 DISTNAME= buildbot-worker-${MODPY_EGG_VERSION} +REVISION= 0 CATEGORIES= devel diff --git a/devel/py-cached-property/Makefile b/devel/py-cached-property/Makefile index f0340ef4417..4f13c7a62bc 100644 --- a/devel/py-cached-property/Makefile +++ b/devel/py-cached-property/Makefile @@ -1,11 +1,11 @@ -# $OpenBSD: Makefile,v 1.4 2019/07/12 20:45:46 sthen Exp $ +# $OpenBSD: Makefile,v 1.5 2020/07/03 21:12:41 sthen Exp $ COMMENT = decorator for caching properties in classes MODPY_EGG_VERSION = 1.5.1 DISTNAME = cached-property-${MODPY_EGG_VERSION} PKGNAME = py-${DISTNAME} -REVISION = 0 +REVISION = 1 CATEGORIES = devel diff --git a/devel/py-cachetools/Makefile b/devel/py-cachetools/Makefile index 2d4a51b63a4..d92003eb1cc 100644 --- a/devel/py-cachetools/Makefile +++ b/devel/py-cachetools/Makefile @@ -1,10 +1,11 @@ -# $OpenBSD: Makefile,v 1.5 2020/06/11 19:51:33 jasper Exp $ +# $OpenBSD: Makefile,v 1.6 2020/07/03 21:12:41 sthen Exp $ COMMENT = extensible memoizing collections and decorators MODPY_EGG_VERSION = 4.1.0 DISTNAME = cachetools-${MODPY_EGG_VERSION} PKGNAME = py-${DISTNAME} +REVISION = 0 CATEGORIES = devel diff --git a/devel/py-cairocffi/Makefile b/devel/py-cairocffi/Makefile index 6debafd2510..e576fee3e12 100644 --- a/devel/py-cairocffi/Makefile +++ b/devel/py-cairocffi/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.6 2019/07/12 20:45:46 sthen Exp $ +# $OpenBSD: Makefile,v 1.7 2020/07/03 21:12:41 sthen Exp $ COMMENT = cffi-based cairo bindings for Python @@ -6,7 +6,7 @@ MODPY_EGG_VERSION = 0.8.0 DISTNAME = cairocffi-${MODPY_EGG_VERSION} PKGNAME = py-${DISTNAME} CATEGORIES = devel -REVISION = 1 +REVISION = 2 HOMEPAGE = https://github.com/Kozea/cairocffi diff --git a/devel/py-certifi/Makefile b/devel/py-certifi/Makefile index 748616fa648..48b123ac6c0 100644 --- a/devel/py-certifi/Makefile +++ b/devel/py-certifi/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.23 2020/05/14 11:44:48 sthen Exp $ +# $OpenBSD: Makefile,v 1.24 2020/07/03 21:12:41 sthen Exp $ COMMENT = Python package to check certificates using the OpenBSD CA @@ -6,6 +6,7 @@ MODPY_EGG_VERSION = 2020.4.5.1 DISTNAME = certifi-${MODPY_EGG_VERSION} PKGNAME = py-${DISTNAME} CATEGORIES = devel security +REVISION = 0 HOMEPAGE = https://certifi.io/ diff --git a/devel/py-cffi/Makefile b/devel/py-cffi/Makefile index 8039dcecfe0..3f8e28a6f97 100644 --- a/devel/py-cffi/Makefile +++ b/devel/py-cffi/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.18 2020/01/15 18:42:01 martin Exp $ +# $OpenBSD: Makefile,v 1.19 2020/07/03 21:12:42 sthen Exp $ # XXX: Check _cffi__ hashes of dependent ports if updating. # e.g. devel/libgit2/py-git2 @@ -9,6 +9,7 @@ MODPY_EGG_VERSION= 1.13.2 DISTNAME= cffi-${MODPY_EGG_VERSION} PKGNAME= py-${DISTNAME} CATEGORIES= devel +REVISION= 0 # MIT PERMIT_PACKAGE= Yes diff --git a/devel/py-cflow2dot/Makefile b/devel/py-cflow2dot/Makefile index bd9b1af1e1e..bb8624d899a 100644 --- a/devel/py-cflow2dot/Makefile +++ b/devel/py-cflow2dot/Makefile @@ -1,11 +1,11 @@ -# $OpenBSD: Makefile,v 1.2 2020/06/14 10:14:14 ajacoutot Exp $ +# $OpenBSD: Makefile,v 1.3 2020/07/03 21:12:42 sthen Exp $ COMMENT = C call graphs using Cflow producing linked PDF MODPY_EGG_VERSION = 0.2.1 DISTNAME = pycflow2dot-${MODPY_EGG_VERSION} PKGNAME = ${DISTNAME:S/py/py-/} -REVISION = 0 +REVISION = 1 CATEGORIES = devel diff --git a/devel/py-characteristic/Makefile b/devel/py-characteristic/Makefile index 3aecb90c4eb..7bbda4b1f72 100644 --- a/devel/py-characteristic/Makefile +++ b/devel/py-characteristic/Makefile @@ -1,11 +1,11 @@ -# $OpenBSD: Makefile,v 1.2 2020/02/16 23:02:29 kmos Exp $ +# $OpenBSD: Makefile,v 1.3 2020/07/03 21:12:42 sthen Exp $ COMMENT = python attributes without boilerplate MODPY_EGG_VERSION = 14.3.0 DISTNAME = characteristic-${MODPY_EGG_VERSION} PKGNAME = py-characteristic-${MODPY_EGG_VERSION} -REVISION = 0 +REVISION = 1 CATEGORIES = devel diff --git a/devel/py-cheetah/Makefile b/devel/py-cheetah/Makefile index 7456fe2344c..4c45246875c 100644 --- a/devel/py-cheetah/Makefile +++ b/devel/py-cheetah/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.32 2019/07/12 20:45:46 sthen Exp $ +# $OpenBSD: Makefile,v 1.33 2020/07/03 21:12:42 sthen Exp $ COMMENT= Python-powered template engine and code generator @@ -6,7 +6,7 @@ MODPY_EGG_VERSION= 3.1.0 DISTNAME= Cheetah3-${MODPY_EGG_VERSION} PKGNAME= py-cheetah-${MODPY_EGG_VERSION} CATEGORIES= devel textproc -REVISION= 1 +REVISION= 2 HOMEPAGE= http://www.cheetahtemplate.org/ diff --git a/devel/py-click-log/Makefile b/devel/py-click-log/Makefile index 00b61a47de5..4e65056f887 100644 --- a/devel/py-click-log/Makefile +++ b/devel/py-click-log/Makefile @@ -1,11 +1,11 @@ -# $OpenBSD: Makefile,v 1.7 2019/07/12 20:45:46 sthen Exp $ +# $OpenBSD: Makefile,v 1.8 2020/07/03 21:12:42 sthen Exp $ COMMENT = logging integration for Python click MODPY_EGG_VERSION = 0.3.2 DISTNAME = click-log-${MODPY_EGG_VERSION} PKGNAME = py-${DISTNAME} -REVISION = 0 +REVISION = 1 CATEGORIES = devel diff --git a/devel/py-click-plugins/Makefile b/devel/py-click-plugins/Makefile index 8d8d56b5ab2..01ca37dc3fb 100644 --- a/devel/py-click-plugins/Makefile +++ b/devel/py-click-plugins/Makefile @@ -1,11 +1,11 @@ -# $OpenBSD: Makefile,v 1.5 2019/12/11 04:11:21 kmos Exp $ +# $OpenBSD: Makefile,v 1.6 2020/07/03 21:12:42 sthen Exp $ COMMENT = register CLI commands via setuptools entry-points MODPY_EGG_VERSION = 1.0.4 DISTNAME = click-plugins-${MODPY_EGG_VERSION} PKGNAME = py-${DISTNAME} -REVISION = 0 +REVISION = 1 CATEGORIES = devel diff --git a/devel/py-click-threading/Makefile b/devel/py-click-threading/Makefile index 1e4fb055376..66c8d76e22b 100644 --- a/devel/py-click-threading/Makefile +++ b/devel/py-click-threading/Makefile @@ -1,11 +1,11 @@ -# $OpenBSD: Makefile,v 1.3 2019/07/12 20:45:46 sthen Exp $ +# $OpenBSD: Makefile,v 1.4 2020/07/03 21:12:42 sthen Exp $ COMMENT = multithreading in Python click MODPY_EGG_VERSION = 0.4.3 DISTNAME = click-threading-${MODPY_EGG_VERSION} PKGNAME = py-${DISTNAME} -REVISION = 0 +REVISION = 1 CATEGORIES = devel diff --git a/devel/py-click/Makefile b/devel/py-click/Makefile index 88a83b2b08f..1159acf174d 100644 --- a/devel/py-click/Makefile +++ b/devel/py-click/Makefile @@ -1,11 +1,11 @@ -# $OpenBSD: Makefile,v 1.9 2020/05/27 21:46:14 sebastia Exp $ +# $OpenBSD: Makefile,v 1.10 2020/07/03 21:12:42 sthen Exp $ COMMENT= command line library for Python MODPY_EGG_VERSION=6.7 DISTNAME= click-${MODPY_EGG_VERSION} PKGNAME= py-click-${MODPY_EGG_VERSION} -REVISION= 1 +REVISION= 2 CATEGORIES= devel diff --git a/devel/py-clint/Makefile b/devel/py-clint/Makefile index 9bd9debdd94..170ef63f0fe 100644 --- a/devel/py-clint/Makefile +++ b/devel/py-clint/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.13 2020/06/12 04:43:27 kn Exp $ +# $OpenBSD: Makefile,v 1.14 2020/07/03 21:12:42 sthen Exp $ COMMENT = command line interface tools for Python @@ -6,7 +6,7 @@ MODPY_EGG_VERSION = 0.5.1 DISTNAME = clint-${MODPY_EGG_VERSION} PKGNAME = py-${DISTNAME} CATEGORIES = devel -REVISION = 2 +REVISION = 3 # ISC diff --git a/devel/py-cloudpickle/Makefile b/devel/py-cloudpickle/Makefile index c463b4b5a76..fd6c0f75c7f 100644 --- a/devel/py-cloudpickle/Makefile +++ b/devel/py-cloudpickle/Makefile @@ -1,10 +1,11 @@ -# $OpenBSD: Makefile,v 1.10 2020/07/03 17:05:22 sthen Exp $ +# $OpenBSD: Makefile,v 1.11 2020/07/03 21:12:42 sthen Exp $ COMMENT = extended pickling support for Python objects MODPY_EGG_VERSION = 1.5.0 DISTNAME = cloudpickle-${MODPY_EGG_VERSION} PKGNAME = py-cloudpickle-${MODPY_EGG_VERSION} CATEGORIES = devel +REVISION = 0 HOMEPAGE = https://github.com/cloudpipe/cloudpickle MAINTAINER = Brian Callahan diff --git a/devel/py-codestyle/Makefile b/devel/py-codestyle/Makefile index e8a8f16ffe2..f596db929bf 100644 --- a/devel/py-codestyle/Makefile +++ b/devel/py-codestyle/Makefile @@ -1,10 +1,11 @@ -# $OpenBSD: Makefile,v 1.10 2019/08/13 23:19:10 kmos Exp $ +# $OpenBSD: Makefile,v 1.11 2020/07/03 21:12:42 sthen Exp $ COMMENT = python style guide checker MODPY_EGG_VERSION = 2.5.0 DISTNAME = pycodestyle-${MODPY_EGG_VERSION} PKGNAME = py-codestyle-${MODPY_EGG_VERSION} +REVISION = 0 CATEGORIES = devel diff --git a/devel/py-colorama/Makefile b/devel/py-colorama/Makefile index 17d03ce3d55..dcc68477b87 100644 --- a/devel/py-colorama/Makefile +++ b/devel/py-colorama/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.11 2020/02/08 12:12:46 ajacoutot Exp $ +# $OpenBSD: Makefile,v 1.12 2020/07/03 21:12:42 sthen Exp $ # !!! do not update blindly: sysutils/awscli requires a specific version @@ -7,6 +7,7 @@ COMMENT= print colored terminal text from Python apps MODPY_EGG_VERSION= 0.4.3 DISTNAME= colorama-${MODPY_EGG_VERSION} PKGNAME= py-${DISTNAME} +REVISION= 0 CATEGORIES= devel diff --git a/devel/py-configargparse/Makefile b/devel/py-configargparse/Makefile index 46766bf0cec..afb5c1d7fb1 100644 --- a/devel/py-configargparse/Makefile +++ b/devel/py-configargparse/Makefile @@ -1,10 +1,11 @@ -# $OpenBSD: Makefile,v 1.9 2019/09/13 13:00:48 kmos Exp $ +# $OpenBSD: Makefile,v 1.10 2020/07/03 21:12:42 sthen Exp $ COMMENT= argparse replacement, allows options to be set via files/env MODPY_EGG_VERSION = 0.14.0 DISTNAME= ConfigArgParse-${MODPY_EGG_VERSION} PKGNAME= py-${DISTNAME} +REVISION= 0 CATEGORIES= devel diff --git a/devel/py-configobj/Makefile b/devel/py-configobj/Makefile index c37242ae66c..4f5bebf780d 100644 --- a/devel/py-configobj/Makefile +++ b/devel/py-configobj/Makefile @@ -1,11 +1,11 @@ -# $OpenBSD: Makefile,v 1.17 2019/07/12 20:45:46 sthen Exp $ +# $OpenBSD: Makefile,v 1.18 2020/07/03 21:12:42 sthen Exp $ COMMENT= config file reader and writer MODPY_EGG_VERSION = 5.0.6 DISTNAME= configobj-${MODPY_EGG_VERSION} PKGNAME= py-${DISTNAME} -REVISION= 2 +REVISION= 3 CATEGORIES= devel diff --git a/devel/py-constantly/Makefile b/devel/py-constantly/Makefile index 50b52e2b72a..a6a2e5e4ac0 100644 --- a/devel/py-constantly/Makefile +++ b/devel/py-constantly/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.3 2019/07/12 20:45:46 sthen Exp $ +# $OpenBSD: Makefile,v 1.4 2020/07/03 21:12:42 sthen Exp $ COMMENT = symbolic constants in Python @@ -6,7 +6,7 @@ MODPY_EGG_VERSION = 15.1.0 DISTNAME = constantly-${MODPY_EGG_VERSION} PKGNAME = py-${DISTNAME} -REVISION = 0 +REVISION = 1 CATEGORIES = devel diff --git a/devel/py-construct/Makefile b/devel/py-construct/Makefile index 6f977cf8451..6294f94c731 100644 --- a/devel/py-construct/Makefile +++ b/devel/py-construct/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.6 2019/07/12 20:45:47 sthen Exp $ +# $OpenBSD: Makefile,v 1.7 2020/07/03 21:12:42 sthen Exp $ COMMENT = powerful declarative parser/builder for binary data @@ -7,7 +7,7 @@ EPOCH = 0 MODPY_EGG_VERSION = 2.5.3 DISTNAME = construct-${MODPY_EGG_VERSION} PKGNAME = py-${DISTNAME} -REVISION = 0 +REVISION = 1 CATEGORIES = devel diff --git a/devel/py-contextlib2/Makefile b/devel/py-contextlib2/Makefile index 9c87f95573f..0e04b7bc52d 100644 --- a/devel/py-contextlib2/Makefile +++ b/devel/py-contextlib2/Makefile @@ -1,11 +1,11 @@ -# $OpenBSD: Makefile,v 1.3 2019/07/12 20:45:47 sthen Exp $ +# $OpenBSD: Makefile,v 1.4 2020/07/03 21:12:42 sthen Exp $ COMMENT = backports and enhancements for the contextlib module MODPY_EGG_VERSION = 0.5.5 DISTNAME = contextlib2-${MODPY_EGG_VERSION} PKGNAME = py-contextlib2-${MODPY_EGG_VERSION} -REVISION = 0 +REVISION = 1 CATEGORIES = devel diff --git a/devel/py-cooldict/Makefile b/devel/py-cooldict/Makefile index e885a0fc0db..e4db563c1c1 100644 --- a/devel/py-cooldict/Makefile +++ b/devel/py-cooldict/Makefile @@ -1,10 +1,11 @@ -# $OpenBSD: Makefile,v 1.2 2019/07/12 20:45:47 sthen Exp $ +# $OpenBSD: Makefile,v 1.3 2020/07/03 21:12:42 sthen Exp $ COMMENT = some useful dict-like structures MODPY_EGG_VERSION = 1.04 DISTNAME = cooldict-${MODPY_EGG_VERSION} PKGNAME = py-${DISTNAME} +REVISION = 0 CATEGORIES = devel diff --git a/devel/py-country/Makefile b/devel/py-country/Makefile index 5b546248ea4..bbc06cdadfa 100644 --- a/devel/py-country/Makefile +++ b/devel/py-country/Makefile @@ -1,10 +1,11 @@ -# $OpenBSD: Makefile,v 1.29 2020/01/22 05:53:01 kmos Exp $ +# $OpenBSD: Makefile,v 1.30 2020/07/03 21:12:43 sthen Exp $ COMMENT = country, language, currency and scripts definitions MODPY_EGG_VERSION = 19.8.18 DISTNAME = pycountry-${MODPY_EGG_VERSION} PKGNAME = ${DISTNAME:S/py/py-/} +REVISION = 0 CATEGORIES = devel diff --git a/devel/py-coverage/Makefile b/devel/py-coverage/Makefile index 8547293275f..4626b26f615 100644 --- a/devel/py-coverage/Makefile +++ b/devel/py-coverage/Makefile @@ -1,11 +1,11 @@ -# $OpenBSD: Makefile,v 1.21 2019/07/12 20:45:47 sthen Exp $ +# $OpenBSD: Makefile,v 1.22 2020/07/03 21:12:43 sthen Exp $ COMMENT = code coverage measurement for Python MODPY_EGG_VERSION = 4.5.1 DISTNAME = coverage-${MODPY_EGG_VERSION} PKGNAME = py-${DISTNAME} -REVISION = 0 +REVISION = 1 CATEGORIES = devel diff --git a/devel/py-coveralls/Makefile b/devel/py-coveralls/Makefile index d9fc4eed713..004bcffacb1 100644 --- a/devel/py-coveralls/Makefile +++ b/devel/py-coveralls/Makefile @@ -1,11 +1,11 @@ -# $OpenBSD: Makefile,v 1.14 2019/07/12 20:45:47 sthen Exp $ +# $OpenBSD: Makefile,v 1.15 2020/07/03 21:12:43 sthen Exp $ COMMENT = display coverage stats online via coveralls.io MODPY_EGG_VERSION = 1.6.0 DISTNAME = coveralls-${MODPY_EGG_VERSION} PKGNAME = py-${DISTNAME} -REVISION = 3 +REVISION = 4 CATEGORIES = devel diff --git a/devel/py-cparser/Makefile b/devel/py-cparser/Makefile index 19873f641e9..abde7963fa2 100644 --- a/devel/py-cparser/Makefile +++ b/devel/py-cparser/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.10 2019/07/12 20:45:47 sthen Exp $ +# $OpenBSD: Makefile,v 1.11 2020/07/03 21:12:43 sthen Exp $ COMMENT= C parser in pure Python @@ -6,7 +6,7 @@ MODPY_EGG_VERSION= 2.19 DISTNAME= pycparser-${MODPY_EGG_VERSION} PKGNAME= ${DISTNAME:S/py/py-/} CATEGORIES= devel textproc -REVISION= 0 +REVISION= 1 # BSD PERMIT_PACKAGE= Yes diff --git a/devel/py-crc32c/Makefile b/devel/py-crc32c/Makefile index 2856e91d7c9..f4b7be1ff96 100644 --- a/devel/py-crc32c/Makefile +++ b/devel/py-crc32c/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.1.1.1 2020/05/31 11:46:47 jasper Exp $ +# $OpenBSD: Makefile,v 1.2 2020/07/03 21:12:43 sthen Exp $ COMMENT = implemention of the crc32c algorithm in hardware @@ -6,6 +6,7 @@ MODPY_EGG_VERSION = 2.0 DISTNAME = crc32c-${MODPY_EGG_VERSION} PKGNAME = py-${DISTNAME} +REVISION = 0 CATEGORIES = devel diff --git a/devel/py-cstruct/Makefile b/devel/py-cstruct/Makefile index a35f42f0bec..7f584a1e4dd 100644 --- a/devel/py-cstruct/Makefile +++ b/devel/py-cstruct/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.1.1.1 2019/12/21 14:15:27 jasper Exp $ +# $OpenBSD: Makefile,v 1.2 2020/07/03 21:12:43 sthen Exp $ COMMENT = C-style structs for Python @@ -6,6 +6,7 @@ MODPY_EGG_VERSION = 1.8 DISTNAME = cstruct-${MODPY_EGG_VERSION} PKGNAME = py-${DISTNAME} +REVISION = 0 CATEGORIES = devel diff --git a/devel/py-curtsies/Makefile b/devel/py-curtsies/Makefile index f5100a84fce..bef21834e35 100644 --- a/devel/py-curtsies/Makefile +++ b/devel/py-curtsies/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.10 2020/03/29 18:45:38 paco Exp $ +# $OpenBSD: Makefile,v 1.11 2020/07/03 21:12:43 sthen Exp $ COMMENT = curses-like terminal wrapper @@ -6,6 +6,7 @@ MODPY_EGG_VERSION = 0.3.1 DISTNAME = curtsies-${MODPY_EGG_VERSION} PKGNAME = py-${DISTNAME} CATEGORIES = devel +REVISION = 0 # MIT PERMIT_PACKAGE = Yes diff --git a/devel/py-dateutil/Makefile b/devel/py-dateutil/Makefile index e813a2ea3a3..7a2eb78c1eb 100644 --- a/devel/py-dateutil/Makefile +++ b/devel/py-dateutil/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.33 2019/12/12 16:21:23 jasper Exp $ +# $OpenBSD: Makefile,v 1.34 2020/07/03 21:12:43 sthen Exp $ COMMENT = Python API for advanced date calculations @@ -6,6 +6,7 @@ MODPY_EGG_VERSION = 2.8.1 DISTNAME = python-dateutil-${MODPY_EGG_VERSION} PKGNAME = ${DISTNAME:S/^python-/py-/} CATEGORIES = devel +REVISION = 0 HOMEPAGE = https://dateutil.readthedocs.org/ diff --git a/devel/py-decorator/Makefile b/devel/py-decorator/Makefile index 14be1616fbd..48364a1afa2 100644 --- a/devel/py-decorator/Makefile +++ b/devel/py-decorator/Makefile @@ -1,10 +1,11 @@ -# $OpenBSD: Makefile,v 1.22 2019/07/12 20:45:47 sthen Exp $ +# $OpenBSD: Makefile,v 1.23 2020/07/03 21:12:43 sthen Exp $ COMMENT = simplify usage of decorators MODPY_EGG_VERSION = 4.4.0 DISTNAME = decorator-${MODPY_EGG_VERSION} PKGNAME = py-${DISTNAME} +REVISION = 0 CATEGORIES = devel diff --git a/devel/py-deprecation/Makefile b/devel/py-deprecation/Makefile index f9ea2914d32..8fa05f1f5c4 100644 --- a/devel/py-deprecation/Makefile +++ b/devel/py-deprecation/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.1.1.1 2020/05/27 09:49:13 paco Exp $ +# $OpenBSD: Makefile,v 1.2 2020/07/03 21:12:43 sthen Exp $ COMMENT = library to handle automated deprecations @@ -6,6 +6,7 @@ MODPY_EGG_VERSION = 2.1.0 DISTNAME = deprecation-${MODPY_EGG_VERSION} PKGNAME = py-${DISTNAME} +REVISION = 0 CATEGORIES = devel diff --git a/devel/py-dill/Makefile b/devel/py-dill/Makefile index 14ff3bed202..3485f0b6389 100644 --- a/devel/py-dill/Makefile +++ b/devel/py-dill/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.2 2020/06/27 21:13:53 pirofti Exp $ +# $OpenBSD: Makefile,v 1.3 2020/07/03 21:12:43 sthen Exp $ COMMENT = serialize all of python @@ -6,7 +6,7 @@ MODPY_EGG_VERSION = 0.3.1.1 DISTNAME = dill-${MODPY_EGG_VERSION} PKGNAME = py-${DISTNAME} CATEGORIES = devel -REVISION = 0 +REVISION = 1 # Apache v2 PERMIT_PACKAGE = Yes diff --git a/devel/py-dispatcher/Makefile b/devel/py-dispatcher/Makefile index 4b33af24041..cd4ee15a54b 100644 --- a/devel/py-dispatcher/Makefile +++ b/devel/py-dispatcher/Makefile @@ -1,11 +1,11 @@ -# $OpenBSD: Makefile,v 1.3 2019/07/12 20:45:47 sthen Exp $ +# $OpenBSD: Makefile,v 1.4 2020/07/03 21:12:43 sthen Exp $ COMMENT = multi-producer-multi-consumer signal dispatching mechanism MODPY_EGG_VERSION = 2.0.5 DISTNAME = PyDispatcher-${MODPY_EGG_VERSION} PKGNAME = ${DISTNAME:S/Py/py-/:L} -REVISION = 0 +REVISION = 1 CATEGORIES = devel diff --git a/devel/py-distutils-extra/Makefile b/devel/py-distutils-extra/Makefile index 3b18c8e8c51..632791031ed 100755 --- a/devel/py-distutils-extra/Makefile +++ b/devel/py-distutils-extra/Makefile @@ -1,11 +1,11 @@ -# $OpenBSD: Makefile,v 1.14 2019/07/12 20:45:47 sthen Exp $ +# $OpenBSD: Makefile,v 1.15 2020/07/03 21:12:43 sthen Exp $ COMMENT= add support for i18n, documentation and icons to distutils MODPY_EGG_VERSION= 2.38 DISTNAME= python-distutils-extra-${MODPY_EGG_VERSION} PKGNAME= py-distutils-extra-${MODPY_EGG_VERSION} -REVISION= 3 +REVISION= 4 CATEGORIES= devel diff --git a/devel/py-docopt/Makefile b/devel/py-docopt/Makefile index 6e85cca58a7..06dfc0bd379 100644 --- a/devel/py-docopt/Makefile +++ b/devel/py-docopt/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.7 2019/07/12 21:07:45 sthen Exp $ +# $OpenBSD: Makefile,v 1.8 2020/07/03 21:12:43 sthen Exp $ COMMENT = Pythonic argument parser @@ -6,7 +6,7 @@ MODPY_EGG_VERSION = 0.6.2 DISTNAME = docopt-${MODPY_EGG_VERSION} PKGNAME = py-${DISTNAME} CATEGORIES = devel -REVISION = 3 +REVISION = 4 HOMEPAGE = http://docopt.org diff --git a/devel/py-doit/Makefile b/devel/py-doit/Makefile index 0873c31a5db..28e947c359e 100644 --- a/devel/py-doit/Makefile +++ b/devel/py-doit/Makefile @@ -1,10 +1,11 @@ -# $OpenBSD: Makefile,v 1.18 2020/07/02 21:34:09 sthen Exp $ +# $OpenBSD: Makefile,v 1.19 2020/07/03 21:12:43 sthen Exp $ COMMENT = automation tool MODPY_EGG_VERSION = 0.32.0 DISTNAME = doit-${MODPY_EGG_VERSION} CATEGORIES = devel +REVISION = 0 HOMEPAGE = https://pydoit.org/ diff --git a/devel/py-dtfabric/Makefile b/devel/py-dtfabric/Makefile index 43dc286f433..13a9ec2ee51 100644 --- a/devel/py-dtfabric/Makefile +++ b/devel/py-dtfabric/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.6 2019/07/12 20:45:47 sthen Exp $ +# $OpenBSD: Makefile,v 1.7 2020/07/03 21:12:43 sthen Exp $ COMMENT = data type fabric @@ -6,7 +6,7 @@ MODPY_EGG_VERSION = 20181128 DISTNAME = dtfabric-${MODPY_EGG_VERSION} PKGNAME = py-${DISTNAME} -REVISION = 0 +REVISION = 1 CATEGORIES = devel diff --git a/devel/py-dulwich/Makefile b/devel/py-dulwich/Makefile index 1b17c866afd..353e6fc8d52 100644 --- a/devel/py-dulwich/Makefile +++ b/devel/py-dulwich/Makefile @@ -1,10 +1,11 @@ -# $OpenBSD: Makefile,v 1.36 2020/05/17 20:20:08 millert Exp $ +# $OpenBSD: Makefile,v 1.37 2020/07/03 21:12:43 sthen Exp $ COMMENT = pure Python implementation of Git file formats and protocols MODPY_EGG_VERSION = 0.19.16 DISTNAME = dulwich-${MODPY_EGG_VERSION} PKGNAME = py-${DISTNAME} +REVISION = 0 CATEGORIES = devel diff --git a/devel/py-easyprocess/Makefile b/devel/py-easyprocess/Makefile index 6994abf3803..c7335abc9b6 100644 --- a/devel/py-easyprocess/Makefile +++ b/devel/py-easyprocess/Makefile @@ -1,11 +1,11 @@ -# $OpenBSD: Makefile,v 1.3 2019/07/12 20:45:47 sthen Exp $ +# $OpenBSD: Makefile,v 1.4 2020/07/03 21:12:43 sthen Exp $ COMMENT = easy to use python subprocess interface MODPY_EGG_VERSION = 0.2.3 DISTNAME = EasyProcess-${MODPY_EGG_VERSION} PKGNAME = py-${DISTNAME:L} -REVISION = 0 +REVISION = 1 CATEGORIES = devel diff --git a/devel/py-elftools/Makefile b/devel/py-elftools/Makefile index cdf67468df5..040c042e318 100644 --- a/devel/py-elftools/Makefile +++ b/devel/py-elftools/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.11 2019/12/23 17:18:47 jasper Exp $ +# $OpenBSD: Makefile,v 1.12 2020/07/03 21:12:44 sthen Exp $ COMMENT = ELF and DWARF parser library for Python @@ -6,6 +6,7 @@ MODPY_EGG_VERSION = 0.26 DISTNAME = pyelftools-${MODPY_EGG_VERSION} PKGNAME = py-elftools-${MODPY_EGG_VERSION} CATEGORIES = devel +REVISION = 0 HOMEPAGE = https://github.com/eliben/pyelftools MAINTAINER = Jasper Lievisse Adriaanse diff --git a/devel/py-entrypoints/Makefile b/devel/py-entrypoints/Makefile index c3a459ee10c..94e42fcf396 100644 --- a/devel/py-entrypoints/Makefile +++ b/devel/py-entrypoints/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.8 2019/08/13 23:14:46 kmos Exp $ +# $OpenBSD: Makefile,v 1.9 2020/07/03 21:12:44 sthen Exp $ COMMENT = discover and load entry points from installed packages @@ -6,6 +6,7 @@ MODPY_EGG_VERSION = 0.3 DISTNAME = entrypoints-${MODPY_EGG_VERSION} PKGNAME = py-${DISTNAME} CATEGORIES = devel +REVISION = 0 HOMEPAGE = https://github.com/takluyver/entrypoints diff --git a/devel/py-esptool/Makefile b/devel/py-esptool/Makefile index a02d5950037..416910985e6 100644 --- a/devel/py-esptool/Makefile +++ b/devel/py-esptool/Makefile @@ -1,10 +1,11 @@ -# $OpenBSD: Makefile,v 1.1.1.1 2020/02/23 17:35:04 tracey Exp $ +# $OpenBSD: Makefile,v 1.2 2020/07/03 21:12:44 sthen Exp $ COMMENT = esp8266 and esp32 rom bootloader communication tool MODPY_EGG_VERSION = 2.8 DISTNAME = esptool-${MODPY_EGG_VERSION} PKGNAME = py-${DISTNAME} +REVISION = 0 CATEGORIES = devel HOMEPAGE = https://github.com/espressif/esptool diff --git a/devel/py-execnet/Makefile b/devel/py-execnet/Makefile index 8358ccc0037..aa4fb24ebc8 100644 --- a/devel/py-execnet/Makefile +++ b/devel/py-execnet/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.7 2019/07/12 20:45:48 sthen Exp $ +# $OpenBSD: Makefile,v 1.8 2020/07/03 21:12:44 sthen Exp $ COMMENT = rapid multi-Python deployment @@ -6,7 +6,7 @@ DISTNAME = execnet-${MODPY_EGG_VERSION} MODPY_EGG_VERSION = 1.5.0 MODPY_PI = Yes PKGNAME = py-${DISTNAME} -REVISION = 0 +REVISION = 1 CATEGORIES = devel diff --git a/devel/py-extras/Makefile b/devel/py-extras/Makefile index 6ecfccb0ac6..017fc28360a 100644 --- a/devel/py-extras/Makefile +++ b/devel/py-extras/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.7 2019/07/12 20:45:48 sthen Exp $ +# $OpenBSD: Makefile,v 1.8 2020/07/03 21:12:44 sthen Exp $ COMMENT= useful extra bits for Python @@ -6,7 +6,7 @@ MODPY_EGG_VERSION= 1.0.0 DISTNAME= extras-${MODPY_EGG_VERSION} PKGNAME= py-${DISTNAME} CATEGORIES= devel -REVISION= 0 +REVISION= 1 # MIT PERMIT_PACKAGE= Yes diff --git a/devel/py-fasteners/Makefile b/devel/py-fasteners/Makefile index 5335ef45fec..37c0603ad56 100644 --- a/devel/py-fasteners/Makefile +++ b/devel/py-fasteners/Makefile @@ -1,10 +1,11 @@ -# $OpenBSD: Makefile,v 1.7 2019/11/08 14:53:28 kmos Exp $ +# $OpenBSD: Makefile,v 1.8 2020/07/03 21:12:44 sthen Exp $ COMMENT = python package that provides useful locks MODPY_EGG_VERSION = 0.15 DISTNAME = fasteners-${MODPY_EGG_VERSION} PKGNAME = py-${DISTNAME} +REVISION = 0 CATEGORIES = devel diff --git a/devel/py-fastimport/Makefile b/devel/py-fastimport/Makefile index eba6541bfb0..ece1ea4e8ce 100644 --- a/devel/py-fastimport/Makefile +++ b/devel/py-fastimport/Makefile @@ -1,10 +1,11 @@ -# $OpenBSD: Makefile,v 1.7 2020/05/29 22:51:12 juanfra Exp $ +# $OpenBSD: Makefile,v 1.8 2020/07/03 21:12:44 sthen Exp $ COMMENT = parser for and generator of the Git fastimport format MODPY_EGG_VERSION = 0.9.8 DISTNAME = fastimport-${MODPY_EGG_VERSION} PKGNAME = py-fastimport-${MODPY_EGG_VERSION} +REVISION = 0 CATEGORIES = devel diff --git a/devel/py-fields/Makefile b/devel/py-fields/Makefile index dd52b61514c..54a49d2c813 100644 --- a/devel/py-fields/Makefile +++ b/devel/py-fields/Makefile @@ -1,11 +1,11 @@ -# $OpenBSD: Makefile,v 1.2 2019/12/05 05:46:03 kmos Exp $ +# $OpenBSD: Makefile,v 1.3 2020/07/03 21:12:44 sthen Exp $ COMMENT = container class boilerplate killer MODPY_EGG_VERSION = 5.0.0 DISTNAME = fields-${MODPY_EGG_VERSION} PKGNAME = py-fields-${MODPY_EGG_VERSION} -REVISION = 0 +REVISION = 1 CATEGORIES = devel diff --git a/devel/py-filebytes/Makefile b/devel/py-filebytes/Makefile index e836e764620..7d700759242 100644 --- a/devel/py-filebytes/Makefile +++ b/devel/py-filebytes/Makefile @@ -1,10 +1,11 @@ -# $OpenBSD: Makefile,v 1.7 2019/09/27 05:46:30 rpointel Exp $ +# $OpenBSD: Makefile,v 1.8 2020/07/03 21:12:44 sthen Exp $ COMMENT = python module to read and write ELF, PE, MachO or OAT MODPY_EGG_VERSION = 0.9.21 DISTNAME = filebytes-${MODPY_EGG_VERSION} PKGNAME = py-${DISTNAME} +REVISION = 0 CATEGORIES = devel security diff --git a/devel/py-filetype/Makefile b/devel/py-filetype/Makefile index 7f8be143e2f..c049a1742ab 100644 --- a/devel/py-filetype/Makefile +++ b/devel/py-filetype/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.1.1.1 2020/05/27 13:27:41 paco Exp $ +# $OpenBSD: Makefile,v 1.2 2020/07/03 21:12:44 sthen Exp $ COMMENT = infer file type and MIME type @@ -6,6 +6,7 @@ MODPY_EGG_VERSION = 1.0.7 DISTNAME = filetype-${MODPY_EGG_VERSION} PKGNAME = py-${DISTNAME} +REVISION = 0 CATEGORIES = devel diff --git a/devel/py-fixtures/Makefile b/devel/py-fixtures/Makefile index 3087464b6d3..1ed9af0345c 100644 --- a/devel/py-fixtures/Makefile +++ b/devel/py-fixtures/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.1.1.1 2020/01/16 13:48:34 pamela Exp $ +# $OpenBSD: Makefile,v 1.2 2020/07/03 21:12:44 sthen Exp $ COMMENT = reusable state for writing clean Python tests @@ -6,6 +6,7 @@ MODPY_EGG_VERSION = 3.0.0 DISTNAME = fixtures-${MODPY_EGG_VERSION} PKGNAME = py-${DISTNAME} +REVISION = 0 CATEGORIES = devel diff --git a/devel/py-flaky/Makefile b/devel/py-flaky/Makefile index 201cd49f14f..34eb35e1229 100644 --- a/devel/py-flaky/Makefile +++ b/devel/py-flaky/Makefile @@ -1,11 +1,11 @@ -# $OpenBSD: Makefile,v 1.3 2019/07/12 20:45:48 sthen Exp $ +# $OpenBSD: Makefile,v 1.4 2020/07/03 21:12:44 sthen Exp $ COMMENT = nose/pytest plugin to automatically rerun flaky tests MODPY_EGG_VERSION = 3.5.3 DISTNAME = flaky-${MODPY_EGG_VERSION} PKGNAME = py-${DISTNAME} -REVISION = 0 +REVISION = 1 CATEGORIES = devel diff --git a/devel/py-flexmock/Makefile b/devel/py-flexmock/Makefile index e79284c2b77..86d7fedb367 100644 --- a/devel/py-flexmock/Makefile +++ b/devel/py-flexmock/Makefile @@ -1,11 +1,11 @@ -# $OpenBSD: Makefile,v 1.3 2019/07/12 20:45:48 sthen Exp $ +# $OpenBSD: Makefile,v 1.4 2020/07/03 21:12:44 sthen Exp $ COMMENT = testing library for Python MODPY_EGG_VERSION = 0.10.2 DISTNAME = flexmock-${MODPY_EGG_VERSION} PKGNAME = py-${DISTNAME} -REVISION = 0 +REVISION = 1 CATEGORIES = devel diff --git a/devel/py-freezegun/Makefile b/devel/py-freezegun/Makefile index e8c5254cc0c..6c2efe2c021 100644 --- a/devel/py-freezegun/Makefile +++ b/devel/py-freezegun/Makefile @@ -1,10 +1,11 @@ -# $OpenBSD: Makefile,v 1.6 2019/11/10 21:31:28 kmos Exp $ +# $OpenBSD: Makefile,v 1.7 2020/07/03 21:12:44 sthen Exp $ COMMENT = let your Python tests travel through time MODPY_EGG_VERSION = 0.3.12 DISTNAME = freezegun-${MODPY_EGG_VERSION} PKGNAME = py-freezegun-${MODPY_EGG_VERSION} +REVISION = 0 CATEGORIES = devel diff --git a/devel/py-frozendict/Makefile b/devel/py-frozendict/Makefile index d624f7d4814..5f4496df1fa 100644 --- a/devel/py-frozendict/Makefile +++ b/devel/py-frozendict/Makefile @@ -1,11 +1,11 @@ -# $OpenBSD: Makefile,v 1.3 2019/07/12 20:45:48 sthen Exp $ +# $OpenBSD: Makefile,v 1.4 2020/07/03 21:12:44 sthen Exp $ COMMENT = immutable dictionary MODPY_EGG_VERSION = 1.2 DISTNAME = frozendict-${MODPY_EGG_VERSION} PKGNAME = py-frozendict-${MODPY_EGG_VERSION} -REVISION = 0 +REVISION = 1 CATEGORIES = devel diff --git a/devel/py-funcy/Makefile b/devel/py-funcy/Makefile index bf4e81546d8..789e5c203f3 100644 --- a/devel/py-funcy/Makefile +++ b/devel/py-funcy/Makefile @@ -1,11 +1,11 @@ -# $OpenBSD: Makefile,v 1.4 2019/07/12 20:45:48 sthen Exp $ +# $OpenBSD: Makefile,v 1.5 2020/07/03 21:12:44 sthen Exp $ COMMENT = fancy and practical functional tools MODPY_EGG_VERSION = 1.10.2 DISTNAME = funcy-${MODPY_EGG_VERSION} PKGNAME = py-${DISTNAME} -REVISION = 0 +REVISION = 1 CATEGORIES = devel diff --git a/devel/py-future/Makefile b/devel/py-future/Makefile index fabe943c032..c5e8eff592b 100644 --- a/devel/py-future/Makefile +++ b/devel/py-future/Makefile @@ -1,11 +1,11 @@ -# $OpenBSD: Makefile,v 1.4 2019/07/12 20:45:48 sthen Exp $ +# $OpenBSD: Makefile,v 1.5 2020/07/03 21:12:44 sthen Exp $ COMMENT = compatibility layer between Python 2 and Python 3 MODPY_EGG_VERSION = 0.16.0 DISTNAME = future-${MODPY_EGG_VERSION} PKGNAME = py-${DISTNAME} -REVISION = 1 +REVISION = 2 CATEGORIES = devel HOMEPAGE = http://python-future.org/ diff --git a/devel/py-gevent/Makefile b/devel/py-gevent/Makefile index 076a674bf3f..2f51f2e1bc9 100644 --- a/devel/py-gevent/Makefile +++ b/devel/py-gevent/Makefile @@ -1,11 +1,11 @@ -# $OpenBSD: Makefile,v 1.22 2019/07/12 20:45:48 sthen Exp $ +# $OpenBSD: Makefile,v 1.23 2020/07/03 21:12:44 sthen Exp $ COMMENT = network library for easy and scalable concurrency MODPY_EGG_VERSION = 1.4.0 DISTNAME = gevent-${MODPY_EGG_VERSION} PKGNAME = ${MODPY_PY_PREFIX}${DISTNAME} -REVISION = 0 +REVISION = 1 CATEGORIES = devel HOMEPAGE = http://www.gevent.org/ diff --git a/devel/py-gitdb/Makefile b/devel/py-gitdb/Makefile index dabda9b9107..caffdd6e279 100644 --- a/devel/py-gitdb/Makefile +++ b/devel/py-gitdb/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.12 2019/11/08 14:58:48 kmos Exp $ +# $OpenBSD: Makefile,v 1.13 2020/07/03 21:12:45 sthen Exp $ COMMENT= Git object database @@ -6,7 +6,7 @@ MODPY_EGG_VERSION= 2.0.5 DISTNAME= gitdb2-${MODPY_EGG_VERSION} PKGNAME= py-gitdb-${MODPY_EGG_VERSION} CATEGORIES= devel -REVISION= 0 +REVISION= 1 # BSD PERMIT_PACKAGE= Yes diff --git a/devel/py-gitpython/Makefile b/devel/py-gitpython/Makefile index b85b29d6022..c43757b08a5 100644 --- a/devel/py-gitpython/Makefile +++ b/devel/py-gitpython/Makefile @@ -1,10 +1,11 @@ -# $OpenBSD: Makefile,v 1.9 2019/07/12 20:45:48 sthen Exp $ +# $OpenBSD: Makefile,v 1.10 2020/07/03 21:12:45 sthen Exp $ COMMENT= library used to interact with Git repositories MODPY_EGG_VERSION= 2.1.9 DISTNAME= GitPython-${MODPY_EGG_VERSION} PKGNAME= py-${DISTNAME} +REVISION= 0 CATEGORIES= devel diff --git a/devel/py-greenlet/Makefile b/devel/py-greenlet/Makefile index bd35f6b4f46..c6c98e07d59 100644 --- a/devel/py-greenlet/Makefile +++ b/devel/py-greenlet/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.18 2019/07/12 20:45:49 sthen Exp $ +# $OpenBSD: Makefile,v 1.19 2020/07/03 21:12:45 sthen Exp $ COMMENT = lightweight in-process concurrent programming # see slp_platformselect.h @@ -7,7 +7,7 @@ ONLY_FOR_ARCHS = aarch64 amd64 arm i386 powerpc sparc64 MODPY_EGG_VERSION = 0.4.15 DISTNAME = greenlet-${MODPY_EGG_VERSION} PKGNAME = py-${DISTNAME} -REVISION = 0 +REVISION = 1 CATEGORIES = devel diff --git a/devel/py-hamcrest/Makefile b/devel/py-hamcrest/Makefile index 501c649714b..25744c47358 100644 --- a/devel/py-hamcrest/Makefile +++ b/devel/py-hamcrest/Makefile @@ -1,11 +1,11 @@ -# $OpenBSD: Makefile,v 1.3 2019/07/12 20:45:49 sthen Exp $ +# $OpenBSD: Makefile,v 1.4 2020/07/03 21:12:45 sthen Exp $ COMMENT = Hamcrest matchers for Python MODPY_EGG_VERSION = 1.9.0 DISTNAME = PyHamcrest-${MODPY_EGG_VERSION} PKGNAME = py-hamcrest-${MODPY_EGG_VERSION} -REVISION = 0 +REVISION = 1 CATEGORIES = devel diff --git a/devel/py-html5lib/Makefile b/devel/py-html5lib/Makefile index bc6b57d7fe8..d049b32c726 100644 --- a/devel/py-html5lib/Makefile +++ b/devel/py-html5lib/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.19 2019/06/25 08:14:47 feinerer Exp $ +# $OpenBSD: Makefile,v 1.20 2020/07/03 21:12:45 sthen Exp $ COMMENT= HTML parser/tokeniser based for HTML5 @@ -6,6 +6,7 @@ MODPY_EGG_VERSION= 1.0.1 DISTNAME= html5lib-${MODPY_EGG_VERSION} PKGNAME= py-${DISTNAME} CATEGORIES= devel www textproc +REVISION= 0 HOMEPAGE= https://github.com/html5lib/html5lib-python/ diff --git a/devel/py-hypothesis/Makefile b/devel/py-hypothesis/Makefile index d3c43c38329..6afd3e43fd8 100644 --- a/devel/py-hypothesis/Makefile +++ b/devel/py-hypothesis/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.21 2020/01/03 14:51:21 sthen Exp $ +# $OpenBSD: Makefile,v 1.22 2020/07/03 21:12:45 sthen Exp $ COMMENT = library for property based testing @@ -6,7 +6,7 @@ MODPY_EGG_VERSION = 4.15.0 DISTNAME = hypothesis-${MODPY_EGG_VERSION} PKGNAME = py-hypothesis-${MODPY_EGG_VERSION} CATEGORIES = devel -REVISION = 1 +REVISION = 2 HOMEPAGE = https://hypothesis.works/ diff --git a/devel/py-icalendar/Makefile b/devel/py-icalendar/Makefile index daf7faae008..2d2a1dd3fa7 100644 --- a/devel/py-icalendar/Makefile +++ b/devel/py-icalendar/Makefile @@ -1,10 +1,11 @@ -# $OpenBSD: Makefile,v 1.8 2019/12/31 23:17:25 sthen Exp $ +# $OpenBSD: Makefile,v 1.9 2020/07/03 21:12:45 sthen Exp $ COMMENT = parser/generator of iCalendar files MODPY_EGG_VERSION = 4.0.4 DISTNAME = icalendar-${MODPY_EGG_VERSION} PKGNAME = py-icalendar-${MODPY_EGG_VERSION} +REVISION = 0 CATEGORIES = devel diff --git a/devel/py-importlib-metadata/Makefile b/devel/py-importlib-metadata/Makefile index 3ffec04752d..37aac41b3d4 100644 --- a/devel/py-importlib-metadata/Makefile +++ b/devel/py-importlib-metadata/Makefile @@ -1,10 +1,11 @@ -# $OpenBSD: Makefile,v 1.2 2020/03/09 12:03:05 sthen Exp $ +# $OpenBSD: Makefile,v 1.3 2020/07/03 21:12:45 sthen Exp $ COMMENT = library providing an API for accessing packages metadata MODPY_EGG_VERSION = 1.5.0 DISTNAME = importlib_metadata-${MODPY_EGG_VERSION} PKGNAME = py-${DISTNAME} +REVISION = 0 HOMEPAGE = http://importlib-metadata.readthedocs.io/ diff --git a/devel/py-incremental/Makefile b/devel/py-incremental/Makefile index 2d636fa1c75..ea002babeae 100644 --- a/devel/py-incremental/Makefile +++ b/devel/py-incremental/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.6 2019/07/12 20:45:49 sthen Exp $ +# $OpenBSD: Makefile,v 1.7 2020/07/03 21:12:45 sthen Exp $ COMMENT = versioning library for Python projects @@ -6,7 +6,7 @@ MODPY_EGG_VERSION = 17.5.0 DISTNAME = incremental-${MODPY_EGG_VERSION} PKGNAME = py-${DISTNAME} -REVISION = 0 +REVISION = 1 CATEGORIES = devel diff --git a/devel/py-intervaltree/Makefile b/devel/py-intervaltree/Makefile index f68252327af..24d719eae40 100644 --- a/devel/py-intervaltree/Makefile +++ b/devel/py-intervaltree/Makefile @@ -1,11 +1,11 @@ -# $OpenBSD: Makefile,v 1.5 2019/07/12 20:45:49 sthen Exp $ +# $OpenBSD: Makefile,v 1.6 2020/07/03 21:12:45 sthen Exp $ COMMENT = editable interval tree data structure for Python 2 and 3 MODPY_EGG_VERSION = 3.0.2 DISTNAME = intervaltree-${MODPY_EGG_VERSION} PKGNAME = py-${DISTNAME} -REVISION = 0 +REVISION = 1 CATEGORIES = devel diff --git a/devel/py-ipykernel/Makefile b/devel/py-ipykernel/Makefile index 7a9690541f0..bc36aff51c9 100644 --- a/devel/py-ipykernel/Makefile +++ b/devel/py-ipykernel/Makefile @@ -1,11 +1,11 @@ -# $OpenBSD: Makefile,v 1.12 2020/03/23 05:05:03 bket Exp $ +# $OpenBSD: Makefile,v 1.13 2020/07/03 21:12:45 sthen Exp $ COMMENT = IPython kernel for Jupyter MODPY_EGG_VERSION = 4.10.0 DISTNAME = ipykernel-${MODPY_EGG_VERSION} PKGNAME = py-${DISTNAME} -REVISION = 2 +REVISION = 3 PORTROACH= limit:^4 diff --git a/devel/py-ipython_genutils/Makefile b/devel/py-ipython_genutils/Makefile index 34cfed22335..1b55cf19eaf 100644 --- a/devel/py-ipython_genutils/Makefile +++ b/devel/py-ipython_genutils/Makefile @@ -1,11 +1,11 @@ -# $OpenBSD: Makefile,v 1.7 2019/07/12 20:45:49 sthen Exp $ +# $OpenBSD: Makefile,v 1.8 2020/07/03 21:12:45 sthen Exp $ COMMENT = IPython vestigial utilities MODPY_EGG_VERSION = 0.2.0 DISTNAME = ipython_genutils-${MODPY_EGG_VERSION} PKGNAME = py-${DISTNAME} -REVISION = 1 +REVISION = 2 CATEGORIES = devel diff --git a/devel/py-iso3166/Makefile b/devel/py-iso3166/Makefile index ecd93b82713..1f3caf41777 100644 --- a/devel/py-iso3166/Makefile +++ b/devel/py-iso3166/Makefile @@ -1,10 +1,11 @@ -# $OpenBSD: Makefile,v 1.7 2019/12/15 18:01:01 bcallah Exp $ +# $OpenBSD: Makefile,v 1.8 2020/07/03 21:12:45 sthen Exp $ MODPY_EGG_VERSION = 1.0.1 COMMENT = self-contained ISO 3166-1 country definitions library DISTNAME = iso3166-${MODPY_EGG_VERSION} PKGNAME = py-iso3166-${MODPY_EGG_VERSION} CATEGORIES = devel +REVISION = 0 HOMEPAGE = https://github.com/deactivated/python-iso3166 MAINTAINER = Brian Callahan diff --git a/devel/py-iso639/Makefile b/devel/py-iso639/Makefile index 7cf7b52d882..60124a36df3 100644 --- a/devel/py-iso639/Makefile +++ b/devel/py-iso639/Makefile @@ -1,11 +1,11 @@ -# $OpenBSD: Makefile,v 1.4 2019/07/12 20:45:49 sthen Exp $ +# $OpenBSD: Makefile,v 1.5 2020/07/03 21:12:45 sthen Exp $ MODPY_EGG_VERSION = 0.4.5 COMMENT = Python library for the ISO 639 language code standard DISTNAME = iso-639-${MODPY_EGG_VERSION} PKGNAME = py-iso639-${MODPY_EGG_VERSION} CATEGORIES = devel -REVISION = 1 +REVISION = 2 HOMEPAGE = https://github.com/noumar/iso639 MAINTAINER = Brian Callahan diff --git a/devel/py-isodate/Makefile b/devel/py-isodate/Makefile index 76d701ed159..2e72bf4fcbf 100644 --- a/devel/py-isodate/Makefile +++ b/devel/py-isodate/Makefile @@ -1,11 +1,11 @@ -# $OpenBSD: Makefile,v 1.18 2019/07/12 20:45:49 sthen Exp $ +# $OpenBSD: Makefile,v 1.19 2020/07/03 21:12:45 sthen Exp $ COMMENT = ISO 8601 date/time/duration parser and formater MODPY_EGG_VERSION = 0.6.0 DISTNAME = isodate-${MODPY_EGG_VERSION} PKGNAME = py-${DISTNAME} -REVISION = 0 +REVISION = 1 CATEGORIES = devel diff --git a/devel/py-isort/Makefile b/devel/py-isort/Makefile index ca48f741644..cc0c66018ec 100644 --- a/devel/py-isort/Makefile +++ b/devel/py-isort/Makefile @@ -1,11 +1,11 @@ -# $OpenBSD: Makefile,v 1.7 2019/07/12 20:45:49 sthen Exp $ +# $OpenBSD: Makefile,v 1.8 2020/07/03 21:12:45 sthen Exp $ COMMENT = Python utility / library to sort Python imports MODPY_EGG_VERSION = 4.2.15 DISTNAME = isort-${MODPY_EGG_VERSION} PKGNAME = py-isort-${MODPY_EGG_VERSION} -REVISION = 1 +REVISION = 2 CATEGORIES = devel diff --git a/devel/py-jaraco-functools/Makefile b/devel/py-jaraco-functools/Makefile index cf3554266b1..d212720a322 100644 --- a/devel/py-jaraco-functools/Makefile +++ b/devel/py-jaraco-functools/Makefile @@ -1,9 +1,9 @@ -# $OpenBSD: Makefile,v 1.2 2020/02/19 15:48:41 bket Exp $ +# $OpenBSD: Makefile,v 1.3 2020/07/03 21:12:45 sthen Exp $ COMMENT = functools like those found in stdlib MODPY_EGG_VERSION = 2.0 -REVISION = 0 +REVISION = 1 DISTNAME = jaraco.functools-${MODPY_EGG_VERSION} PKGNAME = py-jaraco-functools-${MODPY_EGG_VERSION} diff --git a/devel/py-jedi/Makefile b/devel/py-jedi/Makefile index 1c8484bafea..df49219a956 100644 --- a/devel/py-jedi/Makefile +++ b/devel/py-jedi/Makefile @@ -1,11 +1,11 @@ -# $OpenBSD: Makefile,v 1.14 2020/03/25 10:01:46 mariani Exp $ +# $OpenBSD: Makefile,v 1.15 2020/07/03 21:12:45 sthen Exp $ COMMENT = autocompletion tool for Python MODPY_EGG_VERSION = 0.15.1 DISTNAME = jedi-${MODPY_EGG_VERSION} PKGNAME = py-${DISTNAME} -REVISION = 0 +REVISION = 1 CATEGORIES = devel diff --git a/devel/py-jmespath/Makefile b/devel/py-jmespath/Makefile index 575f450e0f7..794e97f93d8 100644 --- a/devel/py-jmespath/Makefile +++ b/devel/py-jmespath/Makefile @@ -1,11 +1,11 @@ -# $OpenBSD: Makefile,v 1.4 2019/07/12 20:45:50 sthen Exp $ +# $OpenBSD: Makefile,v 1.5 2020/07/03 21:12:46 sthen Exp $ COMMENT= extract elements from a JSON document MODPY_EGG_VERSION= 0.9.0 DISTNAME= jmespath-${MODPY_EGG_VERSION} PKGNAME= py-${DISTNAME} -REVISION= 1 +REVISION= 2 CATEGORIES= devel diff --git a/devel/py-jsonschema/Makefile b/devel/py-jsonschema/Makefile index a21003edbf4..1b779bd3622 100644 --- a/devel/py-jsonschema/Makefile +++ b/devel/py-jsonschema/Makefile @@ -1,11 +1,11 @@ -# $OpenBSD: Makefile,v 1.11 2019/07/12 20:45:50 sthen Exp $ +# $OpenBSD: Makefile,v 1.12 2020/07/03 21:12:46 sthen Exp $ COMMENT = implementation of JSON Schema validation for Python MODPY_EGG_VERSION = 2.6.0 DISTNAME = jsonschema-${MODPY_EGG_VERSION} PKGNAME = py-${DISTNAME} -REVISION = 0 +REVISION = 1 CATEGORIES = devel diff --git a/devel/py-jupyter_client/Makefile b/devel/py-jupyter_client/Makefile index a91bfb560c6..e08a0a45499 100644 --- a/devel/py-jupyter_client/Makefile +++ b/devel/py-jupyter_client/Makefile @@ -1,9 +1,9 @@ -# $OpenBSD: Makefile,v 1.14 2020/03/23 05:05:03 bket Exp $ +# $OpenBSD: Makefile,v 1.15 2020/07/03 21:12:46 sthen Exp $ COMMENT = Jupyter protocol implementation and client libraries MODPY_EGG_VERSION = 5.3.4 -REVISION = 0 +REVISION = 1 DISTNAME = jupyter_client-${MODPY_EGG_VERSION} PKGNAME = py-${DISTNAME} diff --git a/devel/py-jupyter_core/Makefile b/devel/py-jupyter_core/Makefile index d464fe44d8c..c05ec2ea8d4 100644 --- a/devel/py-jupyter_core/Makefile +++ b/devel/py-jupyter_core/Makefile @@ -1,10 +1,11 @@ -# $OpenBSD: Makefile,v 1.13 2020/03/31 19:20:04 bket Exp $ +# $OpenBSD: Makefile,v 1.14 2020/07/03 21:12:46 sthen Exp $ COMMENT = Jupyter core package MODPY_EGG_VERSION = 4.6.3 DISTNAME = jupyter_core-${MODPY_EGG_VERSION} PKGNAME = py-${DISTNAME} +REVISION = 0 CATEGORIES = devel diff --git a/devel/py-kitchen/Makefile b/devel/py-kitchen/Makefile index 8cf550d6fc3..b328a0fd341 100644 --- a/devel/py-kitchen/Makefile +++ b/devel/py-kitchen/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.1.1.1 2020/02/29 22:57:08 kn Exp $ +# $OpenBSD: Makefile,v 1.2 2020/07/03 21:12:46 sthen Exp $ COMMENT = kitchen contains a cornucopia of useful code @@ -6,6 +6,7 @@ MODPY_EGG_VERSION = 1.2.6 DISTNAME = kitchen-${MODPY_EGG_VERSION} PKGNAME = py-${DISTNAME} +REVISION = 0 CATEGORIES = devel diff --git a/devel/py-kiwisolver/Makefile b/devel/py-kiwisolver/Makefile index dd78e476a82..12ca17b37f1 100644 --- a/devel/py-kiwisolver/Makefile +++ b/devel/py-kiwisolver/Makefile @@ -1,11 +1,11 @@ -# $OpenBSD: Makefile,v 1.3 2019/07/12 20:45:50 sthen Exp $ +# $OpenBSD: Makefile,v 1.4 2020/07/03 21:12:46 sthen Exp $ COMMENT = fast implementation of the Cassowary constraint solver MODPY_EGG_VERSION = 1.0.1 DISTNAME = kiwisolver-${MODPY_EGG_VERSION} PKGNAME = py-${DISTNAME} -REVISION = 0 +REVISION = 1 CATEGORIES = devel diff --git a/devel/py-lazy-object-proxy/Makefile b/devel/py-lazy-object-proxy/Makefile index cf62012130e..2488e733763 100644 --- a/devel/py-lazy-object-proxy/Makefile +++ b/devel/py-lazy-object-proxy/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.7 2019/07/12 20:45:50 sthen Exp $ +# $OpenBSD: Makefile,v 1.8 2020/07/03 21:12:46 sthen Exp $ COMMENT = fast and thorough lazy object proxy @@ -6,7 +6,7 @@ MODPY_EGG_VERSION = 1.3.1 DISTNAME = lazy-object-proxy-${MODPY_EGG_VERSION} PKGNAME = py-${DISTNAME} CATEGORIES = devel -REVISION = 1 +REVISION = 2 HOMEPAGE = https://python-lazy-object-proxy.readthedocs.org diff --git a/devel/py-liblarch/Makefile b/devel/py-liblarch/Makefile index fc4f40bddbf..eb7b4d49ef7 100644 --- a/devel/py-liblarch/Makefile +++ b/devel/py-liblarch/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.7 2020/04/01 14:35:10 jasper Exp $ +# $OpenBSD: Makefile,v 1.8 2020/07/03 21:12:46 sthen Exp $ COMMENT= python library to easily handle data structure @@ -8,6 +8,7 @@ GH_TAGNAME= v3.0 MODPY_EGG_VERSION= ${GH_TAGNAME:S/v//} DISTNAME= liblarch-${MODPY_EGG_VERSION} PKGNAME= py-liblarch-${MODPY_EGG_VERSION} +REVISION= 0 CATEGORIES= devel diff --git a/devel/py-llvmlite/Makefile b/devel/py-llvmlite/Makefile index d2798e24d0a..0c8e30dedda 100644 --- a/devel/py-llvmlite/Makefile +++ b/devel/py-llvmlite/Makefile @@ -1,9 +1,9 @@ -# $OpenBSD: Makefile,v 1.7 2019/07/03 13:15:39 jca Exp $ +# $OpenBSD: Makefile,v 1.8 2020/07/03 21:12:46 sthen Exp $ COMMENT = lightweight LLVM-Python binding for writing JIT compilers MODPY_EGG_VERSION = 0.29.0 -REVISION = 0 +REVISION = 1 GH_ACCOUNT = numba GH_PROJECT = llvmlite GH_TAGNAME = v${MODPY_EGG_VERSION} diff --git a/devel/py-logilab-common/Makefile b/devel/py-logilab-common/Makefile index a5f039d6bcd..f2430cc2a2a 100644 --- a/devel/py-logilab-common/Makefile +++ b/devel/py-logilab-common/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.25 2019/07/12 20:45:50 sthen Exp $ +# $OpenBSD: Makefile,v 1.26 2020/07/03 21:12:46 sthen Exp $ COMMENT= common low-level libraries for logilab projects @@ -6,7 +6,7 @@ MODPY_EGG_VERSION = 1.4.0 DISTNAME= logilab-common-${MODPY_EGG_VERSION} PKGNAME= py-${DISTNAME} CATEGORIES= devel -REVISION= 1 +REVISION= 2 HOMEPAGE= https://www.logilab.org/project/logilab-common diff --git a/devel/py-magic/Makefile b/devel/py-magic/Makefile index 4426e64ac06..4fb7ba1e772 100644 --- a/devel/py-magic/Makefile +++ b/devel/py-magic/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.3 2019/07/12 20:45:50 sthen Exp $ +# $OpenBSD: Makefile,v 1.4 2020/07/03 21:12:46 sthen Exp $ MODPY_EGG_VERSION = 0.4.15 COMMENT = Python module for file type identification using libmagic @@ -6,7 +6,7 @@ DISTNAME = python-magic-${MODPY_EGG_VERSION} PKGNAME = py-magic-${MODPY_EGG_VERSION} EPOCH = 0 CATEGORIES = devel -REVISION = 0 +REVISION = 1 MAINTAINER = Brian Callahan diff --git a/devel/py-mccabe/Makefile b/devel/py-mccabe/Makefile index 996b014250b..905f9ec9abb 100644 --- a/devel/py-mccabe/Makefile +++ b/devel/py-mccabe/Makefile @@ -1,11 +1,11 @@ -# $OpenBSD: Makefile,v 1.12 2019/07/12 20:45:50 sthen Exp $ +# $OpenBSD: Makefile,v 1.13 2020/07/03 21:12:46 sthen Exp $ COMMENT = McCabe complexity checker for Python MODPY_EGG_VERSION = 0.6.1 DISTNAME = mccabe-${MODPY_EGG_VERSION} PKGNAME = py-mccabe-${MODPY_EGG_VERSION} -REVISION = 1 +REVISION = 2 CATEGORIES = devel diff --git a/devel/py-minidump/Makefile b/devel/py-minidump/Makefile index 995891a93a7..a8d799f4952 100644 --- a/devel/py-minidump/Makefile +++ b/devel/py-minidump/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.1.1.1 2020/02/11 23:38:13 kn Exp $ +# $OpenBSD: Makefile,v 1.2 2020/07/03 21:12:46 sthen Exp $ COMMENT = library to parse Windows minidump file format @@ -6,6 +6,7 @@ MODPY_EGG_VERSION = 0.0.12 DISTNAME = minidump-${MODPY_EGG_VERSION} PKGNAME = py-${DISTNAME} +REVISION = 0 CATEGORIES = devel diff --git a/devel/py-minimock/Makefile b/devel/py-minimock/Makefile index 620848584e5..cffc95a2e31 100644 --- a/devel/py-minimock/Makefile +++ b/devel/py-minimock/Makefile @@ -1,11 +1,11 @@ -# $OpenBSD: Makefile,v 1.13 2019/07/12 20:45:50 sthen Exp $ +# $OpenBSD: Makefile,v 1.14 2020/07/03 21:12:46 sthen Exp $ COMMENT= the simplest possible mock library, for Python MODPY_EGG_VERSION = 1.2.8 DISTNAME= MiniMock-${MODPY_EGG_VERSION} PKGNAME= py-${DISTNAME:L} -REVISION= 3 +REVISION= 4 CATEGORIES= devel diff --git a/devel/py-mock/Makefile b/devel/py-mock/Makefile index 921c72f207c..6eb08c93966 100644 --- a/devel/py-mock/Makefile +++ b/devel/py-mock/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.15 2019/12/02 22:47:52 kmos Exp $ +# $OpenBSD: Makefile,v 1.16 2020/07/03 21:12:46 sthen Exp $ COMMENT= python mocking and patching library for testing @@ -6,6 +6,7 @@ MODPY_EGG_VERSION= 3.0.5 DISTNAME= mock-${MODPY_EGG_VERSION} PKGNAME= py-${DISTNAME} CATEGORIES= devel +REVISION= 0 HOMEPAGE= https://mock.readthedocs.io/en/latest/ diff --git a/devel/py-modulegraph/Makefile b/devel/py-modulegraph/Makefile index f49f5f086c6..330f88fc3c9 100644 --- a/devel/py-modulegraph/Makefile +++ b/devel/py-modulegraph/Makefile @@ -1,10 +1,11 @@ -# $OpenBSD: Makefile,v 1.14 2019/06/27 16:03:23 kmos Exp $ +# $OpenBSD: Makefile,v 1.15 2020/07/03 21:12:46 sthen Exp $ COMMENT= Python module dependency analysis tool MODPY_EGG_VERSION= 0.17 DISTNAME= modulegraph-${MODPY_EGG_VERSION} PKGNAME= py-${DISTNAME} +REVISION= 0 CATEGORIES= devel diff --git a/devel/py-more-itertools/Makefile b/devel/py-more-itertools/Makefile index b6380354f4a..a0a1714bb2b 100644 --- a/devel/py-more-itertools/Makefile +++ b/devel/py-more-itertools/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.5 2019/07/12 20:45:50 sthen Exp $ +# $OpenBSD: Makefile,v 1.6 2020/07/03 21:12:46 sthen Exp $ COMMENT = routines for operating on iterables beyond itertools @@ -6,7 +6,7 @@ MODPY_EGG_VERSION = 4.1.0 DISTNAME = more-itertools-${MODPY_EGG_VERSION} PKGNAME = py-${DISTNAME} CATEGORIES = devel -REVISION = 0 +REVISION = 1 # MIT PERMIT_PACKAGE = Yes diff --git a/devel/py-mox3/Makefile b/devel/py-mox3/Makefile index 8f20853793c..8754e606811 100644 --- a/devel/py-mox3/Makefile +++ b/devel/py-mox3/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.1.1.1 2020/06/08 10:53:52 jasper Exp $ +# $OpenBSD: Makefile,v 1.2 2020/07/03 21:12:46 sthen Exp $ COMMENT = Mox is a mock object framework for Python @@ -6,6 +6,7 @@ MODPY_EGG_VERSION = 1.1.0 DISTNAME = mox3-${MODPY_EGG_VERSION} PKGNAME = py-${DISTNAME} CATEGORIES = devel +REVISION = 0 # Apache 2.0 PERMIT_PACKAGE = Yes diff --git a/devel/py-mulpyplexer/Makefile b/devel/py-mulpyplexer/Makefile index 88ad70499b9..611be3b1c98 100644 --- a/devel/py-mulpyplexer/Makefile +++ b/devel/py-mulpyplexer/Makefile @@ -1,10 +1,11 @@ -# $OpenBSD: Makefile,v 1.2 2019/11/23 19:55:42 kmos Exp $ +# $OpenBSD: Makefile,v 1.3 2020/07/03 21:12:47 sthen Exp $ COMMENT = module that multiplexes interactions with lists of objects MODPY_EGG_VERSION = 0.08 DISTNAME = mulpyplexer-${MODPY_EGG_VERSION} PKGNAME = py-${DISTNAME} +REVISION = 0 CATEGORIES = devel diff --git a/devel/py-munch/Makefile b/devel/py-munch/Makefile index e1f029df4ab..c8c84eae973 100644 --- a/devel/py-munch/Makefile +++ b/devel/py-munch/Makefile @@ -1,11 +1,11 @@ -# $OpenBSD: Makefile,v 1.3 2019/07/12 20:45:50 sthen Exp $ +# $OpenBSD: Makefile,v 1.4 2020/07/03 21:12:47 sthen Exp $ COMMENT = dot-accessible dictionary (a la JavaScript objects) MODPY_EGG_VERSION = 2.2.0 DISTNAME = munch-${MODPY_EGG_VERSION} PKGNAME = py-${DISTNAME} -REVISION = 0 +REVISION = 1 CATEGORIES = devel diff --git a/devel/py-nbconvert/Makefile b/devel/py-nbconvert/Makefile index 2e76e1f3509..b766334389a 100644 --- a/devel/py-nbconvert/Makefile +++ b/devel/py-nbconvert/Makefile @@ -1,10 +1,11 @@ -# $OpenBSD: Makefile,v 1.12 2020/03/18 18:08:13 bket Exp $ +# $OpenBSD: Makefile,v 1.13 2020/07/03 21:12:47 sthen Exp $ COMMENT = converting Jupyter notebooks MODPY_EGG_VERSION = 5.3.1 DISTNAME = nbconvert-${MODPY_EGG_VERSION} PKGNAME = py-${DISTNAME} +REVISION = 0 CATEGORIES = devel diff --git a/devel/py-nbformat/Makefile b/devel/py-nbformat/Makefile index 78e7a4c9b43..6811385124a 100644 --- a/devel/py-nbformat/Makefile +++ b/devel/py-nbformat/Makefile @@ -1,10 +1,11 @@ -# $OpenBSD: Makefile,v 1.12 2020/03/31 19:19:23 bket Exp $ +# $OpenBSD: Makefile,v 1.13 2020/07/03 21:12:47 sthen Exp $ COMMENT = Jupyter notebook format MODPY_EGG_VERSION = 5.0.4 DISTNAME = nbformat-${MODPY_EGG_VERSION} PKGNAME = py-${DISTNAME} +REVISION = 0 CATEGORIES = devel diff --git a/devel/py-nbval/Makefile b/devel/py-nbval/Makefile index 8326d193c52..ae3c36b3ea3 100644 --- a/devel/py-nbval/Makefile +++ b/devel/py-nbval/Makefile @@ -1,10 +1,11 @@ -# $OpenBSD: Makefile,v 1.4 2020/02/29 18:57:49 bket Exp $ +# $OpenBSD: Makefile,v 1.5 2020/07/03 21:12:47 sthen Exp $ COMMENT = py.test plugin to validate Jupyter notebooks MODPY_EGG_VERSION = 0.9.5 DISTNAME = nbval-${MODPY_EGG_VERSION} PKGNAME = py-${DISTNAME} +REVISION = 0 CATEGORIES = devel diff --git a/devel/py-nose-warnings-filters/Makefile b/devel/py-nose-warnings-filters/Makefile index b8c2c4d3480..46008cefc95 100644 --- a/devel/py-nose-warnings-filters/Makefile +++ b/devel/py-nose-warnings-filters/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.5 2019/07/12 20:45:51 sthen Exp $ +# $OpenBSD: Makefile,v 1.6 2020/07/03 21:12:47 sthen Exp $ COMMENT = nose plugin to add warnings filters @@ -6,7 +6,7 @@ MODPY_EGG_VERSION = 0.1.5 DISTNAME = nose_warnings_filters-${MODPY_EGG_VERSION} PKGNAME = py-nose-warnings-filters-${MODPY_EGG_VERSION} CATEGORIES = devel -REVISION = 2 +REVISION = 3 HOMEPAGE = https://github.com/Carreau/nose_warnings_filters diff --git a/devel/py-nose/Makefile b/devel/py-nose/Makefile index da2b470b4f0..3802bee8a24 100644 --- a/devel/py-nose/Makefile +++ b/devel/py-nose/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.41 2019/07/12 20:45:51 sthen Exp $ +# $OpenBSD: Makefile,v 1.42 2020/07/03 21:12:47 sthen Exp $ COMMENT= discovery-based unittest extension @@ -6,7 +6,7 @@ MODPY_EGG_VERSION= 1.3.7 DISTNAME= nose-${MODPY_EGG_VERSION} PKGNAME= py-${DISTNAME} CATEGORIES= devel -REVISION= 5 +REVISION= 6 HOMEPAGE= http://readthedocs.org/docs/nose/en/latest/ diff --git a/devel/py-nosexcover/Makefile b/devel/py-nosexcover/Makefile index a6a52e793bf..e6ddd50a3e9 100644 --- a/devel/py-nosexcover/Makefile +++ b/devel/py-nosexcover/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.6 2019/07/12 20:45:51 sthen Exp $ +# $OpenBSD: Makefile,v 1.7 2020/07/03 21:12:47 sthen Exp $ COMMENT = extend nose coverage to add Cobertura-style XML reports @@ -6,7 +6,7 @@ MODPY_EGG_VERSION = 1.0.11 DISTNAME = nosexcover-${MODPY_EGG_VERSION} PKGNAME = py-${DISTNAME} CATEGORIES = devel -REVISION = 1 +REVISION = 2 # BSD PERMIT_PACKAGE = Yes diff --git a/devel/py-objgraph/Makefile b/devel/py-objgraph/Makefile index 1f7b98f42c4..a28b80c850b 100644 --- a/devel/py-objgraph/Makefile +++ b/devel/py-objgraph/Makefile @@ -1,11 +1,11 @@ -# $OpenBSD: Makefile,v 1.4 2019/07/12 20:45:51 sthen Exp $ +# $OpenBSD: Makefile,v 1.5 2020/07/03 21:12:47 sthen Exp $ COMMENT = draw Python object reference graphs MODPY_EGG_VERSION = 3.4.1 DISTNAME = objgraph-${MODPY_EGG_VERSION} PKGNAME = py-${DISTNAME} -REVISION = 0 +REVISION = 1 CATEGORIES = devel diff --git a/devel/py-olefile/Makefile b/devel/py-olefile/Makefile index e018aa41ef4..0caac116497 100644 --- a/devel/py-olefile/Makefile +++ b/devel/py-olefile/Makefile @@ -1,11 +1,11 @@ -# $OpenBSD: Makefile,v 1.6 2019/07/12 20:45:51 sthen Exp $ +# $OpenBSD: Makefile,v 1.7 2020/07/03 21:12:47 sthen Exp $ COMMENT = parse, read and write Microsoft OLE2 files MODPY_EGG_VERSION = 0.46 DISTNAME = olefile-${MODPY_EGG_VERSION} PKGNAME = py-${DISTNAME} -REVISION = 0 +REVISION = 1 GH_ACCOUNT = decalage2 GH_PROJECT = olefile diff --git a/devel/py-parallel/Makefile b/devel/py-parallel/Makefile index ee8034b3df7..3a5e2e1ec3f 100644 --- a/devel/py-parallel/Makefile +++ b/devel/py-parallel/Makefile @@ -1,11 +1,11 @@ -# $OpenBSD: Makefile,v 1.4 2019/11/23 19:35:16 kmos Exp $ +# $OpenBSD: Makefile,v 1.5 2020/07/03 21:12:47 sthen Exp $ V = 0.2.2 COMMENT = access to parallel port from Python DISTNAME = pyparallel-${V} PKGNAME = py-parallel-${V} CATEGORIES = devel -REVISION = 0 +REVISION = 1 HOMEPAGE = https://github.com/pyserial/pyparallel MAINTAINER = Brian Callahan diff --git a/devel/py-parsedatetime/Makefile b/devel/py-parsedatetime/Makefile index 6f4e97f5072..eec9423efd8 100644 --- a/devel/py-parsedatetime/Makefile +++ b/devel/py-parsedatetime/Makefile @@ -1,11 +1,11 @@ -# $OpenBSD: Makefile,v 1.14 2020/02/03 20:40:38 sthen Exp $ +# $OpenBSD: Makefile,v 1.15 2020/07/03 21:12:47 sthen Exp $ COMMENT= parse human-readable date/time text MODPY_EGG_VERSION = 2.5 DISTNAME= parsedatetime-${MODPY_EGG_VERSION} PKGNAME= py-${DISTNAME} -REVISION= 0 +REVISION= 1 CATEGORIES= devel diff --git a/devel/py-parsing/Makefile b/devel/py-parsing/Makefile index 39a243a5526..22d512c8e43 100644 --- a/devel/py-parsing/Makefile +++ b/devel/py-parsing/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.43 2019/07/12 20:45:51 sthen Exp $ +# $OpenBSD: Makefile,v 1.44 2020/07/03 21:12:47 sthen Exp $ COMMENT = Python parsing module @@ -6,6 +6,7 @@ MODPY_EGG_VERSION = 2.4.0 DISTNAME = pyparsing-${MODPY_EGG_VERSION} PKGNAME = ${DISTNAME:S/py/py-/} CATEGORIES = devel +REVISION = 0 HOMEPAGE = http://pyparsing.wikispaces.com/ diff --git a/devel/py-parso/Makefile b/devel/py-parso/Makefile index e29fcb9decb..f2dccb24d44 100644 --- a/devel/py-parso/Makefile +++ b/devel/py-parso/Makefile @@ -1,11 +1,11 @@ -# $OpenBSD: Makefile,v 1.8 2020/03/25 10:01:46 mariani Exp $ +# $OpenBSD: Makefile,v 1.9 2020/07/03 21:12:47 sthen Exp $ COMMENT = python parser MODPY_EGG_VERSION = 0.5.1 DISTNAME = parso-${MODPY_EGG_VERSION} PKGNAME = py-${DISTNAME} -REVISION = 0 +REVISION = 1 CATEGORIES = devel diff --git a/devel/py-path.py/Makefile b/devel/py-path.py/Makefile index 9a41686c689..ff4e0e151d2 100644 --- a/devel/py-path.py/Makefile +++ b/devel/py-path.py/Makefile @@ -1,11 +1,11 @@ -# $OpenBSD: Makefile,v 1.15 2019/07/12 20:45:51 sthen Exp $ +# $OpenBSD: Makefile,v 1.16 2020/07/03 21:12:47 sthen Exp $ COMMENT = os.path wrapper for Python MODPY_EGG_VERSION = 10.3.1 DISTNAME = path.py-${MODPY_EGG_VERSION} PKGNAME = py-${DISTNAME} -REVISION = 1 +REVISION = 2 CATEGORIES = devel diff --git a/devel/py-pathlib/Makefile b/devel/py-pathlib/Makefile index 132547a8b0b..e16bf8a7dd2 100644 --- a/devel/py-pathlib/Makefile +++ b/devel/py-pathlib/Makefile @@ -1,11 +1,11 @@ -# $OpenBSD: Makefile,v 1.10 2019/07/12 20:45:51 sthen Exp $ +# $OpenBSD: Makefile,v 1.11 2020/07/03 21:12:47 sthen Exp $ COMMENT = object-oriented filesystem paths MODPY_EGG_VERSION = 1.0.1 DISTNAME = pathlib-${MODPY_EGG_VERSION} PKGNAME = py-${DISTNAME} -REVISION = 6 +REVISION = 7 CATEGORIES = devel diff --git a/devel/py-pathlib2/Makefile b/devel/py-pathlib2/Makefile index 317a13c7f17..64491b00f0e 100644 --- a/devel/py-pathlib2/Makefile +++ b/devel/py-pathlib2/Makefile @@ -1,11 +1,11 @@ -# $OpenBSD: Makefile,v 1.5 2019/07/12 20:45:51 sthen Exp $ +# $OpenBSD: Makefile,v 1.6 2020/07/03 21:12:47 sthen Exp $ COMMENT = object-oriented filesystem paths MODPY_EGG_VERSION = 2.3.3 DISTNAME = pathlib2-${MODPY_EGG_VERSION} PKGNAME = py-${DISTNAME} -REVISION = 1 +REVISION = 2 CATEGORIES = devel diff --git a/devel/py-pathspec/Makefile b/devel/py-pathspec/Makefile index bad689d25c5..63af83845f1 100644 --- a/devel/py-pathspec/Makefile +++ b/devel/py-pathspec/Makefile @@ -1,11 +1,11 @@ -# $OpenBSD: Makefile,v 1.4 2019/07/12 20:45:51 sthen Exp $ +# $OpenBSD: Makefile,v 1.5 2020/07/03 21:12:47 sthen Exp $ COMMENT = utility for gitignore style pattern matching of file paths MODPY_EGG_VERSION = 0.5.9 DISTNAME = pathspec-${MODPY_EGG_VERSION} PKGNAME = py-${DISTNAME} -REVISION = 0 +REVISION = 1 CATEGORIES = devel diff --git a/devel/py-pbr/Makefile b/devel/py-pbr/Makefile index 58a5e619e50..5d810ca2c03 100644 --- a/devel/py-pbr/Makefile +++ b/devel/py-pbr/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.10 2019/07/12 20:45:51 sthen Exp $ +# $OpenBSD: Makefile,v 1.11 2020/07/03 21:12:48 sthen Exp $ COMMENT = Python Build Reasonableness @@ -6,7 +6,7 @@ MODPY_EGG_VERSION = 4.0.2 DISTNAME = pbr-${MODPY_EGG_VERSION} PKGNAME = ${DISTNAME:S/^/py-/} CATEGORIES = devel -REVISION = 0 +REVISION = 1 HOMEPAGE = https://github.com/openstack-dev/pbr diff --git a/devel/py-pexpect/Makefile b/devel/py-pexpect/Makefile index 02d3344759c..6bf4214bf96 100644 --- a/devel/py-pexpect/Makefile +++ b/devel/py-pexpect/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.33 2019/07/12 20:45:51 sthen Exp $ +# $OpenBSD: Makefile,v 1.34 2020/07/03 21:12:48 sthen Exp $ COMMENT= pure Python Expect-like module @@ -6,7 +6,7 @@ MODPY_EGG_VERSION= 4.7.0 DISTNAME= pexpect-${MODPY_EGG_VERSION} PKGNAME= py-${DISTNAME} CATEGORIES= devel -REVISION= 1 +REVISION= 2 HOMEPAGE= https://pexpect.readthedocs.io/ diff --git a/devel/py-pip/Makefile b/devel/py-pip/Makefile index a3dde34f652..e5a46ade022 100644 --- a/devel/py-pip/Makefile +++ b/devel/py-pip/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.34 2019/08/25 07:30:37 kmos Exp $ +# $OpenBSD: Makefile,v 1.35 2020/07/03 21:12:48 sthen Exp $ COMMENT = tool for installing Python packages @@ -6,6 +6,7 @@ MODPY_EGG_VERSION = 19.1.1 DISTNAME = pip-${MODPY_EGG_VERSION} PKGNAME = py-${DISTNAME} CATEGORIES = devel +REVISION = 0 HOMEPAGE = https://pip.pypa.io/en/stable/ diff --git a/devel/py-pkgconfig/Makefile b/devel/py-pkgconfig/Makefile index d5222606565..4d1d6eac829 100644 --- a/devel/py-pkgconfig/Makefile +++ b/devel/py-pkgconfig/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.1.1.1 2020/03/04 06:35:34 martin Exp $ +# $OpenBSD: Makefile,v 1.2 2020/07/03 21:12:48 sthen Exp $ COMMENT = python module to interface with the pkg-config tool @@ -6,6 +6,7 @@ MODPY_EGG_VERSION = 1.5.1 DISTNAME = pkgconfig-${MODPY_EGG_VERSION} PKGNAME = py-${DISTNAME} CATEGORIES = devel +REVISION = 0 HOMEPAGE = https://github.com/matze/pkgconfig diff --git a/devel/py-pluggy/Makefile b/devel/py-pluggy/Makefile index af8e18c534f..409859ea630 100644 --- a/devel/py-pluggy/Makefile +++ b/devel/py-pluggy/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.10 2019/07/19 12:09:59 kmos Exp $ +# $OpenBSD: Makefile,v 1.11 2020/07/03 21:12:48 sthen Exp $ COMMENT = plugin and hook calling mechanisms for Python @@ -6,6 +6,7 @@ MODPY_EGG_VERSION = 0.11.0 DISTNAME = pluggy-${MODPY_EGG_VERSION} PKGNAME = py-${DISTNAME} CATEGORIES = devel +REVISION = 0 # MIT PERMIT_PACKAGE = Yes diff --git a/devel/py-plugnplay/Makefile b/devel/py-plugnplay/Makefile index a686d6ad5bd..0ea783ab757 100644 --- a/devel/py-plugnplay/Makefile +++ b/devel/py-plugnplay/Makefile @@ -1,11 +1,11 @@ -# $OpenBSD: Makefile,v 1.3 2019/07/12 20:45:52 sthen Exp $ +# $OpenBSD: Makefile,v 1.4 2020/07/03 21:12:48 sthen Exp $ COMMENT = a generic plug-in system for python MODPY_EGG_VERSION = 0.5.3 DISTNAME = plugnplay-${MODPY_EGG_VERSION} PKGNAME = py-${DISTNAME} -REVISION = 0 +REVISION = 1 CATEGORIES = devel diff --git a/devel/py-ply/Makefile b/devel/py-ply/Makefile index eb7727093c1..5762f1230dd 100644 --- a/devel/py-ply/Makefile +++ b/devel/py-ply/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.7 2020/01/06 17:33:34 sthen Exp $ +# $OpenBSD: Makefile,v 1.8 2020/07/03 21:12:48 sthen Exp $ COMMENT = Python lex/yacc @@ -6,7 +6,7 @@ MODPY_EGG_VERSION = 3.11 DISTNAME = ply-${MODPY_EGG_VERSION} PKGNAME = py-${DISTNAME} CATEGORIES = devel -REVISION = 1 +REVISION = 2 HOMEPAGE = https://www.dabeaz.com/ply/ diff --git a/devel/py-pretend/Makefile b/devel/py-pretend/Makefile index 137323c82f4..d56782670dd 100644 --- a/devel/py-pretend/Makefile +++ b/devel/py-pretend/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.6 2019/07/12 20:45:52 sthen Exp $ +# $OpenBSD: Makefile,v 1.7 2020/07/03 21:12:48 sthen Exp $ COMMENT = a library for stubbing in Python @@ -6,7 +6,7 @@ MODPY_EGG_VERSION = 1.0.9 DISTNAME = pretend-${MODPY_EGG_VERSION} PKGNAME = py-${DISTNAME} CATEGORIES = devel -REVISION = 0 +REVISION = 1 HOMEPAGE = https://github.com/alex/pretend diff --git a/devel/py-progressbar/Makefile b/devel/py-progressbar/Makefile index d1aa3fe194f..b2806001b8d 100644 --- a/devel/py-progressbar/Makefile +++ b/devel/py-progressbar/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.16 2019/07/12 20:45:52 sthen Exp $ +# $OpenBSD: Makefile,v 1.17 2020/07/03 21:12:48 sthen Exp $ COMMENT = text progressbar library for python @@ -7,7 +7,7 @@ MODPY_EGG_VERSION = 2.5 DISTNAME = progressbar-${MODPY_EGG_VERSION} PKGNAME = py-${DISTNAME} CATEGORIES = devel -REVISION = 0 +REVISION = 1 HOMEPAGE = https://github.com/niltonvolpato/python-progressbar diff --git a/devel/py-prompt_toolkit/Makefile b/devel/py-prompt_toolkit/Makefile index f23f112937d..060487e5d84 100644 --- a/devel/py-prompt_toolkit/Makefile +++ b/devel/py-prompt_toolkit/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.15 2020/03/29 18:46:05 paco Exp $ +# $OpenBSD: Makefile,v 1.16 2020/07/03 21:12:48 sthen Exp $ COMMENT= python library for building powerful interactive CLI @@ -9,7 +9,7 @@ MODPY_EGG_VERSION= 1.0.15 DISTNAME= prompt_toolkit-${MODPY_EGG_VERSION} PKGNAME= py-${DISTNAME} EPOCH= 1 -REVISION= 0 +REVISION= 1 CATEGORIES= devel diff --git a/devel/py-protobuf/Makefile b/devel/py-protobuf/Makefile index 3a004a497b2..3ebb5142216 100644 --- a/devel/py-protobuf/Makefile +++ b/devel/py-protobuf/Makefile @@ -1,10 +1,11 @@ -# $OpenBSD: Makefile,v 1.4 2019/09/15 13:25:36 kn Exp $ +# $OpenBSD: Makefile,v 1.5 2020/07/03 21:12:48 sthen Exp $ COMMENT= Google data interchange format (protocol buffers) MODPY_EGG_VERSION= 3.9.1 DISTNAME= protobuf-${MODPY_EGG_VERSION} PKGNAME= py-${DISTNAME} +REVISION= 0 CATEGORIES= devel diff --git a/devel/py-ptyprocess/Makefile b/devel/py-ptyprocess/Makefile index bdf602b1fb3..870a877b21f 100644 --- a/devel/py-ptyprocess/Makefile +++ b/devel/py-ptyprocess/Makefile @@ -1,11 +1,11 @@ -# $OpenBSD: Makefile,v 1.6 2019/07/12 20:45:52 sthen Exp $ +# $OpenBSD: Makefile,v 1.7 2020/07/03 21:12:48 sthen Exp $ COMMENT = run a subprocess in a pseudo terminal MODPY_EGG_VERSION = 0.5.1 DISTNAME = ptyprocess-${MODPY_EGG_VERSION} PKGNAME = py-${DISTNAME} -REVISION = 1 +REVISION = 2 CATEGORIES = devel diff --git a/devel/py-py/Makefile b/devel/py-py/Makefile index 070bc23749a..4af302f8231 100644 --- a/devel/py-py/Makefile +++ b/devel/py-py/Makefile @@ -1,11 +1,11 @@ -# $OpenBSD: Makefile,v 1.35 2019/07/12 20:45:52 sthen Exp $ +# $OpenBSD: Makefile,v 1.36 2020/07/03 21:12:48 sthen Exp $ COMMENT= cross-python path, ini-parsing, io, code, log facilities MODPY_EGG_VERSION = 1.8.0 DISTNAME= py-${MODPY_EGG_VERSION} PKGNAME= py-${DISTNAME} -REVISION= 0 +REVISION= 1 CATEGORIES= devel diff --git a/devel/py-pyinotify/Makefile b/devel/py-pyinotify/Makefile index eac11d40f4a..89779ba4e2b 100644 --- a/devel/py-pyinotify/Makefile +++ b/devel/py-pyinotify/Makefile @@ -1,11 +1,11 @@ -# $OpenBSD: Makefile,v 1.4 2019/11/23 19:57:59 kmos Exp $ +# $OpenBSD: Makefile,v 1.5 2020/07/03 21:12:48 sthen Exp $ COMMENT = filesystem events monitoring MODPY_EGG_VERSION = 0.9.6 DISTNAME = pyinotify-${MODPY_EGG_VERSION} PKGNAME = py-${DISTNAME} -REVISION = 0 +REVISION = 1 CATEGORIES = devel diff --git a/devel/py-pyte/Makefile b/devel/py-pyte/Makefile index 54c9308b346..af420f9368a 100644 --- a/devel/py-pyte/Makefile +++ b/devel/py-pyte/Makefile @@ -1,11 +1,11 @@ -# $OpenBSD: Makefile,v 1.4 2020/04/15 14:08:17 fcambus Exp $ +# $OpenBSD: Makefile,v 1.5 2020/07/03 21:12:48 sthen Exp $ COMMENT = simple VTXXX-compatible terminal emulator MODPY_EGG_VERSION = 0.8.0 DISTNAME = pyte-${MODPY_EGG_VERSION} PKGNAME = py-${DISTNAME} -REVISION = 1 +REVISION = 2 CATEGORIES = devel diff --git a/devel/py-r2pipe/Makefile b/devel/py-r2pipe/Makefile index 59d27752554..d46c4ad9e7d 100644 --- a/devel/py-r2pipe/Makefile +++ b/devel/py-r2pipe/Makefile @@ -1,11 +1,11 @@ -# $OpenBSD: Makefile,v 1.6 2020/04/10 12:12:58 jasper Exp $ +# $OpenBSD: Makefile,v 1.7 2020/07/03 21:12:24 sthen Exp $ COMMENT = pipe interface for radare2 MODPY_EGG_VERSION = 1.4.2 DISTNAME = r2pipe-${MODPY_EGG_VERSION} PKGNAME = py-${DISTNAME} -REVISION = 0 +REVISION = 1 CATEGORIES = devel diff --git a/devel/py-radix/Makefile b/devel/py-radix/Makefile index 90186852e46..cda0674cc21 100644 --- a/devel/py-radix/Makefile +++ b/devel/py-radix/Makefile @@ -1,11 +1,11 @@ -# $OpenBSD: Makefile,v 1.17 2019/11/08 16:59:53 kmos Exp $ +# $OpenBSD: Makefile,v 1.18 2020/07/03 21:12:48 sthen Exp $ COMMENT = Radix tree implementation for Python MODPY_EGG_VERSION = 0.10.0 DISTNAME = py-radix-${MODPY_EGG_VERSION} CATEGORIES= devel net -REVISION = 0 +REVISION = 1 HOMEPAGE = https://github.com/mjschultz/py-radix/ diff --git a/devel/py-rencode/Makefile b/devel/py-rencode/Makefile index bbca36057b8..849733729d2 100644 --- a/devel/py-rencode/Makefile +++ b/devel/py-rencode/Makefile @@ -1,10 +1,11 @@ -# $OpenBSD: Makefile,v 1.2 2020/02/20 17:47:44 kmos Exp $ +# $OpenBSD: Makefile,v 1.3 2020/07/03 21:12:48 sthen Exp $ COMMENT = module for fast object serialization similar to bencode MODPY_EGG_VERSION = 1.0.6 DISTNAME = rencode-${MODPY_EGG_VERSION} PKGNAME = py-${DISTNAME} +REVISION = 0 CATEGORIES = devel diff --git a/devel/py-rfc6555/Makefile b/devel/py-rfc6555/Makefile index f36b9970e62..f7d16f3afd4 100644 --- a/devel/py-rfc6555/Makefile +++ b/devel/py-rfc6555/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.2 2019/09/13 12:58:08 kmos Exp $ +# $OpenBSD: Makefile,v 1.3 2020/07/03 21:12:49 sthen Exp $ COMMENT = implementation of the Happy Eyeballs Algorithm @@ -6,6 +6,7 @@ MODPY_EGG_VERSION = 0.0.0 DISTNAME = rfc6555-${MODPY_EGG_VERSION} PKGNAME = py-${DISTNAME} +REVISION = 0 CATEGORIES = devel diff --git a/devel/py-robotframework/Makefile b/devel/py-robotframework/Makefile index bace5432b66..ecaeab3e674 100644 --- a/devel/py-robotframework/Makefile +++ b/devel/py-robotframework/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.6 2020/02/05 20:43:12 sthen Exp $ +# $OpenBSD: Makefile,v 1.7 2020/07/03 21:12:49 sthen Exp $ COMMENT = generic test automation framework for acceptance testing @@ -9,6 +9,7 @@ GH_ACCOUNT = robotframework GH_PROJECT = robotframework GH_TAGNAME = v${MODPY_EGG_VERSION} PKGNAME = py-${DISTNAME} +REVISION = 0 CATEGORIES = devel diff --git a/devel/py-rope/Makefile b/devel/py-rope/Makefile index ca789014642..1619120dc24 100644 --- a/devel/py-rope/Makefile +++ b/devel/py-rope/Makefile @@ -1,10 +1,11 @@ -# $OpenBSD: Makefile,v 1.11 2020/03/20 11:46:06 mariani Exp $ +# $OpenBSD: Makefile,v 1.12 2020/07/03 21:12:49 sthen Exp $ COMMENT = refactoring library MODPY_EGG_VERSION = 0.16.0 DISTNAME = rope-${MODPY_EGG_VERSION} PKGNAME = py-${DISTNAME} +REVISION = 0 CATEGORIES = devel diff --git a/devel/py-send2trash/Makefile b/devel/py-send2trash/Makefile index 9ba11a449aa..f6f179df78f 100644 --- a/devel/py-send2trash/Makefile +++ b/devel/py-send2trash/Makefile @@ -1,11 +1,11 @@ -# $OpenBSD: Makefile,v 1.6 2019/07/12 20:45:53 sthen Exp $ +# $OpenBSD: Makefile,v 1.7 2020/07/03 21:12:49 sthen Exp $ COMMENT = send files to the trash natively MODPY_EGG_VERSION = 1.5.0 DISTNAME = Send2Trash-${MODPY_EGG_VERSION} PKGNAME = py-${DISTNAME:L} -REVISION = 0 +REVISION = 1 CATEGORIES = devel diff --git a/devel/py-serial/Makefile b/devel/py-serial/Makefile index 9fd5e7f01b8..df051e7381e 100644 --- a/devel/py-serial/Makefile +++ b/devel/py-serial/Makefile @@ -1,10 +1,11 @@ -# $OpenBSD: Makefile,v 1.12 2019/07/12 20:45:53 sthen Exp $ +# $OpenBSD: Makefile,v 1.13 2020/07/03 21:12:49 sthen Exp $ COMMENT = serial interface class for Python MODPY_EGG_VERSION = 3.4 DISTNAME = pyserial-${MODPY_EGG_VERSION} PKGNAME = ${DISTNAME:S/py/py-/} +REVISION = 0 CATEGORIES = devel diff --git a/devel/py-setproctitle/Makefile b/devel/py-setproctitle/Makefile index 24943ac0da7..4f56bfa2b24 100644 --- a/devel/py-setproctitle/Makefile +++ b/devel/py-setproctitle/Makefile @@ -1,11 +1,11 @@ -# $OpenBSD: Makefile,v 1.15 2019/07/12 20:45:53 sthen Exp $ +# $OpenBSD: Makefile,v 1.16 2020/07/03 21:12:49 sthen Exp $ COMMENT = library for getting/setting process names MODPY_EGG_VERSION = 1.1.10 DISTNAME = setproctitle-${MODPY_EGG_VERSION} PKGNAME = py-${DISTNAME} -REVISION = 1 +REVISION = 2 CATEGORIES = devel diff --git a/devel/py-setuptools/Makefile b/devel/py-setuptools/Makefile index 2b0e1412040..dc8433fa3c1 100644 --- a/devel/py-setuptools/Makefile +++ b/devel/py-setuptools/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.37 2019/11/19 20:26:56 kmos Exp $ +# $OpenBSD: Makefile,v 1.38 2020/07/03 21:12:49 sthen Exp $ COMMENT= simplified packaging system for Python modules @@ -8,6 +8,7 @@ PKGNAME= py-${DISTNAME} EPOCH= 0 CATEGORIES= devel EXTRACT_SUFX= .zip +REVISION= 0 HOMEPAGE= https://setuptools.readthedocs.io/en/latest/ diff --git a/devel/py-setuptools_git/Makefile b/devel/py-setuptools_git/Makefile index d033ec1b3ff..d506ecbc6ca 100644 --- a/devel/py-setuptools_git/Makefile +++ b/devel/py-setuptools_git/Makefile @@ -1,11 +1,11 @@ -# $OpenBSD: Makefile,v 1.4 2019/07/12 20:45:53 sthen Exp $ +# $OpenBSD: Makefile,v 1.5 2020/07/03 21:12:49 sthen Exp $ COMMENT= setuptools revision control system plugin for Git MODPY_EGG_VERSION= 1.2 DISTNAME= setuptools-git-${MODPY_EGG_VERSION} PKGNAME= py-${DISTNAME} -REVISION= 0 +REVISION= 1 CATEGORIES= devel diff --git a/devel/py-setuptools_scm/Makefile b/devel/py-setuptools_scm/Makefile index 9e85155896d..ca7792ba636 100644 --- a/devel/py-setuptools_scm/Makefile +++ b/devel/py-setuptools_scm/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.14 2019/07/31 13:12:27 kmos Exp $ +# $OpenBSD: Makefile,v 1.15 2020/07/03 21:12:49 sthen Exp $ COMMENT = plugin to manage your versions by scm tags @@ -6,6 +6,7 @@ MODPY_EGG_VERSION = 3.3.3 DISTNAME = setuptools_scm-${MODPY_EGG_VERSION} PKGNAME = py-${DISTNAME} CATEGORIES = devel +REVISION = 0 # MIT PERMIT_PACKAGE = Yes diff --git a/devel/py-setuptools_scm_git_archive/Makefile b/devel/py-setuptools_scm_git_archive/Makefile index dce0094708c..774b1a82c40 100644 --- a/devel/py-setuptools_scm_git_archive/Makefile +++ b/devel/py-setuptools_scm_git_archive/Makefile @@ -1,11 +1,11 @@ -# $OpenBSD: Makefile,v 1.4 2019/07/12 20:45:53 sthen Exp $ +# $OpenBSD: Makefile,v 1.5 2020/07/03 21:12:49 sthen Exp $ COMMENT = setuptools_scm plugin for git archives MODPY_EGG_VERSION = 1.0 DISTNAME = setuptools_scm_git_archive-${MODPY_EGG_VERSION} PKGNAME = py-${DISTNAME} -REVISION = 1 +REVISION = 2 CATEGORIES = devel diff --git a/devel/py-setuptools_trial/Makefile b/devel/py-setuptools_trial/Makefile index ee898af1a59..9702d62bdff 100644 --- a/devel/py-setuptools_trial/Makefile +++ b/devel/py-setuptools_trial/Makefile @@ -1,11 +1,11 @@ -# $OpenBSD: Makefile,v 1.4 2019/07/12 20:45:53 sthen Exp $ +# $OpenBSD: Makefile,v 1.5 2020/07/03 21:12:49 sthen Exp $ COMMENT= setuptools plugin for unit tests with trial MODPY_EGG_VERSION= 0.6.0 DISTNAME= setuptools_trial-${MODPY_EGG_VERSION} PKGNAME= py-${DISTNAME} -REVISION= 1 +REVISION= 2 CATEGORIES= devel diff --git a/devel/py-sh/Makefile b/devel/py-sh/Makefile index ce35a6316dd..8af12f93aa6 100644 --- a/devel/py-sh/Makefile +++ b/devel/py-sh/Makefile @@ -1,9 +1,9 @@ -# $OpenBSD: Makefile,v 1.10 2019/07/12 20:45:53 sthen Exp $ +# $OpenBSD: Makefile,v 1.11 2020/07/03 21:12:49 sthen Exp $ COMMENT = Python subprocess interface MODPY_EGG_VERSION = 1.12.14 -REVISION = 1 +REVISION = 2 DISTNAME = sh-${MODPY_EGG_VERSION} PKGNAME = py-${DISTNAME} CATEGORIES = devel diff --git a/devel/py-simpleeval/Makefile b/devel/py-simpleeval/Makefile index 8d2a9e7e48e..d2868fa4fa8 100644 --- a/devel/py-simpleeval/Makefile +++ b/devel/py-simpleeval/Makefile @@ -1,10 +1,11 @@ -# $OpenBSD: Makefile,v 1.6 2019/12/10 18:44:15 semarie Exp $ +# $OpenBSD: Makefile,v 1.7 2020/07/03 21:12:49 sthen Exp $ COMMENT = simple, safe single expression evaluator library MODPY_EGG_VERSION = 0.9.10 DISTNAME = simpleeval-${MODPY_EGG_VERSION} PKGNAME = py-${DISTNAME} +REVISION = 0 CATEGORIES = devel diff --git a/devel/py-simplegeneric/Makefile b/devel/py-simplegeneric/Makefile index fff7fc56ab3..1f74671968d 100644 --- a/devel/py-simplegeneric/Makefile +++ b/devel/py-simplegeneric/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.8 2019/07/12 20:45:53 sthen Exp $ +# $OpenBSD: Makefile,v 1.9 2020/07/03 21:12:49 sthen Exp $ COMMENT = simple generic functions @@ -6,7 +6,7 @@ MODPY_EGG_VERSION = 0.8.1 DISTNAME = simplegeneric-${MODPY_EGG_VERSION} EXTRACT_SUFX = .zip PKGNAME = py-${DISTNAME} -REVISION = 4 +REVISION = 5 CATEGORIES = devel diff --git a/devel/py-simplejson/Makefile b/devel/py-simplejson/Makefile index 61806e5104b..125409e7902 100644 --- a/devel/py-simplejson/Makefile +++ b/devel/py-simplejson/Makefile @@ -1,11 +1,11 @@ -# $OpenBSD: Makefile,v 1.32 2019/07/12 20:45:53 sthen Exp $ +# $OpenBSD: Makefile,v 1.33 2020/07/03 21:12:49 sthen Exp $ COMMENT = JSON encoder/decoder MODPY_EGG_VERSION = 3.11.1 DISTNAME = simplejson-${MODPY_EGG_VERSION} PKGNAME = py-${DISTNAME} -REVISION = 1 +REVISION = 2 CATEGORIES = devel diff --git a/devel/py-sip/Makefile b/devel/py-sip/Makefile index 7739438a991..2dd528e1db7 100644 --- a/devel/py-sip/Makefile +++ b/devel/py-sip/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.50 2020/03/13 16:54:03 rsadowski Exp $ +# $OpenBSD: Makefile,v 1.51 2020/07/03 21:12:49 sthen Exp $ COMMENT= automatically generate Python bindings for C and C++ libs @@ -10,6 +10,7 @@ EPOCH= 0 DISTNAME= sip-${MODPY_EGG_VERSION} PKGNAME= py-${DISTNAME} CATEGORIES= devel +REVISION= 0 HOMEPAGE= https://www.riverbankcomputing.com/software/sip/intro diff --git a/devel/py-six/Makefile b/devel/py-six/Makefile index 79ee21c596e..544fb827f65 100644 --- a/devel/py-six/Makefile +++ b/devel/py-six/Makefile @@ -1,10 +1,10 @@ -# $OpenBSD: Makefile,v 1.23 2019/11/09 14:34:32 pvk Exp $ +# $OpenBSD: Makefile,v 1.24 2020/07/03 21:12:49 sthen Exp $ COMMENT = Python 2 and 3 compatibility library MODPY_EGG_VERSION = 1.13.0 DISTNAME = six-${MODPY_EGG_VERSION} PKGNAME = py-six-${MODPY_EGG_VERSION} -REVISION = 0 +REVISION = 1 CATEGORIES = devel HOMEPAGE = https://github.com/benjaminp/six diff --git a/devel/py-smmap/Makefile b/devel/py-smmap/Makefile index 377f8c38640..dbe7c6c3576 100644 --- a/devel/py-smmap/Makefile +++ b/devel/py-smmap/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.11 2019/07/12 20:45:54 sthen Exp $ +# $OpenBSD: Makefile,v 1.12 2020/07/03 21:12:50 sthen Exp $ COMMENT= pure Python implementation of an SMM manager @@ -6,7 +6,7 @@ MODPY_EGG_VERSION= 2.0.3 DISTNAME= smmap2-${MODPY_EGG_VERSION} PKGNAME= py-smmap-${MODPY_EGG_VERSION} CATEGORIES= devel -REVISION= 0 +REVISION= 1 # BSD PERMIT_PACKAGE= Yes diff --git a/devel/py-sortedcontainers/Makefile b/devel/py-sortedcontainers/Makefile index d99351930ae..d0558074ddc 100644 --- a/devel/py-sortedcontainers/Makefile +++ b/devel/py-sortedcontainers/Makefile @@ -1,11 +1,11 @@ -# $OpenBSD: Makefile,v 1.5 2019/11/08 17:14:24 kmos Exp $ +# $OpenBSD: Makefile,v 1.6 2020/07/03 21:12:50 sthen Exp $ COMMENT = Python Sorted Container Types MODPY_EGG_VERSION = 2.1.0 DISTNAME = sortedcontainers-${MODPY_EGG_VERSION} PKGNAME = py-${DISTNAME} -REVISION = 0 +REVISION = 1 CATEGORIES = devel diff --git a/devel/py-spark-parser/Makefile b/devel/py-spark-parser/Makefile index fa5a472adaf..051c10ebd08 100644 --- a/devel/py-spark-parser/Makefile +++ b/devel/py-spark-parser/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.11 2019/11/08 17:16:36 kmos Exp $ +# $OpenBSD: Makefile,v 1.12 2020/07/03 21:12:50 sthen Exp $ COMMENT = early-algorithm context-free grammar parser @@ -6,7 +6,7 @@ MODPY_EGG_VERSION = 1.6.1 DISTNAME = spark_parser-${MODPY_EGG_VERSION} PKGNAME = py-spark-parser-${MODPY_EGG_VERSION} CATEGORIES = devel -REVISION = 2 +REVISION = 3 HOMEPAGE = https://github.com/rocky/python-spark/ diff --git a/devel/py-stdnum/Makefile b/devel/py-stdnum/Makefile index 27836c9646b..f5c533664f6 100644 --- a/devel/py-stdnum/Makefile +++ b/devel/py-stdnum/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.6 2019/12/10 18:42:09 semarie Exp $ +# $OpenBSD: Makefile,v 1.7 2020/07/03 21:12:50 sthen Exp $ COMMENT= parse, validate and reformat standard numbers and codes @@ -6,6 +6,7 @@ MODPY_EGG_VERSION= 1.12 DISTNAME= python-stdnum-${MODPY_EGG_VERSION} PKGNAME= py-stdnum-${MODPY_EGG_VERSION} CATEGORIES= devel +REVISION= 0 HOMEPAGE= https://arthurdejong.org/python-stdnum/ diff --git a/devel/py-straight.plugin/Makefile b/devel/py-straight.plugin/Makefile index 80442810001..ecf5b2745cd 100644 --- a/devel/py-straight.plugin/Makefile +++ b/devel/py-straight.plugin/Makefile @@ -1,10 +1,11 @@ -# $OpenBSD: Makefile,v 1.1.1.1 2019/11/07 10:56:14 pvk Exp $ +# $OpenBSD: Makefile,v 1.2 2020/07/03 21:12:50 sthen Exp $ COMMENT = simple namespaced plugin facility MODPY_EGG_VERSION = 1.5.0 DISTNAME = straight.plugin-${MODPY_EGG_VERSION} PKGNAME = py-${DISTNAME} +REVISION = 0 CATEGORIES = devel diff --git a/devel/py-tabulate/Makefile b/devel/py-tabulate/Makefile index fd5c9902ac5..8667dcfded9 100644 --- a/devel/py-tabulate/Makefile +++ b/devel/py-tabulate/Makefile @@ -1,10 +1,11 @@ -# $OpenBSD: Makefile,v 1.4 2020/06/12 13:36:16 kn Exp $ +# $OpenBSD: Makefile,v 1.5 2020/07/03 21:12:50 sthen Exp $ COMMENT = pretty-print tabular data MODPY_EGG_VERSION = 0.8.7 DISTNAME = tabulate-${MODPY_EGG_VERSION} PKGNAME = py-${DISTNAME} +REVISION = 0 CATEGORIES = devel diff --git a/devel/py-tempora/Makefile b/devel/py-tempora/Makefile index 291bc7fb405..372eb396e8d 100644 --- a/devel/py-tempora/Makefile +++ b/devel/py-tempora/Makefile @@ -1,9 +1,9 @@ -# $OpenBSD: Makefile,v 1.2 2020/02/20 09:36:56 sthen Exp $ +# $OpenBSD: Makefile,v 1.3 2020/07/03 21:12:50 sthen Exp $ COMMENT = objects and routines pertaining to date and time MODPY_EGG_VERSION = 1.14.1 -REVISION = 0 +REVISION = 1 DISTNAME = tempora-${MODPY_EGG_VERSION} PKGNAME = py-${DISTNAME} diff --git a/devel/py-test-benchmark/Makefile b/devel/py-test-benchmark/Makefile index 57d810dd578..6e915d22b9f 100644 --- a/devel/py-test-benchmark/Makefile +++ b/devel/py-test-benchmark/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.7 2019/07/12 20:45:54 sthen Exp $ +# $OpenBSD: Makefile,v 1.8 2020/07/03 21:12:50 sthen Exp $ COMMENT = fixture for benchmarking code @@ -6,7 +6,7 @@ MODPY_EGG_VERSION = 3.2.2 DISTNAME = pytest-benchmark-${MODPY_EGG_VERSION} PKGNAME = ${DISTNAME:S/py/py-/} CATEGORIES = devel -REVISION = 0 +REVISION = 1 HOMEPAGE = https://pytest-benchmark.readthedocs.org/en/stable/ diff --git a/devel/py-test-cov/Makefile b/devel/py-test-cov/Makefile index 96ee776ad56..9df25fa487d 100644 --- a/devel/py-test-cov/Makefile +++ b/devel/py-test-cov/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.14 2019/12/03 16:03:29 pamela Exp $ +# $OpenBSD: Makefile,v 1.15 2020/07/03 21:12:50 sthen Exp $ COMMENT = pytest plugin for measuring coverage @@ -6,6 +6,7 @@ MODPY_EGG_VERSION = 2.8.1 DISTNAME = pytest-cov-${MODPY_EGG_VERSION} PKGNAME = ${DISTNAME:S/py/py-/} CATEGORIES = devel +REVISION = 0 HOMEPAGE = https://pytest-cov.readthedocs.org/en/latest/ diff --git a/devel/py-test-expect/Makefile b/devel/py-test-expect/Makefile index f19faf3d50b..d9744d6a5ab 100644 --- a/devel/py-test-expect/Makefile +++ b/devel/py-test-expect/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.4 2019/07/12 20:45:54 sthen Exp $ +# $OpenBSD: Makefile,v 1.5 2020/07/03 21:12:50 sthen Exp $ COMMENT = py.test plugin to store test expectations @@ -6,7 +6,7 @@ MODPY_EGG_VERSION = 1.1.0 DISTNAME = pytest-expect-${MODPY_EGG_VERSION} PKGNAME = ${DISTNAME:S/py/py-/} CATEGORIES = devel -REVISION = 1 +REVISION = 2 HOMEPAGE = https://github.com/gsnedders/pytest-expect diff --git a/devel/py-test-forked/Makefile b/devel/py-test-forked/Makefile index 615cba3e510..2ca3227b5f3 100644 --- a/devel/py-test-forked/Makefile +++ b/devel/py-test-forked/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.3 2019/07/12 20:45:54 sthen Exp $ +# $OpenBSD: Makefile,v 1.4 2020/07/03 21:12:50 sthen Exp $ COMMENT = run each test in a forked subprocess @@ -6,7 +6,7 @@ MODPY_EGG_VERSION = 0.2 DISTNAME = pytest-forked-${MODPY_EGG_VERSION} PKGNAME = py-test-forked-${MODPY_EGG_VERSION} -REVISION = 0 +REVISION = 1 CATEGORIES = devel diff --git a/devel/py-test-httpbin/Makefile b/devel/py-test-httpbin/Makefile index e7d713de5e1..7de36735b33 100644 --- a/devel/py-test-httpbin/Makefile +++ b/devel/py-test-httpbin/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.7 2019/11/18 23:15:18 kmos Exp $ +# $OpenBSD: Makefile,v 1.8 2020/07/03 21:12:50 sthen Exp $ COMMENT = test your HTTP library against a local copy of httpbin @@ -6,6 +6,7 @@ MODPY_EGG_VERSION = 1.0.0 DISTNAME = pytest-httpbin-${MODPY_EGG_VERSION} PKGNAME = ${DISTNAME:S/py/py-/} CATEGORIES = devel +REVISION = 0 HOMEPAGE = https://github.com/kevin1024/pytest-httpbin diff --git a/devel/py-test-localserver/Makefile b/devel/py-test-localserver/Makefile index dd7a4f40e45..d1a82d87a11 100644 --- a/devel/py-test-localserver/Makefile +++ b/devel/py-test-localserver/Makefile @@ -1,10 +1,11 @@ -# $OpenBSD: Makefile,v 1.5 2020/02/10 14:36:26 kmos Exp $ +# $OpenBSD: Makefile,v 1.6 2020/07/03 21:12:50 sthen Exp $ COMMENT = py.test plugin to test server connections locally MODPY_EGG_VERSION = 0.5.0 DISTNAME = pytest-localserver-${MODPY_EGG_VERSION} PKGNAME = py-test-localserver-${MODPY_EGG_VERSION} +REVISION = 0 CATEGORIES = devel diff --git a/devel/py-test-mock/Makefile b/devel/py-test-mock/Makefile index cb1fa117120..853404bb41d 100644 --- a/devel/py-test-mock/Makefile +++ b/devel/py-test-mock/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.12 2019/07/12 20:45:54 sthen Exp $ +# $OpenBSD: Makefile,v 1.13 2020/07/03 21:12:50 sthen Exp $ COMMENT = thin-wrapper around mock package for easier use with pytest @@ -6,7 +6,7 @@ MODPY_EGG_VERSION = 1.6.0 DISTNAME = pytest-mock-${MODPY_EGG_VERSION} PKGNAME = ${DISTNAME:S/py/py-/} CATEGORIES = devel -REVISION = 1 +REVISION = 2 HOMEPAGE = https://github.com/pytest-dev/pytest-mock/ diff --git a/devel/py-test-relaxed/Makefile b/devel/py-test-relaxed/Makefile index 42899b5dd48..63812b759e0 100644 --- a/devel/py-test-relaxed/Makefile +++ b/devel/py-test-relaxed/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.1.1.1 2019/11/08 23:18:09 kmos Exp $ +# $OpenBSD: Makefile,v 1.2 2020/07/03 21:12:50 sthen Exp $ COMMENT = relaxed test discovery/organization for pytest @@ -6,6 +6,7 @@ MODPY_EGG_VERSION = 1.1.5 DISTNAME = pytest-relaxed-${MODPY_EGG_VERSION} PKGNAME = ${DISTNAME:S/py/py-/} +REVISION = 0 CATEGORIES = devel diff --git a/devel/py-test-runner/Makefile b/devel/py-test-runner/Makefile index d7b82a439a7..a064e56450a 100644 --- a/devel/py-test-runner/Makefile +++ b/devel/py-test-runner/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.11 2019/07/12 20:45:54 sthen Exp $ +# $OpenBSD: Makefile,v 1.12 2020/07/03 21:12:50 sthen Exp $ COMMENT = invoke py.test as distutils command @@ -6,7 +6,7 @@ MODPY_EGG_VERSION = 2.11.1 DISTNAME = pytest-runner-${MODPY_EGG_VERSION} PKGNAME = ${DISTNAME:S/py/py-/} CATEGORIES = devel -REVISION = 1 +REVISION = 2 # MIT PERMIT_PACKAGE = Yes diff --git a/devel/py-test-subtesthack/Makefile b/devel/py-test-subtesthack/Makefile index 174540074c2..d30314d4e0a 100644 --- a/devel/py-test-subtesthack/Makefile +++ b/devel/py-test-subtesthack/Makefile @@ -1,11 +1,11 @@ -# $OpenBSD: Makefile,v 1.3 2019/07/12 20:45:54 sthen Exp $ +# $OpenBSD: Makefile,v 1.4 2020/07/03 21:12:50 sthen Exp $ COMMENT = hack to explicitly set up and tear down fixtures MODPY_EGG_VERSION = 0.1.1 DISTNAME = pytest-subtesthack-${MODPY_EGG_VERSION} PKGNAME = py-test-subtesthack-${MODPY_EGG_VERSION} -REVISION = 0 +REVISION = 1 CATEGORIES = devel diff --git a/devel/py-test-timeout/Makefile b/devel/py-test-timeout/Makefile index a2b68a644b5..9c08557be13 100644 --- a/devel/py-test-timeout/Makefile +++ b/devel/py-test-timeout/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.2 2020/02/17 14:18:40 kmos Exp $ +# $OpenBSD: Makefile,v 1.3 2020/07/03 21:12:50 sthen Exp $ COMMENT = pytest plugin to abort hanging tests @@ -6,6 +6,7 @@ MODPY_EGG_VERSION = 1.3.4 DISTNAME = pytest-timeout-${MODPY_EGG_VERSION} PKGNAME = ${DISTNAME:S/py/py-/} +REVISION = 0 CATEGORIES = devel diff --git a/devel/py-test-vcr/Makefile b/devel/py-test-vcr/Makefile index 32af2a172e6..4d288aff5c0 100644 --- a/devel/py-test-vcr/Makefile +++ b/devel/py-test-vcr/Makefile @@ -1,10 +1,11 @@ -# $OpenBSD: Makefile,v 1.1.1.1 2019/11/19 00:03:08 pamela Exp $ +# $OpenBSD: Makefile,v 1.2 2020/07/03 21:12:51 sthen Exp $ COMMENT = plugin for managing VCR.py cassettes MODPY_EGG_VERSION = 1.0.2 DISTNAME = pytest-vcr-${MODPY_EGG_VERSION} PKGNAME = py-test-vcr-${MODPY_EGG_VERSION} +REVISION = 0 CATEGORIES = devel diff --git a/devel/py-test-xdist/Makefile b/devel/py-test-xdist/Makefile index 2a9b6985f95..dbabf4c2916 100644 --- a/devel/py-test-xdist/Makefile +++ b/devel/py-test-xdist/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.8 2019/07/12 20:45:54 sthen Exp $ +# $OpenBSD: Makefile,v 1.9 2020/07/03 21:12:51 sthen Exp $ COMMENT = py.test xdist plugin for distributed testing @@ -6,7 +6,7 @@ DISTNAME = pytest-xdist-${MODPY_EGG_VERSION} MODPY_EGG_VERSION = 1.16.0 MODPY_PI = Yes PKGNAME = py-test-xdist-${MODPY_EGG_VERSION} -REVISION = 1 +REVISION = 2 CATEGORIES = devel diff --git a/devel/py-test/Makefile b/devel/py-test/Makefile index 80737977fa5..017dee071b6 100644 --- a/devel/py-test/Makefile +++ b/devel/py-test/Makefile @@ -1,11 +1,11 @@ -# $OpenBSD: Makefile,v 1.35 2019/07/12 20:45:54 sthen Exp $ +# $OpenBSD: Makefile,v 1.36 2020/07/03 21:12:50 sthen Exp $ COMMENT= cross-project testing tool for Python MODPY_EGG_VERSION = 4.4.0 DISTNAME= pytest-${MODPY_EGG_VERSION} PKGNAME= py-test-${MODPY_EGG_VERSION} -REVISION= 0 +REVISION= 1 CATEGORIES= devel diff --git a/devel/py-testpath/Makefile b/devel/py-testpath/Makefile index 19b4512199a..b63346e99f5 100644 --- a/devel/py-testpath/Makefile +++ b/devel/py-testpath/Makefile @@ -1,10 +1,11 @@ -# $OpenBSD: Makefile,v 1.14 2019/09/23 13:38:23 kmos Exp $ +# $OpenBSD: Makefile,v 1.15 2020/07/03 21:12:51 sthen Exp $ COMMENT = test utilities working with files and commands MODPY_EGG_VERSION = 0.4.2 DISTNAME = testpath-${MODPY_EGG_VERSION} PKGNAME = py-${DISTNAME} +REVISION = 0 CATEGORIES = devel diff --git a/devel/py-testtools/Makefile b/devel/py-testtools/Makefile index 1b2b9ca30e8..211ef670a1f 100644 --- a/devel/py-testtools/Makefile +++ b/devel/py-testtools/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.12 2019/07/12 20:45:54 sthen Exp $ +# $OpenBSD: Makefile,v 1.13 2020/07/03 21:12:51 sthen Exp $ COMMENT= extensions to the Python unit testing framework @@ -6,7 +6,7 @@ MODPY_EGG_VERSION= 1.8.1 DISTNAME= testtools-${MODPY_EGG_VERSION} PKGNAME= py-${DISTNAME} CATEGORIES= devel -REVISION= 2 +REVISION= 3 # MIT PERMIT_PACKAGE= Yes diff --git a/devel/py-tox/Makefile b/devel/py-tox/Makefile index 1edb5c9c2d4..0e64a69494e 100644 --- a/devel/py-tox/Makefile +++ b/devel/py-tox/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.9 2019/07/12 20:45:55 sthen Exp $ +# $OpenBSD: Makefile,v 1.10 2020/07/03 21:12:51 sthen Exp $ COMMENT = virtualenv-based automation of test activities @@ -6,7 +6,7 @@ MODPY_EGG_VERSION = 2.6.0 DISTNAME = tox-${MODPY_EGG_VERSION} PKGNAME = py-${DISTNAME} CATEGORIES = devel -REVISION = 0 +REVISION = 1 HOMEPAGE = https://tox.readthedocs.io/en/latest/ diff --git a/devel/py-traitlets/Makefile b/devel/py-traitlets/Makefile index 1787fe698e5..e1401d9a38f 100644 --- a/devel/py-traitlets/Makefile +++ b/devel/py-traitlets/Makefile @@ -1,10 +1,11 @@ -# $OpenBSD: Makefile,v 1.16 2020/03/31 19:18:36 bket Exp $ +# $OpenBSD: Makefile,v 1.17 2020/07/03 21:12:51 sthen Exp $ COMMENT = configuration system for Python applications MODPY_EGG_VERSION = 4.3.3 DISTNAME = traitlets-${MODPY_EGG_VERSION} PKGNAME = py-${DISTNAME} +REVISION = 0 CATEGORIES = devel diff --git a/devel/py-twisted/Makefile b/devel/py-twisted/Makefile index 61f1d2634f6..668414f7155 100644 --- a/devel/py-twisted/Makefile +++ b/devel/py-twisted/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.15 2020/06/17 07:49:59 landry Exp $ +# $OpenBSD: Makefile,v 1.16 2020/07/03 21:12:51 sthen Exp $ COMMENT = asynchronous networking Python framework @@ -7,6 +7,7 @@ MODPY_EGG_VERSION = 20.3.0 EXTRACT_SUFX = .tar.bz2 DISTNAME = Twisted-${MODPY_EGG_VERSION} PKGNAME = py-twisted-${MODPY_EGG_VERSION} +REVISION = 0 CATEGORIES = devel diff --git a/devel/py-txaio/Makefile b/devel/py-txaio/Makefile index 1dcf8d4b27f..5d0306c14bd 100644 --- a/devel/py-txaio/Makefile +++ b/devel/py-txaio/Makefile @@ -1,11 +1,11 @@ -# $OpenBSD: Makefile,v 1.6 2019/07/12 20:45:55 sthen Exp $ +# $OpenBSD: Makefile,v 1.7 2020/07/03 21:12:51 sthen Exp $ COMMENT = compatibility API between asyncio/Twisted/Trollius MODPY_EGG_VERSION = 18.8.1 DISTNAME = txaio-${MODPY_EGG_VERSION} PKGNAME = py-${DISTNAME} -REVISION = 0 +REVISION = 1 CATEGORIES = devel diff --git a/devel/py-typing-extensions/Makefile b/devel/py-typing-extensions/Makefile index 223aba64356..1ffe225dd07 100644 --- a/devel/py-typing-extensions/Makefile +++ b/devel/py-typing-extensions/Makefile @@ -1,10 +1,11 @@ -# $OpenBSD: Makefile,v 1.1.1.1 2020/03/08 16:30:58 landry Exp $ +# $OpenBSD: Makefile,v 1.2 2020/07/03 21:12:51 sthen Exp $ COMMENT = backported type hints for python >= 3.5 MODPY_EGG_VERSION = 3.7.4.1 DISTNAME = typing_extensions-${MODPY_EGG_VERSION} PKGNAME = py-${DISTNAME} +REVISION = 0 HOMEPAGE = https://github.com/python/typing/blob/master/typing_extensions/README.rst diff --git a/devel/py-tz/Makefile b/devel/py-tz/Makefile index 822e73d609b..59156b250a0 100644 --- a/devel/py-tz/Makefile +++ b/devel/py-tz/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.55 2020/06/12 12:49:18 sthen Exp $ +# $OpenBSD: Makefile,v 1.56 2020/07/03 21:12:51 sthen Exp $ COMMENT = Python API for dealing with timezones @@ -6,6 +6,7 @@ MODPY_EGG_VERSION = 2020.1 DISTNAME = pytz-${MODPY_EGG_VERSION} PKGNAME = ${DISTNAME:S/^py/py-/} CATEGORIES = devel +REVISION = 0 HOMEPAGE = https://pythonhosted.org/pytz/ diff --git a/devel/py-tzlocal/Makefile b/devel/py-tzlocal/Makefile index 6441f6448f8..06874ef6287 100644 --- a/devel/py-tzlocal/Makefile +++ b/devel/py-tzlocal/Makefile @@ -1,11 +1,11 @@ -# $OpenBSD: Makefile,v 1.7 2019/07/12 20:45:55 sthen Exp $ +# $OpenBSD: Makefile,v 1.8 2020/07/03 21:12:51 sthen Exp $ COMMENT = python tzinfo object for the local timezone MODPY_EGG_VERSION = 1.3 DISTNAME = tzlocal-${MODPY_EGG_VERSION} PKGNAME = py-${DISTNAME} -REVISION = 2 +REVISION = 3 CATEGORIES = devel diff --git a/devel/py-uncompyle6/Makefile b/devel/py-uncompyle6/Makefile index ac9c28b5180..302619f2e86 100644 --- a/devel/py-uncompyle6/Makefile +++ b/devel/py-uncompyle6/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.18 2019/07/12 20:45:55 sthen Exp $ +# $OpenBSD: Makefile,v 1.19 2020/07/03 21:12:51 sthen Exp $ COMMENT = Python cross-version byte-code deparser @@ -6,7 +6,7 @@ MODPY_EGG_VERSION = 2.11.0 DISTNAME = uncompyle6-${MODPY_EGG_VERSION} PKGNAME = py-uncompyle6-${MODPY_EGG_VERSION} CATEGORIES = devel -REVISION = 1 +REVISION = 2 HOMEPAGE = https://github.com/rocky/python-uncompyle6/ diff --git a/devel/py-unicorn/Makefile b/devel/py-unicorn/Makefile index b0b74713651..06ab4bd0c60 100644 --- a/devel/py-unicorn/Makefile +++ b/devel/py-unicorn/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.10 2020/06/13 10:12:53 jasper Exp $ +# $OpenBSD: Makefile,v 1.11 2020/07/03 21:12:51 sthen Exp $ BROKEN-sparc64 = multiple definition of use_vis3_instructions @@ -7,6 +7,7 @@ COMMENT = Unicorn CPU emulator engine MODPY_EGG_VERSION = 1.0.2rc3 DISTNAME = unicorn-${MODPY_EGG_VERSION} PKGNAME = py-${DISTNAME} +REVISION = 0 CATEGORIES = devel diff --git a/devel/py-urwid/Makefile b/devel/py-urwid/Makefile index 09879f17ac9..8abab200369 100644 --- a/devel/py-urwid/Makefile +++ b/devel/py-urwid/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.29 2020/01/07 12:09:00 sthen Exp $ +# $OpenBSD: Makefile,v 1.30 2020/07/03 21:12:51 sthen Exp $ COMMENT = console user interface library for python @@ -7,6 +7,7 @@ DISTNAME = urwid-${MODPY_EGG_VERSION} PKGNAME = py-${DISTNAME} CATEGORIES = devel EPOCH = 0 +REVISION = 0 HOMEPAGE = http://urwid.org/ diff --git a/devel/py-uv/Makefile b/devel/py-uv/Makefile index a1ab2f376e3..62927008c65 100644 --- a/devel/py-uv/Makefile +++ b/devel/py-uv/Makefile @@ -1,10 +1,11 @@ -# $OpenBSD: Makefile,v 1.6 2019/08/05 16:28:54 rsadowski Exp $ +# $OpenBSD: Makefile,v 1.7 2020/07/03 21:12:51 sthen Exp $ COMMENT = Python bindings to libuv MODPY_EGG_VERSION = 1.4.0 DISTNAME = pyuv-${MODPY_EGG_VERSION} PKGNAME = py-uv-${MODPY_EGG_VERSION} +REVISION = 0 CATEGORIES = devel HOMEPAGE = https://github.com/saghul/pyuv diff --git a/devel/py-vcversioner/Makefile b/devel/py-vcversioner/Makefile index d892c113009..8d59dca93e8 100644 --- a/devel/py-vcversioner/Makefile +++ b/devel/py-vcversioner/Makefile @@ -1,11 +1,11 @@ -# $OpenBSD: Makefile,v 1.6 2019/07/12 20:45:55 sthen Exp $ +# $OpenBSD: Makefile,v 1.7 2020/07/03 21:12:51 sthen Exp $ COMMENT = use version control tags to discover version numbers MODPY_EGG_VERSION = 2.16.0.0 DISTNAME = vcversioner-${MODPY_EGG_VERSION} PKGNAME = py-${DISTNAME} -REVISION = 1 +REVISION = 2 CATEGORIES = devel diff --git a/devel/py-virtualenv/Makefile b/devel/py-virtualenv/Makefile index 5eec58d8324..8da2ef443e0 100644 --- a/devel/py-virtualenv/Makefile +++ b/devel/py-virtualenv/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.26 2019/07/12 20:45:55 sthen Exp $ +# $OpenBSD: Makefile,v 1.27 2020/07/03 21:12:51 sthen Exp $ COMMENT = virtual Python environment builder @@ -6,7 +6,7 @@ MODPY_EGG_VERSION = 16.0.0 DISTNAME = virtualenv-${MODPY_EGG_VERSION} PKGNAME = py-${DISTNAME} CATEGORIES = devel -REVISION = 0 +REVISION = 1 HOMEPAGE = http://www.virtualenv.org/ diff --git a/devel/py-voluptuous/Makefile b/devel/py-voluptuous/Makefile index 9b66f19fd45..71ad6c59dc2 100644 --- a/devel/py-voluptuous/Makefile +++ b/devel/py-voluptuous/Makefile @@ -1,10 +1,11 @@ -# $OpenBSD: Makefile,v 1.7 2019/12/10 22:10:34 sebastia Exp $ +# $OpenBSD: Makefile,v 1.8 2020/07/03 21:12:52 sthen Exp $ COMMENT = data validation library MODPY_EGG_VERSION = 0.11.7 DISTNAME = voluptuous-${MODPY_EGG_VERSION} PKGNAME = py-${DISTNAME} +REVISION = 0 CATEGORIES = devel diff --git a/devel/py-vulture/Makefile b/devel/py-vulture/Makefile index 7bd13268865..495db971550 100644 --- a/devel/py-vulture/Makefile +++ b/devel/py-vulture/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.1.1.1 2020/06/15 15:36:01 martin Exp $ +# $OpenBSD: Makefile,v 1.2 2020/07/03 21:12:52 sthen Exp $ COMMENT = finds unused code in Python programs @@ -6,6 +6,7 @@ MODPY_EGG_VERSION = 1.5 DISTNAME = vulture-${MODPY_EGG_VERSION} PKGNAME = py-${DISTNAME} +REVISION = 0 CATEGORIES = devel diff --git a/devel/py-wbem/Makefile b/devel/py-wbem/Makefile index 99b4eb5cc83..2638ecc9eb2 100644 --- a/devel/py-wbem/Makefile +++ b/devel/py-wbem/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.18 2020/06/18 15:28:29 paco Exp $ +# $OpenBSD: Makefile,v 1.19 2020/07/03 21:12:52 sthen Exp $ COMMENT= CIM operations over HTTP in Python @@ -6,7 +6,7 @@ MODPY_EGG_VERSION= 0.17.2 DISTNAME= pywbem-${MODPY_EGG_VERSION} PKGNAME= py-wbem-${MODPY_EGG_VERSION} CATEGORIES= devel -REVISION = 0 +REVISION = 1 HOMEPAGE= https://pywbem.github.io/ diff --git a/devel/py-wcwidth/Makefile b/devel/py-wcwidth/Makefile index ae75e1d4d70..c6491f8f5c4 100644 --- a/devel/py-wcwidth/Makefile +++ b/devel/py-wcwidth/Makefile @@ -1,10 +1,11 @@ -# $OpenBSD: Makefile,v 1.9 2020/03/30 13:18:41 sthen Exp $ +# $OpenBSD: Makefile,v 1.10 2020/07/03 21:12:52 sthen Exp $ COMMENT= measures number of terminal column cells of wide-char code MODPY_EGG_VERSION= 0.1.9 DISTNAME= wcwidth-${MODPY_EGG_VERSION} PKGNAME= py-${DISTNAME} +REVISION= 0 CATEGORIES= devel diff --git a/devel/py-wheel/Makefile b/devel/py-wheel/Makefile index 995aa67b75e..4261df8371c 100644 --- a/devel/py-wheel/Makefile +++ b/devel/py-wheel/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.9 2020/02/20 19:38:05 paco Exp $ +# $OpenBSD: Makefile,v 1.10 2020/07/03 21:12:52 sthen Exp $ COMMENT = built-package format for Python @@ -6,6 +6,7 @@ MODPY_EGG_VERSION = 0.34.2 DISTNAME = wheel-${MODPY_EGG_VERSION} PKGNAME = py-${DISTNAME} CATEGORIES = devel +REVISION = 0 # MIT PERMIT_PACKAGE = Yes diff --git a/devel/py-wrapt/Makefile b/devel/py-wrapt/Makefile index 73008c2e6ad..0938f069346 100644 --- a/devel/py-wrapt/Makefile +++ b/devel/py-wrapt/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.10 2019/11/18 03:25:45 kmos Exp $ +# $OpenBSD: Makefile,v 1.11 2020/07/03 21:12:52 sthen Exp $ COMMENT = Python module for decorators, wrappers and monkey patching @@ -6,7 +6,7 @@ MODPY_EGG_VERSION = 1.10.10 DISTNAME = wrapt-${MODPY_EGG_VERSION} PKGNAME = py-${DISTNAME} CATEGORIES = devel -REVISION = 1 +REVISION = 2 GH_ACCOUNT = GrahamDumpleton GH_PROJECT = wrapt diff --git a/devel/py-wurlitzer/Makefile b/devel/py-wurlitzer/Makefile index 12ce51c529f..a45aceb1460 100644 --- a/devel/py-wurlitzer/Makefile +++ b/devel/py-wurlitzer/Makefile @@ -1,11 +1,11 @@ -# $OpenBSD: Makefile,v 1.8 2020/03/08 02:22:15 mariani Exp $ +# $OpenBSD: Makefile,v 1.9 2020/07/03 21:12:52 sthen Exp $ COMMENT = capture c-level output in context managers MODPY_EGG_VERSION = 2.0.0 DISTNAME = wurlitzer-${MODPY_EGG_VERSION} PKGNAME = py-${DISTNAME} -REVISION = 0 +REVISION = 1 CATEGORIES = devel diff --git a/devel/py-xdg/Makefile b/devel/py-xdg/Makefile index c9756a5b97b..c1243473576 100644 --- a/devel/py-xdg/Makefile +++ b/devel/py-xdg/Makefile @@ -1,11 +1,11 @@ -# $OpenBSD: Makefile,v 1.24 2019/07/12 20:45:56 sthen Exp $ +# $OpenBSD: Makefile,v 1.25 2020/07/03 21:12:52 sthen Exp $ COMMENT= python library to access freedesktop.org standards MODPY_EGG_VERSION= 0.26 DISTNAME= pyxdg-${MODPY_EGG_VERSION} PKGNAME= py-xdg-${MODPY_EGG_VERSION} -REVISION= 0 +REVISION= 1 CATEGORIES= devel diff --git a/devel/py-xdis/Makefile b/devel/py-xdis/Makefile index 584ca25e873..d05bc3c6e34 100644 --- a/devel/py-xdis/Makefile +++ b/devel/py-xdis/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.15 2019/07/12 20:45:56 sthen Exp $ +# $OpenBSD: Makefile,v 1.16 2020/07/03 21:12:52 sthen Exp $ COMMENT = cross-version byte-code disassembler and marshal routines @@ -6,7 +6,7 @@ MODPY_EGG_VERSION = 3.6.11 DISTNAME = xdis-${MODPY_EGG_VERSION} PKGNAME = py-xdis-${MODPY_EGG_VERSION} CATEGORIES = devel -REVISION = 1 +REVISION = 2 HOMEPAGE = https://github.com/rocky/python-xdis/ diff --git a/devel/py-xlsxwriter/Makefile b/devel/py-xlsxwriter/Makefile index 15ee2ae23d3..988716895ce 100644 --- a/devel/py-xlsxwriter/Makefile +++ b/devel/py-xlsxwriter/Makefile @@ -1,10 +1,11 @@ -# $OpenBSD: Makefile,v 1.25 2020/06/30 05:45:13 rpointel Exp $ +# $OpenBSD: Makefile,v 1.26 2020/07/03 21:12:52 sthen Exp $ COMMENT = Python module for creating Excel XLSX files MODPY_EGG_VERSION = 1.2.9 DISTNAME = XlsxWriter-${MODPY_EGG_VERSION} PKGNAME = py-${DISTNAME:L} +REVISION = 0 CATEGORIES = devel diff --git a/devel/py-yamllint/Makefile b/devel/py-yamllint/Makefile index 534b8466061..fbdf9160eea 100644 --- a/devel/py-yamllint/Makefile +++ b/devel/py-yamllint/Makefile @@ -1,10 +1,11 @@ -# $OpenBSD: Makefile,v 1.14 2020/04/20 07:25:30 rpointel Exp $ +# $OpenBSD: Makefile,v 1.15 2020/07/03 21:12:52 sthen Exp $ COMMENT = linter for YAML files MODPY_EGG_VERSION = 1.23.0 DISTNAME = yamllint-${MODPY_EGG_VERSION} PKGNAME = py-${DISTNAME} +REVISION = 0 CATEGORIES = devel diff --git a/devel/py-yapf/Makefile b/devel/py-yapf/Makefile index 0482b2570e9..482f49c505f 100644 --- a/devel/py-yapf/Makefile +++ b/devel/py-yapf/Makefile @@ -1,10 +1,11 @@ -# $OpenBSD: Makefile,v 1.7 2019/08/28 22:29:50 kmos Exp $ +# $OpenBSD: Makefile,v 1.8 2020/07/03 21:12:52 sthen Exp $ COMMENT = formatter for Python code MODPY_EGG_VERSION = 0.28.0 DISTNAME = yapf-${MODPY_EGG_VERSION} PKGNAME = py-${DISTNAME} +REVISION = 0 CATEGORIES = devel diff --git a/devel/py-zc-lockfile/Makefile b/devel/py-zc-lockfile/Makefile index f821ee502e7..fc093d196e8 100644 --- a/devel/py-zc-lockfile/Makefile +++ b/devel/py-zc-lockfile/Makefile @@ -1,10 +1,11 @@ -# $OpenBSD: Makefile,v 1.1.1.1 2019/11/23 09:18:15 bket Exp $ +# $OpenBSD: Makefile,v 1.2 2020/07/03 21:12:52 sthen Exp $ COMMENT = basic inter-process locks MODPY_EGG_VERSION = 2.0 DISTNAME = zc.lockfile-${MODPY_EGG_VERSION} PKGNAME = py-zc-lockfile${DISTNAME} +REVISION = 0 CATEGORIES = devel diff --git a/devel/py-zopecomponent/Makefile b/devel/py-zopecomponent/Makefile index ec937e8cb88..195d3cf3b77 100644 --- a/devel/py-zopecomponent/Makefile +++ b/devel/py-zopecomponent/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.7 2019/07/12 20:45:56 sthen Exp $ +# $OpenBSD: Makefile,v 1.8 2020/07/03 21:12:52 sthen Exp $ COMMENT= component architecture from Zope @@ -7,7 +7,7 @@ MODPY_EGG_VERSION= 4.2.2 DISTNAME= zope.component-${MODPY_EGG_VERSION} PKGNAME= py-zopecomponent-${MODPY_EGG_VERSION} CATEGORIES= devel -REVISION= 3 +REVISION= 4 # Zope Public License PERMIT_PACKAGE= Yes diff --git a/devel/py-zopeevent/Makefile b/devel/py-zopeevent/Makefile index 09961188cfe..b0b005eaafb 100644 --- a/devel/py-zopeevent/Makefile +++ b/devel/py-zopeevent/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.8 2019/07/12 20:45:56 sthen Exp $ +# $OpenBSD: Makefile,v 1.9 2020/07/03 21:12:52 sthen Exp $ COMMENT= very basic event publishing system from Zope @@ -7,7 +7,7 @@ MODPY_EGG_VERSION= 4.3.0 DISTNAME= zope.event-${MODPY_EGG_VERSION} PKGNAME= py-zopeevent-${MODPY_EGG_VERSION} CATEGORIES= devel -REVISION= 0 +REVISION= 1 # Zope Public License PERMIT_PACKAGE= Yes diff --git a/devel/py-zopeinterface/Makefile b/devel/py-zopeinterface/Makefile index 802503bd67e..61c4ac79543 100644 --- a/devel/py-zopeinterface/Makefile +++ b/devel/py-zopeinterface/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.27 2019/07/12 20:45:56 sthen Exp $ +# $OpenBSD: Makefile,v 1.28 2020/07/03 21:12:52 sthen Exp $ COMMENT= object interface infrastructure from Zope @@ -7,7 +7,7 @@ MODPY_EGG_VERSION= 4.4.3 DISTNAME= zope.interface-${MODPY_EGG_VERSION} PKGNAME= py-zopeinterface-${MODPY_EGG_VERSION} CATEGORIES= devel -REVISION= 0 +REVISION= 1 # Zope Public License PERMIT_PACKAGE= Yes diff --git a/devel/pycdc/Makefile b/devel/pycdc/Makefile index e377e1eedfd..502a638909d 100644 --- a/devel/pycdc/Makefile +++ b/devel/pycdc/Makefile @@ -1,9 +1,9 @@ -# $OpenBSD: Makefile,v 1.5 2019/07/24 18:21:07 cwen Exp $ +# $OpenBSD: Makefile,v 1.6 2020/07/03 21:12:52 sthen Exp $ COMMENT = python bytecode disassembler and decompiler DISTNAME = pycdc-0.0.20180428 -REVISION = 2 +REVISION = 3 GH_ACCOUNT = zrax GH_PROJECT = pycdc diff --git a/devel/pyflakes/Makefile b/devel/pyflakes/Makefile index 4ea58ad2012..0329e5821d6 100644 --- a/devel/pyflakes/Makefile +++ b/devel/pyflakes/Makefile @@ -1,10 +1,10 @@ -# $OpenBSD: Makefile,v 1.19 2020/06/12 20:48:02 naddy Exp $ +# $OpenBSD: Makefile,v 1.20 2020/07/03 21:12:52 sthen Exp $ COMMENT = passive checker of Python programs MODPY_EGG_VERSION = 2.1.1 DISTNAME = pyflakes-${MODPY_EGG_VERSION} -REVISION = 0 +REVISION = 1 CATEGORIES = devel diff --git a/devel/pygame/Makefile b/devel/pygame/Makefile index b7f0d958f3f..517cf0b6f20 100644 --- a/devel/pygame/Makefile +++ b/devel/pygame/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.36 2019/07/12 20:45:56 sthen Exp $ +# $OpenBSD: Makefile,v 1.37 2020/07/03 21:12:53 sthen Exp $ COMMENT= set of Python modules designed for writing games @@ -6,7 +6,7 @@ MODPY_EGG_VERSION = 1.9.3 DISTNAME= pygame-${MODPY_EGG_VERSION} PKGNAME = py-game-${MODPY_EGG_VERSION} CATEGORIES= devel games -REVISION = 1 +REVISION = 2 HOMEPAGE= https://www.pygame.org/ diff --git a/devel/pylint/Makefile b/devel/pylint/Makefile index 4616d9cbc7b..5c9ebe8cc08 100644 --- a/devel/pylint/Makefile +++ b/devel/pylint/Makefile @@ -1,17 +1,17 @@ -# $OpenBSD: Makefile,v 1.30 2019/11/18 04:37:33 kmos Exp $ +# $OpenBSD: Makefile,v 1.31 2020/07/03 21:12:53 sthen Exp $ COMMENT-main= lint-like code checker for Python code COMMENT-gui= GUI for pylint MODPY_EGG_VERSION= 1.6.5 -REVISION-gui= 1 -REVISION-main= 1 +REVISION-gui= 2 +REVISION-main= 2 DISTNAME= pylint-${MODPY_EGG_VERSION} PKGNAME-main= pylint-${MODPY_EGG_VERSION} PKGNAME-gui= pylint-gui-${MODPY_EGG_VERSION} CATEGORIES= devel -HOMEPAGE= http://www.pylint.org/ +HOMEPAGE= https://www.pylint.org/ # GPL PERMIT_PACKAGE= Yes diff --git a/devel/pyusb/Makefile b/devel/pyusb/Makefile index 11772cbafad..d3c69b69816 100644 --- a/devel/pyusb/Makefile +++ b/devel/pyusb/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.20 2020/02/20 20:09:07 jasper Exp $ +# $OpenBSD: Makefile,v 1.21 2020/07/03 21:12:53 sthen Exp $ COMMENT= python interface to libusb @@ -8,7 +8,7 @@ GH_COMMIT = bf88211d65caf01b903005efae7f0915a53a8c4e MODPY_EGG_VERSION= 1.0.2 DISTNAME= pyusb-${MODPY_EGG_VERSION} PKGNAME= ${MODPY_PY_PREFIX}${DISTNAME} -REVISION = 1 +REVISION = 2 CATEGORIES= devel diff --git a/devel/qt-creator/Makefile b/devel/qt-creator/Makefile index c4f849a2e07..b5dc4acc713 100644 --- a/devel/qt-creator/Makefile +++ b/devel/qt-creator/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.63 2020/06/19 03:56:15 rsadowski Exp $ +# $OpenBSD: Makefile,v 1.64 2020/07/03 21:12:53 sthen Exp $ #Qt5Webkit USE_WXNEEDED = Yes @@ -7,6 +7,7 @@ COMMENT = cross-platform IDE for use with Qt V = 4.12.3 DISTNAME = qt-creator-opensource-src-${V} PKGNAME = qt-creator-${V} +REVISION = 0 SHARED_LIBS += Aggregation 0.0 # 0.0 SHARED_LIBS += CPlusPlus 2.0 # 0.0 diff --git a/devel/spyder/py-spyder-kernels/Makefile b/devel/spyder/py-spyder-kernels/Makefile index a1316ac7be0..84f6188f196 100644 --- a/devel/spyder/py-spyder-kernels/Makefile +++ b/devel/spyder/py-spyder-kernels/Makefile @@ -1,11 +1,11 @@ -# $OpenBSD: Makefile,v 1.5 2020/03/06 15:28:43 bket Exp $ +# $OpenBSD: Makefile,v 1.6 2020/07/03 21:12:53 sthen Exp $ COMMENT= kernels used by spyder on its ipython console MODPY_EGG_VERSION= 0.4.2 DISTNAME= spyder-kernels-${MODPY_EGG_VERSION} PKGNAME= ${MODPY_PY_PREFIX}${DISTNAME} -REVISION= 2 +REVISION= 3 PORTROACH= limit:^0 diff --git a/devel/spyder/spyder/Makefile b/devel/spyder/spyder/Makefile index 20af68504d0..7fa9f9efa9e 100644 --- a/devel/spyder/spyder/Makefile +++ b/devel/spyder/spyder/Makefile @@ -1,9 +1,9 @@ -# $OpenBSD: Makefile,v 1.6 2020/03/10 12:35:37 sthen Exp $ +# $OpenBSD: Makefile,v 1.7 2020/07/03 21:12:53 sthen Exp $ COMMENT = Scientific PYthon Development EnviRonment MODPY_EGG_VERSION = 3.3.3 -REVISION = 3 +REVISION = 4 DISTNAME = spyder-${MODPY_EGG_VERSION} PKGNAME = spyder3-${MODPY_EGG_VERSION} diff --git a/devel/src/Makefile b/devel/src/Makefile index 2585b5a9f37..8cbe0fa4d55 100644 --- a/devel/src/Makefile +++ b/devel/src/Makefile @@ -1,8 +1,9 @@ -# $OpenBSD: Makefile,v 1.19 2020/02/22 12:16:33 sthen Exp $ +# $OpenBSD: Makefile,v 1.20 2020/07/03 21:12:53 sthen Exp $ COMMENT = Simple Revision Control DISTNAME = src-1.28 +REVISION = 0 CATEGORIES = devel diff --git a/devel/subversion/Makefile b/devel/subversion/Makefile index 62c454114c1..c5a17ae2c06 100644 --- a/devel/subversion/Makefile +++ b/devel/subversion/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.181 2020/05/31 19:29:32 sthen Exp $ +# $OpenBSD: Makefile,v 1.182 2020/07/03 21:12:53 sthen Exp $ COMMENT-main= subversion revision control system COMMENT-perl= perl interface to subversion @@ -9,6 +9,7 @@ COMMENT-gnome-keyring= GNOME keyring support for subversion VERSION= 1.14.0 REVISION= 0 +REVISION-python= 1 DISTNAME= subversion-${VERSION:S/rc/-rc/} PKGNAME-main= subversion-${VERSION} FULLPKGNAME-main= subversion-${VERSION}${FLAVOR_EXT:S/-python3//} diff --git a/editors/TeXmacs/Makefile b/editors/TeXmacs/Makefile index 6d40f771590..181c17a273d 100644 --- a/editors/TeXmacs/Makefile +++ b/editors/TeXmacs/Makefile @@ -1,10 +1,11 @@ -# $OpenBSD: Makefile,v 1.16 2020/03/20 16:44:23 naddy Exp $ +# $OpenBSD: Makefile,v 1.17 2020/07/03 21:12:53 sthen Exp $ COMMENT= wysiwyw (what you see is what you want) editing platform DISTNAME= TeXmacs-1.99.12-src PKGNAME= ${DISTNAME:S/-src//} CATEGORIES= editors print x11 +REVISION= 0 HOMEPAGE= https://texmacs.org/ diff --git a/editors/py-neovim/Makefile b/editors/py-neovim/Makefile index ef30c889738..59fa7962b77 100644 --- a/editors/py-neovim/Makefile +++ b/editors/py-neovim/Makefile @@ -1,10 +1,11 @@ -# $OpenBSD: Makefile,v 1.8 2019/11/20 13:44:36 edd Exp $ +# $OpenBSD: Makefile,v 1.9 2020/07/03 21:12:53 sthen Exp $ COMMENT = Python plugin support for Neovim MODPY_EGG_VERSION = 0.4.0 DISTNAME = pynvim-${MODPY_EGG_VERSION} PKGNAME = py-neovim-${MODPY_EGG_VERSION} +REVISION = 0 CATEGORIES = editors devel HOMEPAGE = https://github.com/neovim/python-client diff --git a/editors/py-qscintilla/Makefile b/editors/py-qscintilla/Makefile index 86977180d54..ec27a0e9aca 100644 --- a/editors/py-qscintilla/Makefile +++ b/editors/py-qscintilla/Makefile @@ -1,10 +1,10 @@ -# $OpenBSD: Makefile,v 1.24 2020/02/29 08:17:58 rsadowski Exp $ +# $OpenBSD: Makefile,v 1.25 2020/07/03 21:12:53 sthen Exp $ COMMENT-main = Python binding for the Scintilla source code editor COMMENT-common = common files for py-qscintilla VERSION = 2.11.4 -REVISION = 1 +REVISION = 2 MODPY_EGG_VERSION = ${VERSION} DISTNAME = QScintilla-${VERSION} diff --git a/editors/sigil/Makefile b/editors/sigil/Makefile index 027f196ba57..f7acb6f985a 100644 --- a/editors/sigil/Makefile +++ b/editors/sigil/Makefile @@ -1,8 +1,9 @@ -# $OpenBSD: Makefile,v 1.3 2020/03/09 21:13:41 sthen Exp $ +# $OpenBSD: Makefile,v 1.4 2020/07/03 21:12:53 sthen Exp $ COMMENT = EPUB ebook editor PKGNAME = sigil-${GH_TAGNAME} +REVISION = 0 # newer versions require qtwebengine GH_ACCOUNT = Sigil-Ebook diff --git a/editors/tiled/Makefile b/editors/tiled/Makefile index 3d63e61b8d0..39f2d8b204d 100644 --- a/editors/tiled/Makefile +++ b/editors/tiled/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.16 2020/02/22 05:29:12 rsadowski Exp $ +# $OpenBSD: Makefile,v 1.17 2020/07/03 21:12:53 sthen Exp $ # XXX qmake picks up Cocoa/Cocoa.h even though it's apparently unused DPB_PROPERTIES = nojunk @@ -8,6 +8,7 @@ COMMENT = tile map editor GH_ACCOUNT = bjorn GH_PROJECT = tiled GH_TAGNAME = v1.3.1 +REVISION = 0 SHARED_LIBS += tiled 1.0 # 1.0 diff --git a/editors/vim/Makefile b/editors/vim/Makefile index b3760042c25..954b592d8e0 100644 --- a/editors/vim/Makefile +++ b/editors/vim/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.200 2020/06/16 16:45:14 chrisz Exp $ +# $OpenBSD: Makefile,v 1.201 2020/07/03 21:12:53 sthen Exp $ COMMENT-main= vi clone, many additional features COMMENT-lang= vi clone, NLS subpackage @@ -7,6 +7,7 @@ V= 8.2.0986 GH_ACCOUNT= vim GH_PROJECT= vim GH_TAGNAME= v$V +REVISION= 0 T= ${V:C/\.0+/./} PKGNAME-main= vim-$T diff --git a/education/anki/Makefile b/education/anki/Makefile index 70e54c7c758..2189d60d37f 100644 --- a/education/anki/Makefile +++ b/education/anki/Makefile @@ -1,8 +1,9 @@ -# $OpenBSD: Makefile,v 1.20 2020/06/16 22:18:46 sthen Exp $ +# $OpenBSD: Makefile,v 1.21 2020/07/03 21:12:53 sthen Exp $ COMMENT = flashcard learning system with spaced repetition DISTNAME = anki-2.1.16 EXTRACT_SUFX = -source.tgz +REVISION = 0 CATEGORIES = education diff --git a/games/gogrepo/Makefile b/games/gogrepo/Makefile index 6359c2fc2e6..4a20f6a3f50 100644 --- a/games/gogrepo/Makefile +++ b/games/gogrepo/Makefile @@ -1,9 +1,10 @@ -# $OpenBSD: Makefile,v 1.2 2020/04/11 09:51:16 thfr Exp $ +# $OpenBSD: Makefile,v 1.3 2020/07/03 21:12:53 sthen Exp $ COMMENT = downloader for GOG.com games and bonus collections MODPY_EGG_VERSION = 0.3apl20190727 DISTNAME = gogrepo-${MODPY_EGG_VERSION} +REVISION = 0 GH_ACCOUNT = eddie3 GH_PROJECT = gogrepo diff --git a/games/py-minecraft-launcher-lib/Makefile b/games/py-minecraft-launcher-lib/Makefile index 8a0f07faec5..756c2881690 100644 --- a/games/py-minecraft-launcher-lib/Makefile +++ b/games/py-minecraft-launcher-lib/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.2 2020/05/22 16:47:26 kmos Exp $ +# $OpenBSD: Makefile,v 1.3 2020/07/03 21:12:54 sthen Exp $ COMMENT = library for creating a custom Minecraft launcher @@ -6,6 +6,7 @@ MODPY_EGG_VERSION = 1.0 DISTNAME = minecraft-launcher-lib-${MODPY_EGG_VERSION} PKGNAME = py-${DISTNAME} +REVISION = 0 CATEGORIES = games diff --git a/games/pysol/Makefile b/games/pysol/Makefile index 6e55b71142e..4ddefb1244b 100644 --- a/games/pysol/Makefile +++ b/games/pysol/Makefile @@ -1,11 +1,11 @@ -# $OpenBSD: Makefile,v 1.10 2020/04/20 20:51:51 kn Exp $ +# $OpenBSD: Makefile,v 1.11 2020/07/03 21:12:54 sthen Exp $ COMMENT = solitaire card games collection MODPY_EGG_VERSION = 2.6.4 DISTNAME = PySolFC-${MODPY_EGG_VERSION} PKGNAME = pysol-${MODPY_EGG_VERSION} CATEGORIES = games -REVISION = 0 +REVISION = 1 HOMEPAGE = http://pysolfc.sourceforge.net/ diff --git a/geo/gdal/Makefile b/geo/gdal/Makefile index 39637afb20e..0293c66120d 100644 --- a/geo/gdal/Makefile +++ b/geo/gdal/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.86 2020/06/30 06:02:38 landry Exp $ +# $OpenBSD: Makefile,v 1.87 2020/07/03 21:12:54 sthen Exp $ COMMENT-main = translator library for geospatial data formats COMMENT-python =python bindings and utilities for GDAL @@ -9,6 +9,8 @@ DISTNAME = gdal-${V} DISTFILES = ${DISTNAME}${EXTRACT_SUFX} \ gdalautotest-${V}${EXTRACT_SUFX} +REVISION-python = 0 + FULLPKGNAME-main = ${DISTNAME} FULLPKGPATH-main = geo/gdal,-main FULLPKGNAME-python = py3-${DISTNAME} diff --git a/geo/mapproxy/Makefile b/geo/mapproxy/Makefile index e148ee1d71b..bd3302f4961 100644 --- a/geo/mapproxy/Makefile +++ b/geo/mapproxy/Makefile @@ -1,11 +1,11 @@ -# $OpenBSD: Makefile,v 1.19 2020/01/03 17:58:34 landry Exp $ +# $OpenBSD: Makefile,v 1.20 2020/07/03 21:12:54 sthen Exp $ COMMENT = GIS WMTS/TMS tile caching server MODPY_EGG_VERSION = 1.12.0 DISTNAME = MapProxy-${MODPY_EGG_VERSION} PKGNAME = ${DISTNAME:L} -REVISION = 0 +REVISION = 1 CATEGORIES = geo www diff --git a/geo/mapserver/Makefile b/geo/mapserver/Makefile index 6a7c60557e5..dbdaf0d8b00 100644 --- a/geo/mapserver/Makefile +++ b/geo/mapserver/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.73 2020/05/14 13:57:03 landry Exp $ +# $OpenBSD: Makefile,v 1.74 2020/07/03 21:12:54 sthen Exp $ MULTI_PACKAGES= -utils -main -perl -php -python @@ -8,6 +8,8 @@ COMMENT-php= PHP Mapscript extension COMMENT-perl= Perl Mapscript binding COMMENT-python= Python Mapscript binding +REVISION-python= 0 + V = 7.6.0 DISTNAME= mapserver-${V} PKGNAME-main= ${DISTNAME} diff --git a/geo/py-cligj/Makefile b/geo/py-cligj/Makefile index ffcb01097b8..3a3a8f4b5df 100644 --- a/geo/py-cligj/Makefile +++ b/geo/py-cligj/Makefile @@ -1,11 +1,11 @@ -# $OpenBSD: Makefile,v 1.5 2020/02/25 10:08:49 landry Exp $ +# $OpenBSD: Makefile,v 1.6 2020/07/03 21:12:54 sthen Exp $ COMMENT = click params for command line interfaces to GeoJSON MODPY_EGG_VERSION = 0.5.0 DISTNAME = cligj-${MODPY_EGG_VERSION} PKGNAME = py-${DISTNAME} -REVISION = 1 +REVISION = 2 CATEGORIES = geo diff --git a/geo/py-fiona/Makefile b/geo/py-fiona/Makefile index d49b20470f5..806a2d57f26 100644 --- a/geo/py-fiona/Makefile +++ b/geo/py-fiona/Makefile @@ -1,10 +1,11 @@ -# $OpenBSD: Makefile,v 1.19 2020/03/23 09:42:25 landry Exp $ +# $OpenBSD: Makefile,v 1.20 2020/07/03 21:12:54 sthen Exp $ COMMENT = high-level API and CLI on top of OGR MODPY_EGG_VERSION = 1.8.13 DISTNAME = Fiona-${MODPY_EGG_VERSION:S/post/pl/} PKGNAME = ${MODPY_PY_PREFIX}${DISTNAME:L} +REVISION = 0 CATEGORIES = geo diff --git a/geo/py-laspy/Makefile b/geo/py-laspy/Makefile index 91c2e2f5d6d..69e7d0b84c4 100644 --- a/geo/py-laspy/Makefile +++ b/geo/py-laspy/Makefile @@ -1,10 +1,11 @@ -# $OpenBSD: Makefile,v 1.7 2020/03/22 19:38:35 landry Exp $ +# $OpenBSD: Makefile,v 1.8 2020/07/03 21:12:54 sthen Exp $ COMMENT = library for reading, modifying and creating LAS LiDAR files MODPY_EGG_VERSION= 1.7.0 DISTNAME= laspy-${MODPY_EGG_VERSION} PKGNAME= py-${DISTNAME} +REVISION= 0 CATEGORIES= geo devel textproc diff --git a/geo/py-mercantile/Makefile b/geo/py-mercantile/Makefile index 10a3359b44d..103bf6b7aef 100644 --- a/geo/py-mercantile/Makefile +++ b/geo/py-mercantile/Makefile @@ -1,10 +1,11 @@ -# $OpenBSD: Makefile,v 1.3 2020/06/19 10:53:17 martin Exp $ +# $OpenBSD: Makefile,v 1.4 2020/07/03 21:12:54 sthen Exp $ COMMENT = spherical mercator coordinate and tile utilities MODPY_EGG_VERSION = 1.1.5 DISTNAME = mercantile-${MODPY_EGG_VERSION} PKGNAME = py-${DISTNAME} +REVISION = 0 CATEGORIES = geo MAINTAINER = Martin Reindl diff --git a/geo/py-owslib/Makefile b/geo/py-owslib/Makefile index 9b0711f26f4..2c4779196af 100644 --- a/geo/py-owslib/Makefile +++ b/geo/py-owslib/Makefile @@ -1,10 +1,11 @@ -# $OpenBSD: Makefile,v 1.8 2020/02/21 12:39:18 landry Exp $ +# $OpenBSD: Makefile,v 1.9 2020/07/03 21:12:54 sthen Exp $ COMMENT = library for accessing OGC Web Services MODPY_EGG_VERSION = 0.19.1 DISTNAME = OWSLib-${MODPY_EGG_VERSION} PKGNAME = py-${DISTNAME:L} +REVISION = 0 CATEGORIES = geo devel diff --git a/geo/py-planet/Makefile b/geo/py-planet/Makefile index fcb7dcdff5a..0d9f6ee3dca 100644 --- a/geo/py-planet/Makefile +++ b/geo/py-planet/Makefile @@ -1,10 +1,11 @@ -# $OpenBSD: Makefile,v 1.7 2020/02/25 10:02:55 landry Exp $ +# $OpenBSD: Makefile,v 1.8 2020/07/03 21:12:54 sthen Exp $ COMMENT = client library and CLI for Planet's public API #' MODPY_EGG_VERSION = 1.4.5 DISTNAME = planet-${MODPY_EGG_VERSION} PKGNAME = py-${DISTNAME} +REVISION = 0 CATEGORIES = geo diff --git a/geo/py-proj/Makefile b/geo/py-proj/Makefile index cd8b533207d..0392ed06f48 100644 --- a/geo/py-proj/Makefile +++ b/geo/py-proj/Makefile @@ -1,10 +1,11 @@ -# $OpenBSD: Makefile,v 1.25 2020/02/25 10:04:27 landry Exp $ +# $OpenBSD: Makefile,v 1.26 2020/07/03 21:12:54 sthen Exp $ COMMENT = Pyrex generated python interface to PROJ.4 library MODPY_EGG_VERSION = 2.4.2.post1 DISTNAME = pyproj-${MODPY_EGG_VERSION} PKGNAME = ${DISTNAME:S/py/py-/:S/.post/pl/} +REVISION = 0 CATEGORIES = geo diff --git a/geo/py-rasterio/Makefile b/geo/py-rasterio/Makefile index 93f5b1a10cf..50aec665650 100644 --- a/geo/py-rasterio/Makefile +++ b/geo/py-rasterio/Makefile @@ -1,10 +1,11 @@ -# $OpenBSD: Makefile,v 1.10 2020/06/08 19:11:10 martin Exp $ +# $OpenBSD: Makefile,v 1.11 2020/07/03 21:12:54 sthen Exp $ COMMENT = geospatial raster data API and CLI MODPY_EGG_VERSION = 1.1.5 DISTNAME = rasterio-${MODPY_EGG_VERSION} PKGNAME = py-${DISTNAME} +REVISION = 0 CATEGORIES = geo diff --git a/geo/py-rio-cogeo/Makefile b/geo/py-rio-cogeo/Makefile index cf36f538f74..34e22537622 100644 --- a/geo/py-rio-cogeo/Makefile +++ b/geo/py-rio-cogeo/Makefile @@ -1,10 +1,11 @@ -# $OpenBSD: Makefile,v 1.5 2020/04/10 07:20:01 landry Exp $ +# $OpenBSD: Makefile,v 1.6 2020/07/03 21:12:54 sthen Exp $ COMMENT = cloud optimized GeoTiff creation plugin for rasterio MODPY_EGG_VERSION = 1.1.10 DISTNAME = rio-cogeo-${MODPY_EGG_VERSION} PKGNAME = py-${DISTNAME:S/.dev/pre/} +REVISION = 0 CATEGORIES = geo diff --git a/geo/py-shapely/Makefile b/geo/py-shapely/Makefile index c542ec841a5..68b5d1952c9 100644 --- a/geo/py-shapely/Makefile +++ b/geo/py-shapely/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.11 2020/02/25 10:06:26 landry Exp $ +# $OpenBSD: Makefile,v 1.12 2020/07/03 21:12:54 sthen Exp $ COMMENT = manipulation and analysis of planar geometric objects @@ -7,7 +7,7 @@ GH_TAGNAME = ${MODPY_EGG_VERSION} GH_ACCOUNT = Toblerity GH_PROJECT = Shapely DISTNAME = py-shapely-${MODPY_EGG_VERSION} -REVISION = 2 +REVISION = 3 CATEGORIES = geo diff --git a/geo/py-supermercado/Makefile b/geo/py-supermercado/Makefile index d593ccd0447..de629668b85 100644 --- a/geo/py-supermercado/Makefile +++ b/geo/py-supermercado/Makefile @@ -1,10 +1,11 @@ -# $OpenBSD: Makefile,v 1.1.1.1 2020/04/10 06:23:45 martin Exp $ +# $OpenBSD: Makefile,v 1.2 2020/07/03 21:12:54 sthen Exp $ COMMENT = mercantile additional commands MODPY_EGG_VERSION = 0.0.5 DISTNAME = supermercado-${MODPY_EGG_VERSION} PKGNAME = py-${DISTNAME} +REVISION = 0 CATEGORIES = geo MAINTAINER = Martin Reindl diff --git a/geo/pygeoapi/Makefile b/geo/pygeoapi/Makefile index 3af9a782bd6..0ef9a660757 100644 --- a/geo/pygeoapi/Makefile +++ b/geo/pygeoapi/Makefile @@ -1,9 +1,10 @@ -# $OpenBSD: Makefile,v 1.5 2020/06/15 05:49:32 landry Exp $ +# $OpenBSD: Makefile,v 1.6 2020/07/03 21:12:54 sthen Exp $ COMMENT = OGC API server implementation MODPY_EGG_VERSION = 0.8.0 DISTNAME = pygeoapi-${MODPY_EGG_VERSION} +REVISION = 0 CATEGORIES = geo devel diff --git a/geo/qgis/Makefile b/geo/qgis/Makefile index 86af215e572..a3beb41f123 100644 --- a/geo/qgis/Makefile +++ b/geo/qgis/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.130 2020/06/20 10:19:23 landry Exp $ +# $OpenBSD: Makefile,v 1.131 2020/07/03 21:12:55 sthen Exp $ BROKEN-powerpc = does not build: "operand out of range" BROKEN-sparc64 = undefined reference to QOpenGLExtension_ARB_tessellation_shader::QOpenGLExtension_ARB_tessellation_shader() in libQt53DRender.so.2.0 when linking qgis_3drenderingtest @@ -11,6 +11,7 @@ DISTNAME = qgis-3.14.0 EXTRACT_SUFX = .tar.bz2 CATEGORIES = geo x11 DEBUG_PACKAGES =${BUILD_PACKAGES} +REVISION = 0 SHARED_LIBS = qgis_core 43.0 \ qgis_app 27.0 \ diff --git a/graphics/blender/Makefile b/graphics/blender/Makefile index 6b4ded5fbdb..c6240889510 100644 --- a/graphics/blender/Makefile +++ b/graphics/blender/Makefile @@ -1,11 +1,11 @@ -# $OpenBSD: Makefile,v 1.96 2020/05/14 12:35:31 ajacoutot Exp $ +# $OpenBSD: Makefile,v 1.97 2020/07/03 21:12:55 sthen Exp $ ONLY_FOR_ARCHS = amd64 i386 COMMENT = 3D creation software DISTNAME = blender-2.79 -REVISION = 9 +REVISION = 10 CATEGORIES = graphics diff --git a/graphics/img2pdf/Makefile b/graphics/img2pdf/Makefile index dbc45b5607e..c3a94c9fa23 100644 --- a/graphics/img2pdf/Makefile +++ b/graphics/img2pdf/Makefile @@ -1,10 +1,10 @@ -# $OpenBSD: Makefile,v 1.12 2019/07/12 20:47:00 sthen Exp $ +# $OpenBSD: Makefile,v 1.13 2020/07/03 21:12:55 sthen Exp $ COMMENT = losslessly convert images to PDF MODPY_EGG_VERSION = 0.3.3 DISTNAME = img2pdf-${MODPY_EGG_VERSION} -REVISION = 0 +REVISION = 1 CATEGORIES = graphics diff --git a/graphics/inkscape/Makefile b/graphics/inkscape/Makefile index bd1caea3068..01f74bfe906 100644 --- a/graphics/inkscape/Makefile +++ b/graphics/inkscape/Makefile @@ -1,9 +1,9 @@ -# $OpenBSD: Makefile,v 1.83 2020/06/09 07:14:44 jasper Exp $ +# $OpenBSD: Makefile,v 1.84 2020/07/03 21:12:55 sthen Exp $ COMMENT = SVG vector drawing application DISTNAME = inkscape-1.0 -REVISION = 1 +REVISION = 2 CATEGORIES = graphics diff --git a/graphics/libgexiv2/Makefile b/graphics/libgexiv2/Makefile index c361eb93a91..ea4924717fc 100644 --- a/graphics/libgexiv2/Makefile +++ b/graphics/libgexiv2/Makefile @@ -1,11 +1,11 @@ -# $OpenBSD: Makefile,v 1.42 2020/06/19 11:28:54 ajacoutot Exp $ +# $OpenBSD: Makefile,v 1.43 2020/07/03 21:12:55 sthen Exp $ COMMENT= GObject wrapper around exiv2 GNOME_VERSION= 0.12.1 GNOME_PROJECT= gexiv2 PKGNAME= lib${DISTNAME} -REVISION= 0 +REVISION= 1 CATEGORIES= graphics diff --git a/graphics/py-Pillow/Makefile b/graphics/py-Pillow/Makefile index 2dae9dca0e4..7af75d38d0b 100644 --- a/graphics/py-Pillow/Makefile +++ b/graphics/py-Pillow/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.31 2020/01/03 14:42:18 sthen Exp $ +# $OpenBSD: Makefile,v 1.32 2020/07/03 21:12:55 sthen Exp $ COMMENT= Python Imaging Library (maintained fork of PIL) @@ -6,6 +6,7 @@ MODPY_EGG_VERSION= 6.2.2 DISTNAME= Pillow-${MODPY_EGG_VERSION} PKGNAME= py-${DISTNAME} CATEGORIES= graphics +REVISION= 0 HOMEPAGE= https://python-pillow.org/ diff --git a/graphics/py-cairo/Makefile b/graphics/py-cairo/Makefile index 9010af93c36..3263efa5e0a 100644 --- a/graphics/py-cairo/Makefile +++ b/graphics/py-cairo/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.55 2020/01/25 05:41:38 ajacoutot Exp $ +# $OpenBSD: Makefile,v 1.56 2020/07/03 21:12:55 sthen Exp $ # XXX version 1.19.0 and up do not support python2 anymore @@ -12,6 +12,7 @@ GH_ACCOUNT= pygobject GH_PROJECT= pycairo GH_TAGNAME= v${MODPY_EGG_VERSION} PKGNAME= py-cairo-${MODPY_EGG_VERSION} +REVISION= 0 CATEGORIES= graphics diff --git a/graphics/py-cycler/Makefile b/graphics/py-cycler/Makefile index f12bd651742..e97c42ae37b 100644 --- a/graphics/py-cycler/Makefile +++ b/graphics/py-cycler/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.5 2019/07/12 20:47:08 sthen Exp $ +# $OpenBSD: Makefile,v 1.6 2020/07/03 21:12:55 sthen Exp $ COMMENT = composable style cycles @@ -6,7 +6,7 @@ MODPY_EGG_VERSION = 0.10.0 DISTNAME = cycler-${MODPY_EGG_VERSION} PKGNAME = py-cycler-${MODPY_EGG_VERSION} CATEGORIES = graphics -REVISION = 2 +REVISION = 3 HOMEPAGE = https://github.com/matplotlib/cycler diff --git a/graphics/py-dot/Makefile b/graphics/py-dot/Makefile index 4ea9e7340eb..4345dcc5d54 100644 --- a/graphics/py-dot/Makefile +++ b/graphics/py-dot/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.21 2019/11/10 15:52:42 sthen Exp $ +# $OpenBSD: Makefile,v 1.22 2020/07/03 21:12:55 sthen Exp $ COMMENT= Python interface to Graphviz's Dot#' @@ -6,6 +6,7 @@ MODPY_EGG_VERSION= 1.4.1 DISTNAME= pydot-${MODPY_EGG_VERSION} PKGNAME= ${DISTNAME:S/py/py-/} CATEGORIES= graphics +REVISION= 0 HOMEPAGE= https://github.com/erocarrera/pydot diff --git a/graphics/py-imageio/Makefile b/graphics/py-imageio/Makefile index 98bb03f79fb..051896ab2a5 100644 --- a/graphics/py-imageio/Makefile +++ b/graphics/py-imageio/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.3 2020/06/26 12:59:11 pirofti Exp $ +# $OpenBSD: Makefile,v 1.4 2020/07/03 21:12:55 sthen Exp $ COMMENT = io for scientific data formats @@ -6,7 +6,7 @@ MODPY_EGG_VERSION = 2.6.1 DISTNAME = imageio-${MODPY_EGG_VERSION} PKGNAME = py-${DISTNAME} CATEGORIES = graphics -REVISION = 0 +REVISION = 1 MAINTAINER = Paul Irofti diff --git a/graphics/py-imagesize/Makefile b/graphics/py-imagesize/Makefile index f6823242c7c..d0670b2fe9e 100644 --- a/graphics/py-imagesize/Makefile +++ b/graphics/py-imagesize/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.8 2019/11/26 18:30:46 kmos Exp $ +# $OpenBSD: Makefile,v 1.9 2020/07/03 21:12:55 sthen Exp $ COMMENT = getting image size from png/jpeg/jpeg2000/gif file @@ -6,7 +6,7 @@ MODPY_EGG_VERSION = 1.1.0 DISTNAME = imagesize-${MODPY_EGG_VERSION} PKGNAME = py-${DISTNAME} CATEGORIES = graphics -REVISION = 1 +REVISION = 2 HOMEPAGE = https://github.com/shibukawa/imagesize_py diff --git a/graphics/py-matplotlib/Makefile b/graphics/py-matplotlib/Makefile index d2744acb7bd..a7300f8480a 100644 --- a/graphics/py-matplotlib/Makefile +++ b/graphics/py-matplotlib/Makefile @@ -1,11 +1,11 @@ -# $OpenBSD: Makefile,v 1.81 2020/03/20 16:44:24 naddy Exp $ +# $OpenBSD: Makefile,v 1.82 2020/07/03 21:12:55 sthen Exp $ COMMENT= Python charting and plotting API MODPY_EGG_VERSION = 2.2.4 DISTNAME = matplotlib-${MODPY_EGG_VERSION} PKGNAME = py-${DISTNAME} -REVISION = 1 +REVISION = 2 CATEGORIES = graphics devel math diff --git a/graphics/py-opengl/Makefile b/graphics/py-opengl/Makefile index f9969be6d1e..95271779234 100644 --- a/graphics/py-opengl/Makefile +++ b/graphics/py-opengl/Makefile @@ -1,10 +1,10 @@ -# $OpenBSD: Makefile,v 1.17 2019/07/12 20:47:09 sthen Exp $ +# $OpenBSD: Makefile,v 1.18 2020/07/03 21:12:55 sthen Exp $ COMMENT = Python bindings for OpenGL MODPY_EGG_VERSION = 3.1.3b2 DISTNAME = PyOpenGL-${MODPY_EGG_VERSION} PKGNAME = py-opengl-${MODPY_EGG_VERSION} -REVISION = 0 +REVISION = 1 CATEGORIES = graphics HOMEPAGE = http://pyopengl.sourceforge.net/ diff --git a/graphics/py-pygal/Makefile b/graphics/py-pygal/Makefile index d2bf6dc70e1..bb38269e329 100644 --- a/graphics/py-pygal/Makefile +++ b/graphics/py-pygal/Makefile @@ -1,11 +1,11 @@ -# $OpenBSD: Makefile,v 1.3 2019/07/12 20:47:09 sthen Exp $ +# $OpenBSD: Makefile,v 1.4 2020/07/03 21:12:55 sthen Exp $ COMMENT = python svg graph plotting library MODPY_EGG_VERSION = 2.4.0 DISTNAME = pygal-${MODPY_EGG_VERSION} PKGNAME = py-${DISTNAME} -REVISION = 0 +REVISION = 1 CATEGORIES = graphics diff --git a/graphics/py-qrcode/Makefile b/graphics/py-qrcode/Makefile index 87a92dd918f..16b19e164c9 100644 --- a/graphics/py-qrcode/Makefile +++ b/graphics/py-qrcode/Makefile @@ -1,11 +1,11 @@ -# $OpenBSD: Makefile,v 1.6 2019/11/26 23:57:54 kmos Exp $ +# $OpenBSD: Makefile,v 1.7 2020/07/03 21:12:55 sthen Exp $ COMMENT = QR Code image generator MODPY_EGG_VERSION = 6.1 DISTNAME = qrcode-${MODPY_EGG_VERSION} PKGNAME = py-${DISTNAME} -REVISION = 0 +REVISION = 1 CATEGORIES = graphics textproc diff --git a/graphics/py-sane/Makefile b/graphics/py-sane/Makefile index 3aed1add1a4..d13c3d4c79e 100644 --- a/graphics/py-sane/Makefile +++ b/graphics/py-sane/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.7 2019/07/12 21:02:22 sthen Exp $ +# $OpenBSD: Makefile,v 1.8 2020/07/03 21:12:56 sthen Exp $ COMMENT= Python SANE module @@ -7,7 +7,7 @@ DISTNAME= Sane-${MODPY_EGG_VERSION} DISTFILES= ${DISTNAME}{v${MODPY_EGG_VERSION}}.tar.gz PKGNAME= py-${DISTNAME:L} CATEGORIES= graphics -REVISION= 0 +REVISION= 1 HOMEPAGE= http://python-pillow.github.io/ diff --git a/graphics/py-seaborn/Makefile b/graphics/py-seaborn/Makefile index 734f4882f6f..6fd4a5d4456 100644 --- a/graphics/py-seaborn/Makefile +++ b/graphics/py-seaborn/Makefile @@ -1,10 +1,11 @@ -# $OpenBSD: Makefile,v 1.3 2020/05/14 19:35:30 bket Exp $ +# $OpenBSD: Makefile,v 1.4 2020/07/03 21:12:56 sthen Exp $ COMMENT = statistical data visualization MODPY_EGG_VERSION = 0.10.1 DISTNAME = seaborn-${MODPY_EGG_VERSION} PKGNAME = py-${DISTNAME} +REVISION = 0 CATEGORIES = graphics math diff --git a/graphics/scour/Makefile b/graphics/scour/Makefile index 69ed33cbc7c..cb00e07596f 100644 --- a/graphics/scour/Makefile +++ b/graphics/scour/Makefile @@ -1,8 +1,8 @@ -# $OpenBSD: Makefile,v 1.10 2019/07/12 20:47:10 sthen Exp $ +# $OpenBSD: Makefile,v 1.11 2020/07/03 21:12:56 sthen Exp $ COMMENT = SVG scrubber MODPY_EGG_VERSION = 0.35 -REVISION = 3 +REVISION = 4 CATEGORIES = graphics HOMEPAGE = http://www.codedread.com/scour/ diff --git a/graphics/termtosvg/Makefile b/graphics/termtosvg/Makefile index a09c89cfa50..d116b1e70ff 100644 --- a/graphics/termtosvg/Makefile +++ b/graphics/termtosvg/Makefile @@ -1,10 +1,10 @@ -# $OpenBSD: Makefile,v 1.10 2020/02/10 20:24:24 kmos Exp $ +# $OpenBSD: Makefile,v 1.11 2020/07/03 21:12:56 sthen Exp $ COMMENT = record terminal sessions as SVG animations MODPY_EGG_VERSION = 1.1.0 DISTNAME = termtosvg-${MODPY_EGG_VERSION} -REVISION = 0 +REVISION = 1 CATEGORIES = graphics diff --git a/graphics/xdot/Makefile b/graphics/xdot/Makefile index ce6cefac658..7a0a9016446 100644 --- a/graphics/xdot/Makefile +++ b/graphics/xdot/Makefile @@ -1,9 +1,10 @@ -# $OpenBSD: Makefile,v 1.4 2020/01/18 21:00:26 sthen Exp $ +# $OpenBSD: Makefile,v 1.5 2020/07/03 21:12:56 sthen Exp $ COMMENT = interactive viewer for Graphviz dot graphs MODPY_EGG_VERSION = 1.1 DISTNAME = xdot-${MODPY_EGG_VERSION} +REVISION = 0 CATEGORIES = graphics diff --git a/inputmethods/ibus-anthy/Makefile b/inputmethods/ibus-anthy/Makefile index 5f5e1044fca..5c3f7c4af67 100644 --- a/inputmethods/ibus-anthy/Makefile +++ b/inputmethods/ibus-anthy/Makefile @@ -1,10 +1,11 @@ -# $OpenBSD: Makefile,v 1.26 2020/04/20 10:15:36 ajacoutot Exp $ +# $OpenBSD: Makefile,v 1.27 2020/07/03 21:12:56 sthen Exp $ COMMENT = japanese input engine for ibus GH_ACCOUNT = ibus GH_PROJECT = ibus-anthy GH_TAGNAME = 1.5.11 +REVISION = 0 SHARED_LIBS = anthygobject-1.0 1.1 # 5.511 diff --git a/inputmethods/ibus/Makefile b/inputmethods/ibus/Makefile index 7153f293574..700b45acd06 100644 --- a/inputmethods/ibus/Makefile +++ b/inputmethods/ibus/Makefile @@ -1,10 +1,11 @@ -# $OpenBSD: Makefile,v 1.64 2020/04/20 10:15:16 ajacoutot Exp $ +# $OpenBSD: Makefile,v 1.65 2020/07/03 21:12:56 sthen Exp $ COMMENT = intelligent input bus framework GH_PROJECT = ibus GH_ACCOUNT = ibus GH_TAGNAME = 1.5.22 +REVISION = 0 SHARED_LIBS = ibus-1.0 4.1 # 5.522 diff --git a/lang/cython/Makefile b/lang/cython/Makefile index bf660a65b0b..36f374a8c05 100644 --- a/lang/cython/Makefile +++ b/lang/cython/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.43 2020/06/01 17:01:07 juanfra Exp $ +# $OpenBSD: Makefile,v 1.44 2020/07/03 21:12:56 sthen Exp $ COMMENT = optimising static compiler for Python and Cython @@ -6,6 +6,7 @@ MODPY_EGG_VERSION = 0.29.19 DISTNAME = Cython-${MODPY_EGG_VERSION} PKGNAME = py-cython-${MODPY_EGG_VERSION} CATEGORIES = lang +REVISION = 0 HOMEPAGE = https://cython.org/ diff --git a/lang/flang/libpgmath/Makefile b/lang/flang/libpgmath/Makefile index ea642f8aa73..f8fb2f7da88 100644 --- a/lang/flang/libpgmath/Makefile +++ b/lang/flang/libpgmath/Makefile @@ -1,9 +1,10 @@ -# $OpenBSD: Makefile,v 1.37 2019/11/24 14:37:25 bcallah Exp $ +# $OpenBSD: Makefile,v 1.38 2020/07/03 21:12:56 sthen Exp $ # Sync version with lang/flang/flang always! COMMENT = LLVM Fortran math library DISTNAME = flang-8.0.1.20191107 PKGNAME = ${DISTNAME:S/flang/libpgmath/} +REVISION = 0 SHARED_LIBS += pgmath 4.4 # 8.0 diff --git a/lang/secularize/Makefile b/lang/secularize/Makefile index a2445d77992..fea57457d88 100644 --- a/lang/secularize/Makefile +++ b/lang/secularize/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.4 2019/07/12 20:47:23 sthen Exp $ +# $OpenBSD: Makefile,v 1.5 2020/07/03 21:12:56 sthen Exp $ COMMENT = HolyC transcompiler @@ -6,7 +6,7 @@ MODPY_EGG_VERSION = 0.0.1.post7 DISTNAME = secularize-${MODPY_EGG_VERSION} PKGNAME = ${DISTNAME:S/post//} EPOCH = 0 -REVISION = 0 +REVISION = 1 CATEGORIES = lang diff --git a/mail/kopano/core/Makefile b/mail/kopano/core/Makefile index e3a680b0941..77951c5bc20 100644 --- a/mail/kopano/core/Makefile +++ b/mail/kopano/core/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.57 2020/06/12 15:54:49 cwen Exp $ +# $OpenBSD: Makefile,v 1.58 2020/07/03 21:12:56 sthen Exp $ # undefined ref's to libicon*, libintl* with ld.bfd ONLY_FOR_ARCHS= ${LLD_ARCHS} @@ -10,6 +10,8 @@ COMMENT-mapi= kopano MAPI extensions for PHP PKGNAME-main= kopano-core-${V} PKGNAME-mapi= kopano-mapi-${V} +REVISION= 0 + CATEGORIES= mail www productivity SHARED_LIBS += mapi 3.0 # 0.0 diff --git a/mail/notmuch/py-notmuch/Makefile b/mail/notmuch/py-notmuch/Makefile index 3799555bd39..1179b2a64d4 100644 --- a/mail/notmuch/py-notmuch/Makefile +++ b/mail/notmuch/py-notmuch/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.1.1.1 2020/05/15 08:58:14 sthen Exp $ +# $OpenBSD: Makefile,v 1.2 2020/07/03 21:12:56 sthen Exp $ COMMENT = Python bindings for notmuch @@ -6,6 +6,7 @@ PKGNAME = py-notmuch-${V} MODULES = lang/python MODPY_EGG_VERSION = ${V} +REVISION = 0 FLAVORS = python3 FLAVOR ?= diff --git a/mail/rss2email/Makefile b/mail/rss2email/Makefile index 23f7f8100c3..e1b6283e439 100644 --- a/mail/rss2email/Makefile +++ b/mail/rss2email/Makefile @@ -1,10 +1,11 @@ -# $OpenBSD: Makefile,v 1.5 2019/09/11 00:15:43 sthen Exp $ +# $OpenBSD: Makefile,v 1.6 2020/07/03 21:12:56 sthen Exp $ COMMENT = convert RSS/Atom newsfeeds to email MODPY_EGG_VERSION = 3.10 DISTNAME = rss2email-${MODPY_EGG_VERSION} CATEGORIES = mail www +REVISION = 0 MAINTAINER = Kaashif Hymabaccus diff --git a/math/py-PyWavelets/Makefile b/math/py-PyWavelets/Makefile index f05ea171a96..bc8a8116968 100644 --- a/math/py-PyWavelets/Makefile +++ b/math/py-PyWavelets/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.3 2020/06/30 07:04:17 ajacoutot Exp $ +# $OpenBSD: Makefile,v 1.4 2020/07/03 21:12:56 sthen Exp $ COMMENT = wavelet transform module @@ -6,7 +6,7 @@ MODPY_EGG_VERSION = 1.1.1 DISTNAME = PyWavelets-${MODPY_EGG_VERSION} PKGNAME = py-${DISTNAME} CATEGORIES = math -REVISION = 0 +REVISION = 1 MAINTAINER = Paul Irofti diff --git a/math/py-affine/Makefile b/math/py-affine/Makefile index f3ffba9f6e4..db9b04ebf53 100644 --- a/math/py-affine/Makefile +++ b/math/py-affine/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.6 2020/02/11 12:20:57 martin Exp $ +# $OpenBSD: Makefile,v 1.7 2020/07/03 21:12:56 sthen Exp $ COMMENT = matrices describing affine transformation of the plane @@ -6,6 +6,7 @@ MODPY_EGG_VERSION = 2.3.0 DISTNAME = affine-${MODPY_EGG_VERSION} PKGNAME = py-${DISTNAME} CATEGORIES = math +REVISION = 0 MAINTAINER = Martin Reindl diff --git a/math/py-bottleneck/Makefile b/math/py-bottleneck/Makefile index 8dc19f0f16a..56935fe186f 100644 --- a/math/py-bottleneck/Makefile +++ b/math/py-bottleneck/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.10 2020/02/28 18:58:47 martin Exp $ +# $OpenBSD: Makefile,v 1.11 2020/07/03 21:12:56 sthen Exp $ COMMENT = fast NumPy array functions written in C @@ -6,6 +6,7 @@ MODPY_EGG_VERSION = 1.3.2 DISTNAME = Bottleneck-${MODPY_EGG_VERSION} PKGNAME = py-${DISTNAME:L} CATEGORIES = math +REVISION = 0 MAINTAINER = Martin Reindl diff --git a/math/py-cftime/Makefile b/math/py-cftime/Makefile index b8b9f23d916..1f48ea43d24 100644 --- a/math/py-cftime/Makefile +++ b/math/py-cftime/Makefile @@ -1,10 +1,11 @@ -# $OpenBSD: Makefile,v 1.6 2020/05/16 11:37:14 martin Exp $ +# $OpenBSD: Makefile,v 1.7 2020/07/03 21:12:56 sthen Exp $ COMMENT= time and date handling utility functions from netcdf4-python MODPY_EGG_VERSION= 1.1.3 DISTNAME= cftime-${MODPY_EGG_VERSION} PKGNAME= py-${DISTNAME} +REVISION= 0 CATEGORIES= math diff --git a/math/py-cvxopt/Makefile b/math/py-cvxopt/Makefile index f3feca263d7..42156b89cda 100644 --- a/math/py-cvxopt/Makefile +++ b/math/py-cvxopt/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.2 2020/06/26 12:57:45 pirofti Exp $ +# $OpenBSD: Makefile,v 1.3 2020/07/03 21:12:57 sthen Exp $ COMMENT = convex optimization package @@ -6,7 +6,7 @@ MODPY_EGG_VERSION = 1.2.3 DISTNAME = cvxopt-${MODPY_EGG_VERSION} PKGNAME = py-${DISTNAME} CATEGORIES = math -REVISION = 0 +REVISION = 1 MAINTAINER = Paul Irofti diff --git a/math/py-cvxpy/Makefile b/math/py-cvxpy/Makefile index 7a9c0ea10e1..5eb72742b19 100644 --- a/math/py-cvxpy/Makefile +++ b/math/py-cvxpy/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.3 2020/06/29 22:17:51 sthen Exp $ +# $OpenBSD: Makefile,v 1.4 2020/07/03 21:12:57 sthen Exp $ COMMENT = modeling language for convex optimization problems @@ -6,7 +6,7 @@ MODPY_EGG_VERSION = 1.0.25 DISTNAME = cvxpy-${MODPY_EGG_VERSION} PKGNAME = py-${DISTNAME} CATEGORIES = math -REVISION = 0 +REVISION = 1 MAINTAINER = Paul Irofti diff --git a/math/py-ecos/Makefile b/math/py-ecos/Makefile index ea8191b4c59..99ea03328ac 100644 --- a/math/py-ecos/Makefile +++ b/math/py-ecos/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.2 2020/06/28 21:29:20 sthen Exp $ +# $OpenBSD: Makefile,v 1.3 2020/07/03 21:12:57 sthen Exp $ COMMENT = Python interface to ECOS @@ -7,6 +7,7 @@ DISTNAME = ecos-${MODPY_EGG_VERSION} V = ${MODPY_EGG_VERSION:S/post//} PKGNAME = py-ecos-${V} CATEGORIES = math +REVISION = 0 MAINTAINER = Paul Irofti diff --git a/math/py-graphviz/Makefile b/math/py-graphviz/Makefile index 3fa1ff2bc80..ae39660386e 100644 --- a/math/py-graphviz/Makefile +++ b/math/py-graphviz/Makefile @@ -1,10 +1,11 @@ -# $OpenBSD: Makefile,v 1.12 2020/05/31 09:30:05 jasper Exp $ +# $OpenBSD: Makefile,v 1.13 2020/07/03 21:12:57 sthen Exp $ COMMENT = simple Python interface for Graphviz MODPY_EGG_VERSION = 0.14 DISTNAME = graphviz-${MODPY_EGG_VERSION} PKGNAME = py-${DISTNAME} +REVISION = 0 CATEGORIES = math diff --git a/math/py-h5py/Makefile b/math/py-h5py/Makefile index fd4233be08e..522c1d16070 100644 --- a/math/py-h5py/Makefile +++ b/math/py-h5py/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.2 2020/03/09 18:39:09 martin Exp $ +# $OpenBSD: Makefile,v 1.3 2020/07/03 21:12:57 sthen Exp $ COMMENT = pythonic interface to the HDF5 binary data format @@ -6,7 +6,7 @@ MODPY_EGG_VERSION = 2.10.0 DISTNAME = h5py-${MODPY_EGG_VERSION} PKGNAME = py-${DISTNAME} CATEGORIES = math -REVISION = 0 +REVISION = 1 HOMEPAGE = https://www.h5py.org/ MAINTAINER = Martin Reindl diff --git a/math/py-mpmath/Makefile b/math/py-mpmath/Makefile index f4f23acab75..8f5258ca76d 100644 --- a/math/py-mpmath/Makefile +++ b/math/py-mpmath/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.6 2019/09/22 15:29:26 kmos Exp $ +# $OpenBSD: Makefile,v 1.7 2020/07/03 21:12:57 sthen Exp $ COMMENT = library for arbitrary-precision floating-point arithmetic @@ -6,6 +6,7 @@ MODPY_EGG_VERSION = 1.1.0 DISTNAME = mpmath-${MODPY_EGG_VERSION} PKGNAME = py-${DISTNAME} CATEGORIES = math +REVISION = 0 HOMEPAGE = http://mpmath.org/ diff --git a/math/py-netcdf4/Makefile b/math/py-netcdf4/Makefile index 56777ae36c5..1c232935eeb 100644 --- a/math/py-netcdf4/Makefile +++ b/math/py-netcdf4/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.1.1.1 2020/02/09 18:45:25 martin Exp $ +# $OpenBSD: Makefile,v 1.2 2020/07/03 21:12:57 sthen Exp $ COMMENT= Python interface to the netCDF C library @@ -6,6 +6,7 @@ MODPY_EGG_VERSION= 1.5.3 DISTNAME= netCDF4-${MODPY_EGG_VERSION} PKGNAME= py-${DISTNAME:L} CATEGORIES= math +REVISION= 0 HOMEPAGE= http://unidata.github.io/netcdf4-python/ diff --git a/math/py-networkx/Makefile b/math/py-networkx/Makefile index ba8d68ad4a1..15bc87f9ee2 100644 --- a/math/py-networkx/Makefile +++ b/math/py-networkx/Makefile @@ -1,11 +1,11 @@ -# $OpenBSD: Makefile,v 1.2 2020/06/14 10:13:55 ajacoutot Exp $ +# $OpenBSD: Makefile,v 1.3 2020/07/03 21:12:57 sthen Exp $ COMMENT = module for creating and manipulating graphs and networks MODPY_EGG_VERSION = 2.3 DISTNAME = networkx-${MODPY_EGG_VERSION} PKGNAME = py-${DISTNAME} -REVISION = 0 +REVISION = 1 CATEGORIES = math diff --git a/math/py-numexpr/Makefile b/math/py-numexpr/Makefile index 864afc31e85..6e6d53e33b0 100644 --- a/math/py-numexpr/Makefile +++ b/math/py-numexpr/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.11 2019/11/26 16:11:34 kmos Exp $ +# $OpenBSD: Makefile,v 1.12 2020/07/03 21:12:57 sthen Exp $ COMMENT = fast numerical expression evaluator for NumPy @@ -6,7 +6,7 @@ MODPY_EGG_VERSION = 2.6.4 DISTNAME = numexpr-${MODPY_EGG_VERSION} PKGNAME = py-${DISTNAME} CATEGORIES = math -REVISION = 2 +REVISION = 3 # MIT PERMIT_PACKAGE = Yes diff --git a/math/py-numpy/Makefile b/math/py-numpy/Makefile index 433f6330059..480522f06fe 100644 --- a/math/py-numpy/Makefile +++ b/math/py-numpy/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.58 2020/04/02 07:39:09 pirofti Exp $ +# $OpenBSD: Makefile,v 1.59 2020/07/03 21:12:57 sthen Exp $ COMMENT= fast array and numeric programming library for Python @@ -6,6 +6,7 @@ MODPY_EGG_VERSION= 1.16.5 DISTNAME= numpy-${MODPY_EGG_VERSION} PKGNAME= py-${DISTNAME} EXTRACT_SUFX= .zip +REVISION= 0 CATEGORIES= math devel diff --git a/math/py-osqp/Makefile b/math/py-osqp/Makefile index 9a0550f4b51..7dd94e33875 100644 --- a/math/py-osqp/Makefile +++ b/math/py-osqp/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.2 2020/06/29 22:17:50 sthen Exp $ +# $OpenBSD: Makefile,v 1.3 2020/07/03 21:12:57 sthen Exp $ COMMENT = Python interface to OSQP @@ -6,6 +6,7 @@ MODPY_EGG_VERSION = 0.6.1 DISTNAME = osqp-${MODPY_EGG_VERSION} PKGNAME = py-${DISTNAME} CATEGORIES = math +REVISION = 0 MAINTAINER = Paul Irofti diff --git a/math/py-pandas/Makefile b/math/py-pandas/Makefile index 932ddb83986..45beed07b13 100644 --- a/math/py-pandas/Makefile +++ b/math/py-pandas/Makefile @@ -1,10 +1,11 @@ -# $OpenBSD: Makefile,v 1.12 2020/03/22 16:36:29 bket Exp $ +# $OpenBSD: Makefile,v 1.13 2020/07/03 21:12:57 sthen Exp $ COMMENT = data analysis and manipulation library MODPY_EGG_VERSION = 1.0.3 DISTNAME = pandas-${MODPY_EGG_VERSION} PKGNAME = py-${DISTNAME} +REVISION = 0 CATEGORIES = math diff --git a/math/py-patsy/Makefile b/math/py-patsy/Makefile index 76831cdf6e1..ab5902e4238 100644 --- a/math/py-patsy/Makefile +++ b/math/py-patsy/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.6 2019/11/08 18:05:58 kmos Exp $ +# $OpenBSD: Makefile,v 1.7 2020/07/03 21:12:57 sthen Exp $ COMMENT = Python package for describing statistical models @@ -6,7 +6,7 @@ MODPY_EGG_VERSION = 0.4.1 DISTNAME = patsy-${MODPY_EGG_VERSION} PKGNAME = py-${DISTNAME} CATEGORIES = math -REVISION = 1 +REVISION = 2 # BSD PERMIT_PACKAGE = Yes diff --git a/math/py-pysmt/Makefile b/math/py-pysmt/Makefile index 7683cff69b6..db021163d7a 100644 --- a/math/py-pysmt/Makefile +++ b/math/py-pysmt/Makefile @@ -1,10 +1,11 @@ -# $OpenBSD: Makefile,v 1.2 2019/07/12 20:47:46 sthen Exp $ +# $OpenBSD: Makefile,v 1.3 2020/07/03 21:12:57 sthen Exp $ COMMENT = library for SMT formulae manipulation and solving MODPY_EGG_VERSION = 0.8.0 DISTNAME = PySMT-${MODPY_EGG_VERSION} PKGNAME = py-${DISTNAME} +REVISION = 0 CATEGORIES = math diff --git a/math/py-scikit-image/Makefile b/math/py-scikit-image/Makefile index ce579020e1a..de9ff67d2a2 100644 --- a/math/py-scikit-image/Makefile +++ b/math/py-scikit-image/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.3 2020/06/26 12:57:45 pirofti Exp $ +# $OpenBSD: Makefile,v 1.4 2020/07/03 21:12:57 sthen Exp $ COMMENT = image processing routines for SciPy @@ -6,7 +6,7 @@ MODPY_EGG_VERSION = 0.16.2 DISTNAME = scikit-image-${MODPY_EGG_VERSION} PKGNAME = py-${DISTNAME} CATEGORIES = math -REVISION = 0 +REVISION = 1 MAINTAINER = Paul Irofti diff --git a/math/py-scikit-learn/Makefile b/math/py-scikit-learn/Makefile index 51867fd919e..2e8eaf55e6b 100644 --- a/math/py-scikit-learn/Makefile +++ b/math/py-scikit-learn/Makefile @@ -1,11 +1,11 @@ -# $OpenBSD: Makefile,v 1.6 2020/07/01 10:07:33 sthen Exp $ +# $OpenBSD: Makefile,v 1.7 2020/07/03 21:12:57 sthen Exp $ COMMENT = set of python modules for machine learning and data mining MODPY_EGG_VERSION = 0.20.3 DISTNAME = scikit-learn-${MODPY_EGG_VERSION} PKGNAME = py-${DISTNAME} -REVISION = 2 +REVISION = 3 CATEGORIES = math diff --git a/math/py-scipy/Makefile b/math/py-scipy/Makefile index 7f21fd67c57..dba46f0bde4 100644 --- a/math/py-scipy/Makefile +++ b/math/py-scipy/Makefile @@ -1,11 +1,11 @@ -# $OpenBSD: Makefile,v 1.45 2020/04/03 15:12:07 jca Exp $ +# $OpenBSD: Makefile,v 1.46 2020/07/03 21:12:57 sthen Exp $ COMMENT= maths, science and engineering modules for Python MODPY_EGG_VERSION= 1.2.3 DISTNAME= scipy-${MODPY_EGG_VERSION} PKGNAME= py-${DISTNAME} -REVISION= 1 +REVISION= 2 # XXX gcc 8 issue: # ld: error: dfft_subr_6.f:(.debug_loc+0x2A7D): has non-ABS relocation R_386_GOTOFF against symbol 'ntryh.3712' diff --git a/math/py-scs/Makefile b/math/py-scs/Makefile index 12f6f94f3a7..d93ed40c15e 100644 --- a/math/py-scs/Makefile +++ b/math/py-scs/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.2 2020/06/29 22:17:50 sthen Exp $ +# $OpenBSD: Makefile,v 1.3 2020/07/03 21:12:58 sthen Exp $ COMMENT = Python interface to SCS @@ -7,6 +7,7 @@ DISTNAME = scs-${MODPY_EGG_VERSION} V = ${MODPY_EGG_VERSION:S/-/./} PKGNAME = py-scs-${V} CATEGORIES = math +REVISION = 0 MAINTAINER = Paul Irofti diff --git a/math/py-snuggs/Makefile b/math/py-snuggs/Makefile index cfa729ab98f..b17dd17617a 100644 --- a/math/py-snuggs/Makefile +++ b/math/py-snuggs/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.5 2020/01/06 08:52:42 martin Exp $ +# $OpenBSD: Makefile,v 1.6 2020/07/03 21:12:58 sthen Exp $ COMMENT = snuggs are s-expressions for numpy @@ -6,6 +6,7 @@ MODPY_EGG_VERSION = 1.4.7 DISTNAME = snuggs-${MODPY_EGG_VERSION} PKGNAME = py-${DISTNAME} CATEGORIES = math +REVISION = 0 MAINTAINER = Martin Reindl diff --git a/math/py-sympy/Makefile b/math/py-sympy/Makefile index f68b3f3f90b..92917ce76fd 100644 --- a/math/py-sympy/Makefile +++ b/math/py-sympy/Makefile @@ -1,9 +1,9 @@ -# $OpenBSD: Makefile,v 1.18 2020/03/10 03:31:45 daniel Exp $ +# $OpenBSD: Makefile,v 1.19 2020/07/03 21:12:58 sthen Exp $ COMMENT = computer algebra system (CAS) in Python MODPY_EGG_VERSION = 1.5.1 -REVISION = 1 +REVISION = 2 DISTNAME = sympy-${MODPY_EGG_VERSION} PKGNAME = py-${DISTNAME} diff --git a/math/py-tables/Makefile b/math/py-tables/Makefile index f7f8a8ea16f..0915dc56aa6 100644 --- a/math/py-tables/Makefile +++ b/math/py-tables/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.2 2020/01/23 21:21:08 martin Exp $ +# $OpenBSD: Makefile,v 1.3 2020/07/03 21:12:58 sthen Exp $ COMMENT= Python package to manage extremely large amounts of data @@ -6,7 +6,7 @@ MODPY_EGG_VERSION= 3.6.1 DISTNAME= tables-${MODPY_EGG_VERSION} PKGNAME= py-${DISTNAME} CATEGORIES= math -REVISION= 0 +REVISION= 1 HOMEPAGE= https://www.pytables.org/ MAINTAINER= Martin Reindl diff --git a/math/z3/Makefile b/math/z3/Makefile index 6fcb70e4f1d..e77846d78de 100644 --- a/math/z3/Makefile +++ b/math/z3/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.20 2020/06/28 12:19:35 jasper Exp $ +# $OpenBSD: Makefile,v 1.21 2020/07/03 21:12:58 sthen Exp $ COMMENT = Z3 theorem prover @@ -10,6 +10,7 @@ GH_TAGNAME = ${GH_PROJECT}-${VERSION} DISTNAME = ${GH_TAGNAME} PKGNAME = ${DISTNAME:L} +REVISION = 0 SHARED_LIBS = z3 2.1 # 4.8 diff --git a/meta/python3/Makefile b/meta/python3/Makefile index b5a1de0ce2f..3859ea54b9a 100644 --- a/meta/python3/Makefile +++ b/meta/python3/Makefile @@ -1,8 +1,9 @@ -# $OpenBSD: Makefile,v 1.1 2020/01/07 20:01:20 sthen Exp $ +# $OpenBSD: Makefile,v 1.2 2020/07/03 21:12:58 sthen Exp $ COMMENT = meta-package to install the current version of python 3 PKGNAME = python3-${MODPY_DEFAULT_VERSION_3} +REVISION = 0 MODULES = lang/python MODPY_VERSION = ${MODPY_DEFAULT_VERSION_3} diff --git a/misc/freeopcua/opcua-client-gui/Makefile b/misc/freeopcua/opcua-client-gui/Makefile index fb93135e9be..b2ca83067db 100644 --- a/misc/freeopcua/opcua-client-gui/Makefile +++ b/misc/freeopcua/opcua-client-gui/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.1.1.1 2020/06/16 20:30:05 bluhm Exp $ +# $OpenBSD: Makefile,v 1.2 2020/07/03 21:12:58 sthen Exp $ COMMENT = minimal OPC UA client GUI @@ -6,6 +6,7 @@ MODPY_EGG_VERSION = 0.8.0 DISTNAME = opcua-client-${MODPY_EGG_VERSION} PKGNAME = opcua-client-gui-${MODPY_EGG_VERSION} +REVISION = 0 CATEGORIES = misc diff --git a/misc/freeopcua/py-opcua-widgets/Makefile b/misc/freeopcua/py-opcua-widgets/Makefile index 48aebbc976f..7a34394617d 100644 --- a/misc/freeopcua/py-opcua-widgets/Makefile +++ b/misc/freeopcua/py-opcua-widgets/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.2 2020/06/19 16:17:12 bluhm Exp $ +# $OpenBSD: Makefile,v 1.3 2020/07/03 21:12:58 sthen Exp $ COMMENT = widgets for OPC UA @@ -6,6 +6,7 @@ MODPY_EGG_VERSION = 0.5.9 DISTNAME = opcua-widgets-${MODPY_EGG_VERSION} PKGNAME = py-${DISTNAME} +REVISION = 0 CATEGORIES = misc diff --git a/misc/freeopcua/py-opcua/Makefile b/misc/freeopcua/py-opcua/Makefile index 3fde1fa068f..b205beb9df2 100644 --- a/misc/freeopcua/py-opcua/Makefile +++ b/misc/freeopcua/py-opcua/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.2 2020/06/19 16:14:57 bluhm Exp $ +# $OpenBSD: Makefile,v 1.3 2020/07/03 21:12:58 sthen Exp $ COMMENT = pure Python OPC UA client and server library @@ -6,6 +6,7 @@ MODPY_EGG_VERSION = 0.98.11 DISTNAME = opcua-${MODPY_EGG_VERSION} PKGNAME = py-${DISTNAME} +REVISION = 0 CATEGORIES = misc diff --git a/misc/gramps/Makefile b/misc/gramps/Makefile index 06500587f9b..27289d4c2e0 100644 --- a/misc/gramps/Makefile +++ b/misc/gramps/Makefile @@ -1,9 +1,10 @@ -# $OpenBSD: Makefile,v 1.52 2019/12/13 06:50:55 bentley Exp $ +# $OpenBSD: Makefile,v 1.53 2020/07/03 21:12:58 sthen Exp $ COMMENT= Genealogical Research Analysis Management Programming System MODPY_EGG_VERSION = 5.1.1 DISTNAME= gramps-${MODPY_EGG_VERSION} +REVISION= 0 CATEGORIES= misc x11 diff --git a/misc/ietf-cli/Makefile b/misc/ietf-cli/Makefile index ff005c1975f..95ae86d278e 100644 --- a/misc/ietf-cli/Makefile +++ b/misc/ietf-cli/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.4 2020/03/14 15:59:46 kn Exp $ +# $OpenBSD: Makefile,v 1.5 2020/07/03 21:12:58 sthen Exp $ COMMENT= command-line tools to work with RFCs and Internet Drafts @@ -6,6 +6,7 @@ GH_ACCOUNT= paulehoffman GH_PROJECT= ietf-cli GH_TAGNAME= 4b2b52dc333b6b59403b102349572f8af1b20a52 DISTNAME= ${GH_PROJECT}-1.16 +REVISION= 0 CATEGORIES= misc net books diff --git a/misc/py-memcached/Makefile b/misc/py-memcached/Makefile index 46302433270..269fc0251f2 100644 --- a/misc/py-memcached/Makefile +++ b/misc/py-memcached/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.20 2019/07/12 20:47:53 sthen Exp $ +# $OpenBSD: Makefile,v 1.21 2020/07/03 21:12:58 sthen Exp $ COMMENT = Python interface to memcached @@ -6,7 +6,7 @@ MODPY_EGG_VERSION = 1.54 DISTNAME = python-memcached-${MODPY_EGG_VERSION} PKGNAME = ${DISTNAME:S/python-/py-/} CATEGORIES = misc -REVISION = 3 +REVISION = 4 HOMEPAGE = http://www.tummy.com/Community/software/python-memcached/ diff --git a/misc/redshift/Makefile b/misc/redshift/Makefile index 0003705527f..9139cdfa94a 100644 --- a/misc/redshift/Makefile +++ b/misc/redshift/Makefile @@ -1,10 +1,10 @@ -# $OpenBSD: Makefile,v 1.35 2019/07/12 20:47:53 sthen Exp $ +# $OpenBSD: Makefile,v 1.36 2020/07/03 21:12:58 sthen Exp $ COMMENT= automatic color temperature adjustment V= 1.12 DISTNAME= redshift-$V -REVISION= 2 +REVISION= 3 CATEGORIES= misc graphics diff --git a/multimedia/devede/Makefile b/multimedia/devede/Makefile index 452a8e1cb17..628e46007dd 100644 --- a/multimedia/devede/Makefile +++ b/multimedia/devede/Makefile @@ -1,10 +1,10 @@ -# $OpenBSD: Makefile,v 1.49 2019/07/12 20:47:55 sthen Exp $ +# $OpenBSD: Makefile,v 1.50 2020/07/03 21:12:58 sthen Exp $ COMMENT= video DVDs and CDs creation tool MODPY_EGG_VERSION= ${GH_TAGNAME} DISTNAME= devede-${MODPY_EGG_VERSION} -REVISION= 1 +REVISION= 2 GH_TAGNAME= 4.8.9 GH_ACCOUNT= rastersoft diff --git a/multimedia/gstreamer1/py-gstreamer/Makefile b/multimedia/gstreamer1/py-gstreamer/Makefile index 088a41f77d2..b1058a375de 100644 --- a/multimedia/gstreamer1/py-gstreamer/Makefile +++ b/multimedia/gstreamer1/py-gstreamer/Makefile @@ -1,9 +1,10 @@ -# $OpenBSD: Makefile,v 1.15 2019/12/08 10:16:18 ajacoutot Exp $ +# $OpenBSD: Makefile,v 1.16 2020/07/03 21:12:58 sthen Exp $ COMMENT= overrides for the gobject-introspection-based pygst bindings DISTNAME= gst-python-${V} PKGNAME= py-gstreamer1-${V} +REVISION= 0 HOMEPAGE= http://gstreamer.freedesktop.org/modules/gst-python.html diff --git a/multimedia/py-caption/Makefile b/multimedia/py-caption/Makefile index 102f7616e38..cec6ff4f7ff 100644 --- a/multimedia/py-caption/Makefile +++ b/multimedia/py-caption/Makefile @@ -1,11 +1,11 @@ -# $OpenBSD: Makefile,v 1.4 2019/11/15 23:00:54 kmos Exp $ +# $OpenBSD: Makefile,v 1.5 2020/07/03 21:12:58 sthen Exp $ COMMENT= closed caption converter MODPY_EGG_VERSION= 1.0.1 DISTNAME= pycaption-${MODPY_EGG_VERSION} PKGNAME= py-caption-${MODPY_EGG_VERSION} -REVISION= 0 +REVISION= 1 CATEGORIES= multimedia diff --git a/multimedia/py-casttube/Makefile b/multimedia/py-casttube/Makefile index 0e2da964007..79aa3fa38e2 100644 --- a/multimedia/py-casttube/Makefile +++ b/multimedia/py-casttube/Makefile @@ -1,10 +1,11 @@ -# $OpenBSD: Makefile,v 1.4 2020/04/09 19:10:39 ajacoutot Exp $ +# $OpenBSD: Makefile,v 1.5 2020/07/03 21:12:58 sthen Exp $ COMMENT= interact with Youtube Chromecast api MODPY_EGG_VERSION= 0.2.1 DISTNAME= casttube-${MODPY_EGG_VERSION} PKGNAME= py-${DISTNAME} +REVISION= 0 CATEGORIES= multimedia net diff --git a/multimedia/py-chromecast/Makefile b/multimedia/py-chromecast/Makefile index b626a5ba73e..77acafa9a84 100644 --- a/multimedia/py-chromecast/Makefile +++ b/multimedia/py-chromecast/Makefile @@ -1,10 +1,11 @@ -# $OpenBSD: Makefile,v 1.24 2020/07/02 08:21:17 ajacoutot Exp $ +# $OpenBSD: Makefile,v 1.25 2020/07/03 21:12:58 sthen Exp $ COMMENT= Python module to talk to Google Chromecast MODPY_EGG_VERSION= 7.0.1 DISTNAME= PyChromecast-${MODPY_EGG_VERSION} PKGNAME= py-chromecast-${MODPY_EGG_VERSION} +REVISION= 0 CATEGORIES= multimedia diff --git a/multimedia/py-pafy/Makefile b/multimedia/py-pafy/Makefile index 41ad1a7f7fd..c103cf6b4d7 100644 --- a/multimedia/py-pafy/Makefile +++ b/multimedia/py-pafy/Makefile @@ -1,11 +1,11 @@ -# $OpenBSD: Makefile,v 1.10 2019/07/12 20:47:57 sthen Exp $ +# $OpenBSD: Makefile,v 1.11 2020/07/03 21:12:59 sthen Exp $ MODPY_EGG_VERSION = 0.5.4 COMMENT = download YouTube content and retrieve metadata DISTNAME = pafy-${MODPY_EGG_VERSION} PKGNAME = py-pafy-${MODPY_EGG_VERSION} CATEGORIES = multimedia -REVISION = 0 +REVISION = 1 # LGPLv3+ PERMIT_PACKAGE = Yes diff --git a/multimedia/streamlink/Makefile b/multimedia/streamlink/Makefile index a5c18653f03..cdc05d69a20 100644 --- a/multimedia/streamlink/Makefile +++ b/multimedia/streamlink/Makefile @@ -1,9 +1,10 @@ -# $OpenBSD: Makefile,v 1.24 2020/05/20 14:18:55 bcallah Exp $ +# $OpenBSD: Makefile,v 1.25 2020/07/03 21:12:59 sthen Exp $ MODPY_EGG_VERSION = 1.4.1 COMMENT = pipe video streams into a video player DISTNAME = streamlink-${MODPY_EGG_VERSION} CATEGORIES = multimedia net +REVISION = 0 HOMEPAGE = https://streamlink.github.io/ MAINTAINER = Brian Callahan diff --git a/net/aggregate6/Makefile b/net/aggregate6/Makefile index b8f7897bd20..7ca0086cbb8 100644 --- a/net/aggregate6/Makefile +++ b/net/aggregate6/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.6 2019/07/12 20:47:59 sthen Exp $ +# $OpenBSD: Makefile,v 1.7 2020/07/03 21:12:59 sthen Exp $ COMMENT= optimise a list of IPv4/IPv6 prefixes @@ -6,7 +6,7 @@ MODPY_EGG_VERSION= 1.0.12 DISTNAME= aggregate6-${MODPY_EGG_VERSION} CATEGORIES= net -REVISION= 0 +REVISION= 1 HOMEPAGE= https://github.com/job/aggregate6/ diff --git a/net/arouteserver/Makefile b/net/arouteserver/Makefile index 65e78987657..c729061f99d 100644 --- a/net/arouteserver/Makefile +++ b/net/arouteserver/Makefile @@ -1,9 +1,10 @@ -# $OpenBSD: Makefile,v 1.7 2020/06/08 14:11:07 sthen Exp $ +# $OpenBSD: Makefile,v 1.8 2020/07/03 21:12:59 sthen Exp $ COMMENT = tool to automatically build BGP route server configurations MODPY_EGG_VERSION = 0.26.0 DISTNAME = arouteserver-${MODPY_EGG_VERSION} +REVISION = 0 CATEGORIES = net diff --git a/net/avahi/Makefile b/net/avahi/Makefile index 7cedf56ee23..35b630ab8ee 100755 --- a/net/avahi/Makefile +++ b/net/avahi/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.137 2020/02/22 08:57:02 ajacoutot Exp $ +# $OpenBSD: Makefile,v 1.138 2020/07/03 21:12:59 sthen Exp $ COMMENT-main= framework for Multicast DNS Service Discovery COMMENT-gtk3= gtk+3 avahi-ui libraries @@ -11,6 +11,8 @@ GH_ACCOUNT= lathiat GH_PROJECT= avahi GH_TAGNAME= v${V} +REVISION-python= 0 + PKGNAME-main= avahi-${V} PKGNAME-gtk3= avahi-gtk3-${V} PKGNAME-gui= avahi-gui-${V} diff --git a/net/blaeu/Makefile b/net/blaeu/Makefile index 8ae15ade20e..3da72ea8ec3 100644 --- a/net/blaeu/Makefile +++ b/net/blaeu/Makefile @@ -1,10 +1,11 @@ -# $OpenBSD: Makefile,v 1.7 2020/06/06 20:14:00 denis Exp $ +# $OpenBSD: Makefile,v 1.8 2020/07/03 21:12:59 sthen Exp $ COMMENT = create measurements on RIPE Atlas probes. MODPY_EGG_VERSION = 1.1.6 DISTNAME = blaeu-${MODPY_EGG_VERSION} CATEGORIES = net +REVISION = 0 MAINTAINER = Denis Fondras diff --git a/net/deluge/Makefile b/net/deluge/Makefile index 78d0a259613..c1d742f6e56 100644 --- a/net/deluge/Makefile +++ b/net/deluge/Makefile @@ -1,10 +1,10 @@ -# $OpenBSD: Makefile,v 1.9 2020/04/26 00:58:39 kn Exp $ +# $OpenBSD: Makefile,v 1.10 2020/07/03 21:12:59 sthen Exp $ COMMENT = bittorrent client DISTNAME = deluge-${MODPY_EGG_VERSION} MODPY_EGG_VERSION = 2.0.3 -REVISION = 0 +REVISION = 1 CATEGORIES = net diff --git a/net/dico/Makefile b/net/dico/Makefile index 6668fb2a75e..ec97f3f8cc8 100644 --- a/net/dico/Makefile +++ b/net/dico/Makefile @@ -1,10 +1,10 @@ -# $OpenBSD: Makefile,v 1.6 2019/07/12 20:48:25 sthen Exp $ +# $OpenBSD: Makefile,v 1.7 2020/07/03 21:12:59 sthen Exp $ COMMENT = GNU dictionary server V = 2.9 DISTNAME = dico-$V -REVISION = 1 +REVISION = 2 SHARED_LIBS += dico 0.0 # 2.0 diff --git a/net/exabgp/Makefile b/net/exabgp/Makefile index 98836a1ccec..5c443c91961 100644 --- a/net/exabgp/Makefile +++ b/net/exabgp/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.15 2020/06/10 21:42:56 sthen Exp $ +# $OpenBSD: Makefile,v 1.16 2020/07/03 21:12:59 sthen Exp $ COMMENT= BGP route injector (supporting flow routes, etc) @@ -6,6 +6,7 @@ MODPY_EGG_VERSION= 4.2.7 GH_ACCOUNT= exa-networks GH_PROJECT= exabgp GH_TAGNAME= ${MODPY_EGG_VERSION} +REVISION= 0 CATEGORIES= net diff --git a/net/gajim/Makefile b/net/gajim/Makefile index 39159714bd8..c2cba6104c1 100644 --- a/net/gajim/Makefile +++ b/net/gajim/Makefile @@ -1,9 +1,10 @@ -# $OpenBSD: Makefile,v 1.88 2019/06/16 16:57:34 feinerer Exp $ +# $OpenBSD: Makefile,v 1.89 2020/07/03 21:12:59 sthen Exp $ COMMENT= jabber client written in pygtk MODPY_EGG_VERSION= 1.1.3 DISTNAME= gajim-${MODPY_EGG_VERSION} CATEGORIES= net x11 +REVISION= 0 HOMEPAGE= https://www.gajim.org diff --git a/net/gpodder/Makefile b/net/gpodder/Makefile index 3012785b031..ef3b86507df 100644 --- a/net/gpodder/Makefile +++ b/net/gpodder/Makefile @@ -1,8 +1,9 @@ -# $OpenBSD: Makefile,v 1.23 2020/02/11 15:44:08 benoit Exp $ +# $OpenBSD: Makefile,v 1.24 2020/07/03 21:12:59 sthen Exp $ COMMENT= media aggregator and podcast client MODPY_EGG_VERSION= 3.10.13 +REVISION= 0 GH_ACCOUNT= gpodder GH_PROJECT= gpodder diff --git a/net/gupnp/core/Makefile b/net/gupnp/core/Makefile index 7fdd7c91bea..c969ea8c831 100644 --- a/net/gupnp/core/Makefile +++ b/net/gupnp/core/Makefile @@ -1,9 +1,10 @@ -# $OpenBSD: Makefile,v 1.53 2020/06/23 07:34:17 jasper Exp $ +# $OpenBSD: Makefile,v 1.54 2020/07/03 21:12:59 sthen Exp $ COMMENT= framework for creating UPnP devices and control points GNOME_PROJECT= gupnp GNOME_VERSION= 1.2.3 +REVISION= 0 SHARED_LIBS += gupnp-1.2 0.0 diff --git a/net/hexchat/Makefile b/net/hexchat/Makefile index f9217af7e07..8167b7b5c29 100644 --- a/net/hexchat/Makefile +++ b/net/hexchat/Makefile @@ -1,9 +1,10 @@ -# $OpenBSD: Makefile,v 1.28 2020/01/12 06:59:31 bket Exp $ +# $OpenBSD: Makefile,v 1.29 2020/07/03 21:12:59 sthen Exp $ COMMENT = GTK+2 IRC Client DISTNAME = hexchat-2.14.3 EXTRACT_SUFX = .tar.xz CATEGORIES = net x11 +REVISION = 0 HOMEPAGE = https://hexchat.github.io/ # GPLv2+ diff --git a/net/libproxy/Makefile b/net/libproxy/Makefile index 8c8c8d5556c..c7bca4809e9 100644 --- a/net/libproxy/Makefile +++ b/net/libproxy/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.64 2019/07/12 20:48:30 sthen Exp $ +# $OpenBSD: Makefile,v 1.65 2020/07/03 21:12:59 sthen Exp $ COMMENT-main= library handling all the details of proxy configuration COMMENT-webkit= pacrunner libproxy plugin for webkit-based browsers @@ -10,7 +10,7 @@ SUBST_VARS= GH_TAGNAME PKGNAME-main= ${DISTNAME} PKGNAME-webkit= ${GH_PROJECT}-webkit-${GH_TAGNAME} -REVISION-main= 4 +REVISION-main= 5 REVISION-webkit= 3 CATEGORIES= net diff --git a/net/librenms/Makefile b/net/librenms/Makefile index 3a9cb1803c9..d7b3121cb22 100644 --- a/net/librenms/Makefile +++ b/net/librenms/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.108 2020/06/18 09:54:14 sthen Exp $ +# $OpenBSD: Makefile,v 1.109 2020/07/03 21:12:59 sthen Exp $ COMMENT = auto-discovering network management/monitoring system @@ -7,7 +7,7 @@ GH_PROJECT = librenms GH_TAGNAME = 1.64.1 DISTFILES = librenms-${GH_TAGNAME}.tar.gz librenms-vendor-${GH_TAGNAME}.tar.xz:0 EPOCH = 0 -REVISION = 0 +REVISION = 1 CATEGORIES = net www diff --git a/net/libtorrent-rasterbar/Makefile b/net/libtorrent-rasterbar/Makefile index a5e00b6a009..11fc719f966 100644 --- a/net/libtorrent-rasterbar/Makefile +++ b/net/libtorrent-rasterbar/Makefile @@ -1,9 +1,10 @@ -# $OpenBSD: Makefile,v 1.9 2020/02/06 20:00:16 rsadowski Exp $ +# $OpenBSD: Makefile,v 1.10 2020/07/03 21:12:59 sthen Exp $ COMMENT = C++ library implementing a BitTorrent client MODPY_EGG_VERSION = 1.2.3 DISTNAME = libtorrent-rasterbar-${MODPY_EGG_VERSION} +REVISION = 0 SHARED_LIBS += torrent-rasterbar 2.0 # 10.0.0 diff --git a/net/mygpoclient/Makefile b/net/mygpoclient/Makefile index 07b3f4d472d..9e366c1cda4 100644 --- a/net/mygpoclient/Makefile +++ b/net/mygpoclient/Makefile @@ -1,11 +1,11 @@ -# $OpenBSD: Makefile,v 1.6 2019/07/12 20:48:33 sthen Exp $ +# $OpenBSD: Makefile,v 1.7 2020/07/03 21:13:00 sthen Exp $ COMMENT= gpodder.net client library MODPY_EGG_VERSION= 1.8 DISTNAME= mygpoclient-${MODPY_EGG_VERSION} CATEGORIES= net devel -REVISION= 0 +REVISION= 1 MAINTAINER= Tim Meunier diff --git a/net/nagios/check_esxi_hardware/Makefile b/net/nagios/check_esxi_hardware/Makefile index a9737f0d55c..13a371854ed 100644 --- a/net/nagios/check_esxi_hardware/Makefile +++ b/net/nagios/check_esxi_hardware/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.13 2020/06/13 16:12:13 sthen Exp $ +# $OpenBSD: Makefile,v 1.14 2020/07/03 21:13:00 sthen Exp $ PKG_ARCH = * @@ -7,6 +7,7 @@ COMMENT = monitoring plugin to check the status of ESX/i hardware GH_ACCOUNT = Napsty GH_PROJECT = check_esxi_hardware GH_TAGNAME = 20200605 +REVISION = 0 CATEGORIES = net diff --git a/net/napalm/py-napalm/Makefile b/net/napalm/py-napalm/Makefile index 16aa76e31f1..999a3569cf3 100644 --- a/net/napalm/py-napalm/Makefile +++ b/net/napalm/py-napalm/Makefile @@ -1,9 +1,9 @@ -# $OpenBSD: Makefile,v 1.6 2020/02/20 20:16:50 jasper Exp $ +# $OpenBSD: Makefile,v 1.7 2020/07/03 21:13:00 sthen Exp $ COMMENT = network automation abstraction layer MODPY_EGG_VERSION = 2.3.3 -REVISION = 1 +REVISION = 2 DISTNAME = napalm-${MODPY_EGG_VERSION} PKGNAME = py-${DISTNAME} diff --git a/net/netatalk3/Makefile b/net/netatalk3/Makefile index 88e55c45296..04393bc50ac 100644 --- a/net/netatalk3/Makefile +++ b/net/netatalk3/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.16 2020/05/31 08:01:19 ajacoutot Exp $ +# $OpenBSD: Makefile,v 1.17 2020/07/03 21:13:00 sthen Exp $ COMMENT= AFP file and print services for IP networks @@ -6,7 +6,7 @@ V= 3.1.12 DISTNAME= netatalk-${V} EXTRACT_SUFX= .tar.bz2 PKGSPEC= netatalk->=3,<4 -REVISION= 0 +REVISION= 1 SHARED_LIBS += atalk 16.0 # 16.0 diff --git a/net/nyx/Makefile b/net/nyx/Makefile index 87c1a727492..73c88acda6f 100644 --- a/net/nyx/Makefile +++ b/net/nyx/Makefile @@ -1,10 +1,10 @@ -# $OpenBSD: Makefile,v 1.4 2019/07/12 20:48:34 sthen Exp $ +# $OpenBSD: Makefile,v 1.5 2020/07/03 21:13:00 sthen Exp $ COMMENT = terminal status monitor for Tor MODPY_EGG_VERSION = 2.1.0 DISTNAME = nyx-${MODPY_EGG_VERSION} -REVISION = 0 +REVISION = 1 CATEGORIES = net diff --git a/net/onionshare/Makefile b/net/onionshare/Makefile index 63c1a2fff14..e369b7e5032 100644 --- a/net/onionshare/Makefile +++ b/net/onionshare/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.6 2019/07/12 20:48:35 sthen Exp $ +# $OpenBSD: Makefile,v 1.7 2020/07/03 21:13:00 sthen Exp $ COMMENT-main = secure and anonymous file-sharing over Tor COMMENT-gui = graphical user interface for onionshare based on Qt @@ -7,8 +7,8 @@ GH_ACCOUNT = micahflee GH_PROJECT = onionshare GH_TAGNAME = v${MODPY_EGG_VERSION} MODPY_EGG_VERSION = 2.0 -REVISION-main = 1 -REVISION-gui = 1 +REVISION-main = 2 +REVISION-gui = 2 PKGNAME-main = onionshare-${MODPY_EGG_VERSION} PKGNAME-gui = onionshare-gui-${MODPY_EGG_VERSION} diff --git a/net/pbgpp/Makefile b/net/pbgpp/Makefile index 77a8443c5b6..bb44d07a177 100644 --- a/net/pbgpp/Makefile +++ b/net/pbgpp/Makefile @@ -1,9 +1,10 @@ -# $OpenBSD: Makefile,v 1.5 2019/07/12 20:48:42 sthen Exp $ +# $OpenBSD: Makefile,v 1.6 2020/07/03 21:13:00 sthen Exp $ COMMENT = pcap bgp parser MODPY_EGG_VERSION = 0.2.22 DISTNAME = pbgpp-${MODPY_EGG_VERSION} +REVISION = 0 CATEGORIES = net diff --git a/net/poezio/Makefile b/net/poezio/Makefile index f7632e5ef73..b066be9b333 100644 --- a/net/poezio/Makefile +++ b/net/poezio/Makefile @@ -1,11 +1,11 @@ -# $OpenBSD: Makefile,v 1.11 2019/07/12 20:48:43 sthen Exp $ +# $OpenBSD: Makefile,v 1.12 2020/07/03 21:13:00 sthen Exp $ COMMENT = console XMPP client MODPY_EGG_VERSION = 0.12 DISTNAME = poezio-${MODPY_EGG_VERSION} CATEGORIES = net -REVISION = 0 +REVISION = 1 HOMEPAGE = https://poez.io/ diff --git a/net/profanity/Makefile b/net/profanity/Makefile index c257567fffc..86ff40239c3 100644 --- a/net/profanity/Makefile +++ b/net/profanity/Makefile @@ -1,8 +1,9 @@ -# $OpenBSD: Makefile,v 1.15 2020/06/29 04:54:59 rsadowski Exp $ +# $OpenBSD: Makefile,v 1.16 2020/07/03 21:13:00 sthen Exp $ COMMENT = console based XMPP client DISTNAME = profanity-0.9.4 CATEGORIES = net +REVISION = 0 HOMEPAGE = https://profanity-im.github.io/ diff --git a/net/py-IOSXR/Makefile b/net/py-IOSXR/Makefile index 6763a1fba78..cfb60124b99 100644 --- a/net/py-IOSXR/Makefile +++ b/net/py-IOSXR/Makefile @@ -1,11 +1,11 @@ -# $OpenBSD: Makefile,v 1.5 2020/02/20 20:16:50 jasper Exp $ +# $OpenBSD: Makefile,v 1.6 2020/07/03 21:13:00 sthen Exp $ COMMENT = library to manage IOS-XR devices MODPY_EGG_VERSION = 0.53 DISTNAME = pyIOSXR-${MODPY_EGG_VERSION} PKGNAME = py-${DISTNAME:S/py//} -REVISION = 2 +REVISION = 3 CATEGORIES = net diff --git a/net/py-IP/Makefile b/net/py-IP/Makefile index 40634987002..bf99cf45339 100644 --- a/net/py-IP/Makefile +++ b/net/py-IP/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.37 2019/11/30 23:48:26 kmos Exp $ +# $OpenBSD: Makefile,v 1.38 2020/07/03 21:13:00 sthen Exp $ COMMENT = Python module to handle IPv4 and IPv6 address @@ -6,6 +6,7 @@ MODPY_EGG_VERSION = 1.00 DISTNAME = IPy-${MODPY_EGG_VERSION} PKGNAME = py-IP-${MODPY_EGG_VERSION} CATEGORIES = net +REVISION = 0 HOMEPAGE = https://github.com/autocracy/python-ipy/wiki diff --git a/net/py-aiodns/Makefile b/net/py-aiodns/Makefile index 18557a13d46..84a7d3c2e23 100644 --- a/net/py-aiodns/Makefile +++ b/net/py-aiodns/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.10 2019/11/27 02:23:00 kmos Exp $ +# $OpenBSD: Makefile,v 1.11 2020/07/03 21:13:00 sthen Exp $ COMMENT = simple DNS resolver for asyncio @@ -7,7 +7,7 @@ MODPY_EGG_VERSION = 1.2.0 DISTNAME = aiodns-${MODPY_EGG_VERSION} PKGNAME = py-${DISTNAME} CATEGORIES = net -REVISION = 1 +REVISION = 2 MAINTAINER = Kurt Mosiejczuk diff --git a/net/py-boto/Makefile b/net/py-boto/Makefile index 504f6c8fe6f..2ec793d2001 100644 --- a/net/py-boto/Makefile +++ b/net/py-boto/Makefile @@ -1,11 +1,11 @@ -# $OpenBSD: Makefile,v 1.31 2019/07/12 20:48:44 sthen Exp $ +# $OpenBSD: Makefile,v 1.32 2020/07/03 21:13:00 sthen Exp $ COMMENT= python interface to amazon web services MODPY_EGG_VERSION= 2.49.0 DISTNAME= boto-${MODPY_EGG_VERSION} PKGNAME= py-${DISTNAME} -REVISION= 0 +REVISION= 1 CATEGORIES= net diff --git a/net/py-boto3/Makefile b/net/py-boto3/Makefile index c4c84b4c364..d244dd63517 100644 --- a/net/py-boto3/Makefile +++ b/net/py-boto3/Makefile @@ -1,10 +1,11 @@ -# $OpenBSD: Makefile,v 1.239 2020/06/27 12:20:25 ajacoutot Exp $ +# $OpenBSD: Makefile,v 1.240 2020/07/03 21:13:00 sthen Exp $ COMMENT= AWS SDK for Python MODPY_EGG_VERSION= 1.14.12 DISTNAME= boto3-${MODPY_EGG_VERSION} PKGNAME= py-${DISTNAME} +REVISION= 0 CATEGORIES= net devel diff --git a/net/py-botocore/Makefile b/net/py-botocore/Makefile index 3076ad209d4..83bec3cba15 100644 --- a/net/py-botocore/Makefile +++ b/net/py-botocore/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.455 2020/06/27 12:20:09 ajacoutot Exp $ +# $OpenBSD: Makefile,v 1.456 2020/07/03 21:13:00 sthen Exp $ # !!! do not update blindly, these ports require a specific version: # net/py-boto3 @@ -9,6 +9,7 @@ COMMENT= low-level interface to Amazon Web Services MODPY_EGG_VERSION= 1.17.12 DISTNAME= botocore-${MODPY_EGG_VERSION} PKGNAME= py-${DISTNAME} +REVISION= 0 CATEGORIES= net devel diff --git a/net/py-cares/Makefile b/net/py-cares/Makefile index 811e660dd8f..340bf9d32a4 100644 --- a/net/py-cares/Makefile +++ b/net/py-cares/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.12 2020/01/15 14:22:28 sthen Exp $ +# $OpenBSD: Makefile,v 1.13 2020/07/03 21:13:00 sthen Exp $ # using bundled c-ares which is patched for TTL support COMMENT = python interface for c-ares @@ -7,7 +7,7 @@ MODPY_EGG_VERSION = 2.4.0 DISTNAME = pycares-${MODPY_EGG_VERSION} PKGNAME = py-cares-${MODPY_EGG_VERSION} CATEGORIES = net -REVISION = 0 +REVISION = 1 # MIT PERMIT_PACKAGE = Yes diff --git a/net/py-curl/Makefile b/net/py-curl/Makefile index 08bbbcd1c98..784117aca2a 100644 --- a/net/py-curl/Makefile +++ b/net/py-curl/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.49 2020/01/16 18:08:47 sthen Exp $ +# $OpenBSD: Makefile,v 1.50 2020/07/03 21:13:00 sthen Exp $ COMMENT= Python interface to cURL library @@ -6,6 +6,7 @@ MODPY_EGG_VERSION= 7.43.0.4 DISTNAME= pycurl-${MODPY_EGG_VERSION} PKGNAME= py-curl-${MODPY_EGG_VERSION} CATEGORIES= net +REVISION= 0 HOMEPAGE= http://pycurl.sourceforge.net/ diff --git a/net/py-cymruwhois/Makefile b/net/py-cymruwhois/Makefile index 24327804d51..095231912b8 100644 --- a/net/py-cymruwhois/Makefile +++ b/net/py-cymruwhois/Makefile @@ -1,11 +1,11 @@ -# $OpenBSD: Makefile,v 1.3 2019/07/12 20:48:45 sthen Exp $ +# $OpenBSD: Makefile,v 1.4 2020/07/03 21:13:01 sthen Exp $ COMMENT= client for the whois.cymru.com service MODPY_EGG_VERSION= 1.6 DISTNAME= cymruwhois-${MODPY_EGG_VERSION} PKGNAME= py-${DISTNAME} -REVISION= 0 +REVISION= 1 CATEGORIES= net diff --git a/net/py-dnslib/Makefile b/net/py-dnslib/Makefile index 84ec6bdef3c..03c99c1bbe2 100644 --- a/net/py-dnslib/Makefile +++ b/net/py-dnslib/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.5 2019/07/12 20:48:45 sthen Exp $ +# $OpenBSD: Makefile,v 1.6 2020/07/03 21:13:01 sthen Exp $ COMMENT= library to en/decode DNS wire-format packets for Python @@ -7,7 +7,7 @@ DISTNAME= dnslib-${MODPY_EGG_VERSION} PKGNAME= py-${DISTNAME} CATEGORIES= net MODPY_PI= Yes -REVISION= 1 +REVISION= 2 MAINTAINER= Bryan Everly diff --git a/net/py-dnspython/Makefile b/net/py-dnspython/Makefile index b39fbcc7b7d..49025aa86e0 100644 --- a/net/py-dnspython/Makefile +++ b/net/py-dnspython/Makefile @@ -1,9 +1,9 @@ -# $OpenBSD: Makefile,v 1.29 2019/12/01 00:07:03 kmos Exp $ +# $OpenBSD: Makefile,v 1.30 2020/07/03 21:13:01 sthen Exp $ COMMENT= DNS toolkit for Python MODPY_EGG_VERSION= 1.16.0 -REVISION= 2 +REVISION= 3 DISTNAME= dnspython-${MODPY_EGG_VERSION} PKGNAME= py-${DISTNAME} CATEGORIES= net diff --git a/net/py-dpkt/Makefile b/net/py-dpkt/Makefile index 12e1c2318d9..143c1102b1a 100644 --- a/net/py-dpkt/Makefile +++ b/net/py-dpkt/Makefile @@ -1,10 +1,11 @@ -# $OpenBSD: Makefile,v 1.15 2019/07/12 20:48:45 sthen Exp $ +# $OpenBSD: Makefile,v 1.16 2020/07/03 21:13:01 sthen Exp $ COMMENT = python network packet manipulation library MODPY_EGG_VERSION = 1.9.1 DISTNAME = dpkt-${MODPY_EGG_VERSION} PKGNAME = py-${DISTNAME} +REVISION = 0 CATEGORIES = net diff --git a/net/py-eapi/Makefile b/net/py-eapi/Makefile index 2662156469b..af08b3a6791 100644 --- a/net/py-eapi/Makefile +++ b/net/py-eapi/Makefile @@ -1,11 +1,11 @@ -# $OpenBSD: Makefile,v 1.6 2020/02/08 13:10:01 jasper Exp $ +# $OpenBSD: Makefile,v 1.7 2020/07/03 21:13:01 sthen Exp $ COMMENT = Python client for Arista eAPI MODPY_EGG_VERSION = 0.8.3 DISTNAME = pyeapi-${MODPY_EGG_VERSION} PKGNAME = py-${DISTNAME:S/py//} -REVISION = 0 +REVISION = 1 CATEGORIES = net diff --git a/net/py-ftpdlib/Makefile b/net/py-ftpdlib/Makefile index 970f1285c59..221f5744afa 100644 --- a/net/py-ftpdlib/Makefile +++ b/net/py-ftpdlib/Makefile @@ -1,10 +1,11 @@ -# $OpenBSD: Makefile,v 1.23 2020/02/19 21:27:16 juanfra Exp $ +# $OpenBSD: Makefile,v 1.24 2020/07/03 21:13:01 sthen Exp $ COMMENT = FTP server library for Python MODPY_EGG_VERSION = 1.5.6 DISTNAME = pyftpdlib-${MODPY_EGG_VERSION} PKGNAME = py-ftpdlib-${MODPY_EGG_VERSION} +REVISION = 0 CATEGORIES = net devel diff --git a/net/py-geventhttpclient/Makefile b/net/py-geventhttpclient/Makefile index c83848806ca..aa5932d9eb9 100644 --- a/net/py-geventhttpclient/Makefile +++ b/net/py-geventhttpclient/Makefile @@ -1,9 +1,9 @@ -# $OpenBSD: Makefile,v 1.11 2020/05/14 15:38:51 juanfra Exp $ +# $OpenBSD: Makefile,v 1.12 2020/07/03 21:13:01 sthen Exp $ COMMENT = high performance, concurrent HTTP client library MODPY_EGG_VERSION = 1.3.1 -REVISION = 1 +REVISION = 2 DISTNAME = geventhttpclient-${MODPY_EGG_VERSION} PKGNAME = ${MODPY_PY_PREFIX}${DISTNAME} CATEGORIES = net devel diff --git a/net/py-idna/Makefile b/net/py-idna/Makefile index 53ac65aadb8..ebacff1dc2f 100644 --- a/net/py-idna/Makefile +++ b/net/py-idna/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.12 2019/12/01 00:34:29 kmos Exp $ +# $OpenBSD: Makefile,v 1.13 2020/07/03 21:13:01 sthen Exp $ COMMENT = Python library to support the IDNA protocol @@ -6,6 +6,7 @@ MODPY_EGG_VERSION = 2.8 DISTNAME = idna-${MODPY_EGG_VERSION} PKGNAME = py-${DISTNAME} CATEGORIES = net +REVISION = 0 HOMEPAGE = https://github.com/kjd/idna diff --git a/net/py-ifaddr/Makefile b/net/py-ifaddr/Makefile index ffda5c115c9..0936b6aeaee 100644 --- a/net/py-ifaddr/Makefile +++ b/net/py-ifaddr/Makefile @@ -1,11 +1,11 @@ -# $OpenBSD: Makefile,v 1.4 2019/11/08 22:00:56 kmos Exp $ +# $OpenBSD: Makefile,v 1.5 2020/07/03 21:13:01 sthen Exp $ COMMENT= enumerate IP addresses on the local network adapters MODPY_EGG_VERSION= 0.1.6 DISTNAME= ifaddr-${MODPY_EGG_VERSION} PKGNAME= py-${DISTNAME} -REVISION= 0 +REVISION= 1 CATEGORIES= net diff --git a/net/py-impacket/Makefile b/net/py-impacket/Makefile index 001e001355a..e05cbf2f26e 100644 --- a/net/py-impacket/Makefile +++ b/net/py-impacket/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.24 2020/05/31 12:05:22 jasper Exp $ +# $OpenBSD: Makefile,v 1.25 2020/07/03 21:13:01 sthen Exp $ FIX_EXTRACT_PERMISSIONS = Yes @@ -9,6 +9,7 @@ DISTNAME = impacket-${MODPY_EGG_VERSION} PKGNAME = py-${DISTNAME} EPOCH = 0 CATEGORIES = net security +REVISION = 0 HOMEPAGE = https://www.secureauth.com/labs/open-source-tools/impacket diff --git a/net/py-irclib/Makefile b/net/py-irclib/Makefile index d0da69020ea..5abd160ecb1 100644 --- a/net/py-irclib/Makefile +++ b/net/py-irclib/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.15 2020/04/01 07:52:38 bket Exp $ +# $OpenBSD: Makefile,v 1.16 2020/07/03 21:13:01 sthen Exp $ COMMENT= Internet Relay Chat (IRC) protocol client library for Python @@ -6,6 +6,7 @@ GH_ACCOUNT= sixohsix GH_PROJECT= python-irclib GH_COMMIT= acd5aa66f431550bd142e90590b64ff6840e6648 DISTNAME= py-irclib-0.4.8.20110306 +REVISION= 0 CATEGORIES= net diff --git a/net/py-junos-eznc/Makefile b/net/py-junos-eznc/Makefile index f08df5753a2..a5c5d9125c3 100644 --- a/net/py-junos-eznc/Makefile +++ b/net/py-junos-eznc/Makefile @@ -1,9 +1,9 @@ -# $OpenBSD: Makefile,v 1.8 2019/12/21 14:21:13 jasper Exp $ +# $OpenBSD: Makefile,v 1.9 2020/07/03 21:13:01 sthen Exp $ COMMENT = library for Junos automation MODPY_EGG_VERSION = 2.2.1 -REVISION = 0 +REVISION = 1 DISTNAME = junos-eznc-${MODPY_EGG_VERSION} PKGNAME = py-${DISTNAME} diff --git a/net/py-libcloud/Makefile b/net/py-libcloud/Makefile index f91786d5843..3f5d449a6eb 100644 --- a/net/py-libcloud/Makefile +++ b/net/py-libcloud/Makefile @@ -1,10 +1,11 @@ -# $OpenBSD: Makefile,v 1.33 2020/06/13 08:17:30 ajacoutot Exp $ +# $OpenBSD: Makefile,v 1.34 2020/07/03 21:13:01 sthen Exp $ COMMENT= unified interface for interacting with cloud services MODPY_EGG_VERSION= 3.1.0 DISTNAME= apache-libcloud-${MODPY_EGG_VERSION} PKGNAME= py-libcloud-${MODPY_EGG_VERSION} +REVISION= 0 CATEGORIES= net diff --git a/net/py-minimalmodbus/Makefile b/net/py-minimalmodbus/Makefile index f214ca45781..97d58a89162 100644 --- a/net/py-minimalmodbus/Makefile +++ b/net/py-minimalmodbus/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.2 2020/02/03 16:18:16 martin Exp $ +# $OpenBSD: Makefile,v 1.3 2020/07/03 21:13:01 sthen Exp $ COMMENT= easy-to-use Modbus RTU/ASCII implementation for Python @@ -6,6 +6,7 @@ MODPY_EGG_VERSION= 1.0.2 DISTNAME= minimalmodbus-${MODPY_EGG_VERSION} PKGNAME= py-${DISTNAME} CATEGORIES= net +REVISION= 0 HOMEPAGE= https://github.com/pyhys/minimalmodbus diff --git a/net/py-msgpack/Makefile b/net/py-msgpack/Makefile index cf3b1707687..cc33d0f7561 100644 --- a/net/py-msgpack/Makefile +++ b/net/py-msgpack/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.23 2020/03/13 12:31:46 bket Exp $ +# $OpenBSD: Makefile,v 1.24 2020/07/03 21:13:01 sthen Exp $ COMMENT = messagepack (de)serializer @@ -6,6 +6,7 @@ MODPY_EGG_VERSION = 0.6.2 EPOCH = 0 DISTNAME = msgpack-${MODPY_EGG_VERSION} PKGNAME = py-msgpack-${MODPY_EGG_VERSION} +REVISION = 0 CATEGORIES = net textproc diff --git a/net/py-nbxmpp/Makefile b/net/py-nbxmpp/Makefile index 13b49312dd5..a418f60b905 100644 --- a/net/py-nbxmpp/Makefile +++ b/net/py-nbxmpp/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.7 2019/06/16 06:00:57 feinerer Exp $ +# $OpenBSD: Makefile,v 1.8 2020/07/03 21:13:01 sthen Exp $ COMMENT = Python XMPP and Jabber implementation @@ -6,6 +6,7 @@ MODPY_EGG_VERSION = 0.6.10 DISTNAME = nbxmpp-${MODPY_EGG_VERSION} PKGNAME = py-${DISTNAME} CATEGORIES = net devel +REVISION = 0 HOMEPAGE = https://python-nbxmpp.gajim.org/ diff --git a/net/py-ncclient/Makefile b/net/py-ncclient/Makefile index 93c2ac6a6a0..5bc45740125 100644 --- a/net/py-ncclient/Makefile +++ b/net/py-ncclient/Makefile @@ -1,9 +1,9 @@ -# $OpenBSD: Makefile,v 1.8 2019/12/21 14:21:13 jasper Exp $ +# $OpenBSD: Makefile,v 1.9 2020/07/03 21:13:01 sthen Exp $ COMMENT = Python library for NETCONF clients MODPY_EGG_VERSION = 0.6.6 -REVISION = 0 +REVISION = 1 DISTNAME = ncclient-${MODPY_EGG_VERSION} PKGNAME = py-${DISTNAME} diff --git a/net/py-netaddr/Makefile b/net/py-netaddr/Makefile index 186d16bbf97..456bff9aa85 100644 --- a/net/py-netaddr/Makefile +++ b/net/py-netaddr/Makefile @@ -1,11 +1,11 @@ -# $OpenBSD: Makefile,v 1.8 2019/12/01 00:56:09 kmos Exp $ +# $OpenBSD: Makefile,v 1.9 2020/07/03 21:13:02 sthen Exp $ COMMENT = network address representation and manipulation library MODPY_EGG_VERSION = 0.7.19 DISTNAME = netaddr-${MODPY_EGG_VERSION} PKGNAME = py-${DISTNAME} -REVISION = 0 +REVISION = 1 CATEGORIES = net diff --git a/net/py-netifaces/Makefile b/net/py-netifaces/Makefile index 80c937d29b6..ef01e9a7bf5 100644 --- a/net/py-netifaces/Makefile +++ b/net/py-netifaces/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.8 2019/07/12 20:48:46 sthen Exp $ +# $OpenBSD: Makefile,v 1.9 2020/07/03 21:13:02 sthen Exp $ COMMENT = portable network interface information @@ -7,7 +7,7 @@ CATEGORIES = net MODPY_EGG_VERSION = 0.10.9 DISTNAME = netifaces-${MODPY_EGG_VERSION} PKGNAME = py-${DISTNAME} -REVISION = 0 +REVISION = 1 # MIT PERMIT_PACKAGE = Yes diff --git a/net/py-netmiko/Makefile b/net/py-netmiko/Makefile index ddf0416d758..6ecf87e5d6f 100644 --- a/net/py-netmiko/Makefile +++ b/net/py-netmiko/Makefile @@ -1,10 +1,11 @@ -# $OpenBSD: Makefile,v 1.12 2020/06/04 07:19:25 jasper Exp $ +# $OpenBSD: Makefile,v 1.13 2020/07/03 21:13:02 sthen Exp $ COMMENT = simplify Paramiko connections to network devices MODPY_EGG_VERSION = 3.1.1 DISTNAME= netmiko-${MODPY_EGG_VERSION} PKGNAME = py-${DISTNAME} +REVISION = 0 CATEGORIES = net diff --git a/net/py-nmap/Makefile b/net/py-nmap/Makefile index 1bab47aff64..a82946a9431 100644 --- a/net/py-nmap/Makefile +++ b/net/py-nmap/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.16 2019/07/12 20:48:46 sthen Exp $ +# $OpenBSD: Makefile,v 1.17 2020/07/03 21:13:02 sthen Exp $ COMMENT = python interface to the nmap scan data @@ -6,7 +6,7 @@ MODPY_EGG_VERSION = 0.6.1 DISTNAME = python-nmap-${MODPY_EGG_VERSION} PKGNAME = ${DISTNAME:S/python/py/} CATEGORIES = net -REVISION = 1 +REVISION = 2 HOMEPAGE = http://xael.org/norman/python/python-nmap/ MASTER_SITES = http://xael.org/pages/ diff --git a/net/py-nxos/Makefile b/net/py-nxos/Makefile index 643ca7c29c5..46e81b5811e 100644 --- a/net/py-nxos/Makefile +++ b/net/py-nxos/Makefile @@ -1,9 +1,9 @@ -# $OpenBSD: Makefile,v 1.6 2019/12/21 14:21:13 jasper Exp $ +# $OpenBSD: Makefile,v 1.7 2020/07/03 21:13:02 sthen Exp $ COMMENT = library for managing Cisco NX-OS devices through NX-API MODPY_EGG_VERSION = 0.0.5 -REVISION = 0 +REVISION = 1 DISTNAME = pynxos-${MODPY_EGG_VERSION} PKGNAME = py-${DISTNAME:S/py//} diff --git a/net/py-paho-mqtt/Makefile b/net/py-paho-mqtt/Makefile index e27fee83924..4126bbf776c 100644 --- a/net/py-paho-mqtt/Makefile +++ b/net/py-paho-mqtt/Makefile @@ -1,11 +1,11 @@ -# $OpenBSD: Makefile,v 1.8 2019/07/12 20:48:46 sthen Exp $ +# $OpenBSD: Makefile,v 1.9 2020/07/03 21:13:02 sthen Exp $ COMMENT = MQTT Python client library MODPY_EGG_VERSION = 1.4.0 DISTNAME = paho-mqtt-${MODPY_EGG_VERSION} PKGNAME = py-${DISTNAME} -REVISION = 0 +REVISION = 1 HOMEPAGE = http://www.eclipse.org/paho/clients/python/ diff --git a/net/py-pcapy/Makefile b/net/py-pcapy/Makefile index 5c794ea0012..9b72baa6f23 100644 --- a/net/py-pcapy/Makefile +++ b/net/py-pcapy/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.21 2019/07/12 20:48:46 sthen Exp $ +# $OpenBSD: Makefile,v 1.22 2020/07/03 21:13:02 sthen Exp $ COMMENT = libpcap module for Python @@ -7,7 +7,7 @@ GH_ACCOUNT = CoreSecurity GH_PROJECT = pcapy GH_TAGNAME = ${MODPY_EGG_VERSION} PKGNAME = py-${DISTNAME} -REVISION = 3 +REVISION = 4 CATEGORIES = net devel diff --git a/net/py-pf/Makefile b/net/py-pf/Makefile index 24d95d7c1a4..8cf74ae1828 100644 --- a/net/py-pf/Makefile +++ b/net/py-pf/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.7 2020/02/08 12:17:31 sthen Exp $ +# $OpenBSD: Makefile,v 1.8 2020/07/03 21:13:02 sthen Exp $ COMMENT = Python module for managing PF @@ -6,7 +6,7 @@ MODPY_EGG_VERSION = 0.2.1 GH_ACCOUNT = dotpy GH_PROJECT = py-pf GH_TAGNAME = ${MODPY_EGG_VERSION} -REVISION = 0 +REVISION = 1 # remove with next update; tarball was regenerated at github DISTFILES = ${DISTNAME}_1{${DISTNAME}}${EXTRACT_SUFX} diff --git a/net/py-portend/Makefile b/net/py-portend/Makefile index 407993e57da..0829db07bf2 100644 --- a/net/py-portend/Makefile +++ b/net/py-portend/Makefile @@ -1,10 +1,11 @@ -# $OpenBSD: Makefile,v 1.1.1.1 2019/12/17 21:05:17 bket Exp $ +# $OpenBSD: Makefile,v 1.2 2020/07/03 21:13:02 sthen Exp $ COMMENT = monitor TCP ports for bound or unbound states MODPY_EGG_VERSION = 2.5 DISTNAME = portend-${MODPY_EGG_VERSION} PKGNAME = py-${DISTNAME} +REVISION = 0 CATEGORIES = net diff --git a/net/py-ripe.atlas.cousteau/Makefile b/net/py-ripe.atlas.cousteau/Makefile index ed88965b2ea..216ef2dc555 100644 --- a/net/py-ripe.atlas.cousteau/Makefile +++ b/net/py-ripe.atlas.cousteau/Makefile @@ -1,11 +1,11 @@ -# $OpenBSD: Makefile,v 1.14 2019/12/01 01:25:31 kmos Exp $ +# $OpenBSD: Makefile,v 1.15 2020/07/03 21:13:02 sthen Exp $ COMMENT = python bindings for the RIPE Atlas API MODPY_EGG_VERSION = 1.4.2 DISTNAME = ripe.atlas.cousteau-${MODPY_EGG_VERSION} PKGNAME = py-${DISTNAME} -REVISION = 0 +REVISION = 1 CATEGORIES = net diff --git a/net/py-ripe.atlas.sagan/Makefile b/net/py-ripe.atlas.sagan/Makefile index 313269936e7..8590ce5ab34 100644 --- a/net/py-ripe.atlas.sagan/Makefile +++ b/net/py-ripe.atlas.sagan/Makefile @@ -1,11 +1,11 @@ -# $OpenBSD: Makefile,v 1.13 2019/12/01 01:28:23 kmos Exp $ +# $OpenBSD: Makefile,v 1.14 2020/07/03 21:13:02 sthen Exp $ COMMENT = parsing library for RIPE Atlas measurement results MODPY_EGG_VERSION = 1.3.0 DISTNAME = ripe.atlas.sagan-${MODPY_EGG_VERSION} PKGNAME = py-${DISTNAME} -REVISION = 0 +REVISION = 1 CATEGORIES = net diff --git a/net/py-ripe.atlas.tools/Makefile b/net/py-ripe.atlas.tools/Makefile index be189b56b67..0dd7657718b 100644 --- a/net/py-ripe.atlas.tools/Makefile +++ b/net/py-ripe.atlas.tools/Makefile @@ -1,10 +1,10 @@ -# $OpenBSD: Makefile,v 1.15 2019/12/01 02:22:12 kmos Exp $ +# $OpenBSD: Makefile,v 1.16 2020/07/03 21:13:02 sthen Exp $ COMMENT = official command-line client for RIPE Atlas MODPY_EGG_VERSION = 2.3.0 DISTNAME = ripe.atlas.tools-${MODPY_EGG_VERSION} -REVISION = 0 +REVISION = 1 CATEGORIES = net diff --git a/net/py-s3transfer/Makefile b/net/py-s3transfer/Makefile index c58b8c61e03..68d65af12f2 100644 --- a/net/py-s3transfer/Makefile +++ b/net/py-s3transfer/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.24 2020/03/26 13:25:01 ajacoutot Exp $ +# $OpenBSD: Makefile,v 1.25 2020/07/03 21:13:02 sthen Exp $ # !!! do not update blindly: sysutils/awscli requires a specific version @@ -7,7 +7,7 @@ COMMENT= Amazon S3 transfer manager for Python MODPY_EGG_VERSION= 0.3.3 DISTNAME= s3transfer-${MODPY_EGG_VERSION} PKGNAME= py-${DISTNAME} -REVISION= 0 +REVISION= 1 CATEGORIES= net devel diff --git a/net/py-simplesoap/Makefile b/net/py-simplesoap/Makefile index 58e24f26864..d50c3d98293 100644 --- a/net/py-simplesoap/Makefile +++ b/net/py-simplesoap/Makefile @@ -1,11 +1,11 @@ -# $OpenBSD: Makefile,v 1.3 2019/07/12 20:48:46 sthen Exp $ +# $OpenBSD: Makefile,v 1.4 2020/07/03 21:13:02 sthen Exp $ COMMENT = simple and lightweight SOAP library MODPY_EGG_VERSION = 1.16.2 DISTNAME = PySimpleSOAP-${MODPY_EGG_VERSION} PKGNAME = py-simplesoap-${MODPY_EGG_VERSION} -REVISION = 0 +REVISION = 1 CATEGORIES = net diff --git a/net/py-siphon/Makefile b/net/py-siphon/Makefile index c2938dd779f..816b93c6721 100644 --- a/net/py-siphon/Makefile +++ b/net/py-siphon/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.4 2020/02/27 18:08:18 bket Exp $ +# $OpenBSD: Makefile,v 1.5 2020/07/03 21:13:02 sthen Exp $ COMMENT= download data from remote data services (such as THREDDS) @@ -6,7 +6,7 @@ MODPY_EGG_VERSION= 0.8.0 DISTNAME= siphon-${MODPY_EGG_VERSION} PKGNAME= py-${DISTNAME} CATEGORIES= net -REVISION= 1 +REVISION= 2 HOMEPAGE= https://unidata.github.io/siphon/ diff --git a/net/py-slixmpp/Makefile b/net/py-slixmpp/Makefile index 23d83316b76..c705f713d8e 100644 --- a/net/py-slixmpp/Makefile +++ b/net/py-slixmpp/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.17 2019/12/01 02:43:00 kmos Exp $ +# $OpenBSD: Makefile,v 1.18 2020/07/03 21:13:02 sthen Exp $ COMMENT = slixmpp is an elegant Python library for XMPP @@ -6,7 +6,7 @@ MODPY_EGG_VERSION = 1.4.2 DISTNAME = slixmpp-${MODPY_EGG_VERSION} PKGNAME = py3-${DISTNAME} CATEGORIES = net -REVISION = 2 +REVISION = 3 MAINTAINER = Kurt Mosiejczuk diff --git a/net/py-smbc/Makefile b/net/py-smbc/Makefile index 2c7e186a180..cba38c24a0d 100644 --- a/net/py-smbc/Makefile +++ b/net/py-smbc/Makefile @@ -1,10 +1,11 @@ -# $OpenBSD: Makefile,v 1.21 2020/05/22 15:07:39 ajacoutot Exp $ +# $OpenBSD: Makefile,v 1.22 2020/07/03 21:13:02 sthen Exp $ COMMENT= Python bindings to wrap the libsmbclient API MODPY_EGG_VERSION= 1.0.22 DISTNAME= pysmbc-${MODPY_EGG_VERSION} PKGNAME= py-smbc-${MODPY_EGG_VERSION} +REVISION= 0 CATEGORIES= net devel diff --git a/net/py-snmp/Makefile b/net/py-snmp/Makefile index 0fff3a09b0f..fcddca39f23 100644 --- a/net/py-snmp/Makefile +++ b/net/py-snmp/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.26 2020/02/26 23:26:49 awolk Exp $ +# $OpenBSD: Makefile,v 1.27 2020/07/03 21:13:03 sthen Exp $ COMMENT = SNMP framework for Python @@ -6,6 +6,7 @@ MODPY_EGG_VERSION = 4.4.12 DISTNAME = pysnmp-${MODPY_EGG_VERSION} PKGNAME = ${DISTNAME:S/py/py-/} CATEGORIES = net +REVISION = 0 HOMEPAGE = http://snmplabs.com/ diff --git a/net/py-socketio-client/Makefile b/net/py-socketio-client/Makefile index 245fb3cc1d1..aa20df8deba 100644 --- a/net/py-socketio-client/Makefile +++ b/net/py-socketio-client/Makefile @@ -1,11 +1,11 @@ -# $OpenBSD: Makefile,v 1.7 2020/05/29 22:48:41 sthen Exp $ +# $OpenBSD: Makefile,v 1.8 2020/07/03 21:13:03 sthen Exp $ COMMENT = python socket.io client library MODPY_EGG_VERSION = 0.6.7 DISTNAME = socketIO_client-${MODPY_EGG_VERSION} PKGNAME = py-socketIO-client-${MODPY_EGG_VERSION} -REVISION = 3 +REVISION = 4 CATEGORIES = net diff --git a/net/py-socks/Makefile b/net/py-socks/Makefile index 4c8fee2787e..073178a2c6c 100644 --- a/net/py-socks/Makefile +++ b/net/py-socks/Makefile @@ -1,10 +1,11 @@ -# $OpenBSD: Makefile,v 1.13 2020/01/09 05:14:36 kmos Exp $ +# $OpenBSD: Makefile,v 1.14 2020/07/03 21:13:03 sthen Exp $ COMMENT = Python module for working with SOCKS proxies MODPY_EGG_VERSION = 1.7.1 DISTNAME = PySocks-${MODPY_EGG_VERSION} PKGNAME = py-socks-${MODPY_EGG_VERSION} +REVISION = 0 CATEGORIES = net diff --git a/net/py-stem/Makefile b/net/py-stem/Makefile index 8b1613e423d..970c6f71478 100644 --- a/net/py-stem/Makefile +++ b/net/py-stem/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.6 2019/07/12 20:48:46 sthen Exp $ +# $OpenBSD: Makefile,v 1.7 2020/07/03 21:13:03 sthen Exp $ COMMENT = Tor controller library @@ -7,7 +7,7 @@ V = ${MODPY_EGG_VERSION:S/b//} DISTNAME = stem-${MODPY_EGG_VERSION} PKGNAME = py-stem-${V} WRKDIST = ${WRKDIR}/stem-${V} -REVISION = 0 +REVISION = 1 SUBST_VARS += V diff --git a/net/py-tld/Makefile b/net/py-tld/Makefile index 4328a2222f2..7b5ea6cbc2b 100644 --- a/net/py-tld/Makefile +++ b/net/py-tld/Makefile @@ -1,10 +1,11 @@ -# $OpenBSD: Makefile,v 1.8 2019/07/12 20:48:46 sthen Exp $ +# $OpenBSD: Makefile,v 1.9 2020/07/03 21:13:03 sthen Exp $ COMMENT = extracts the top level domain (TLD) from the URL given MODPY_EGG_VERSION = 0.9.3 DISTNAME = tld-${MODPY_EGG_VERSION} PKGNAME = py-${DISTNAME} +REVISION = 0 CATEGORIES = net diff --git a/net/py-tlslite-ng/Makefile b/net/py-tlslite-ng/Makefile index c492fefc79c..4ef4ee395ab 100644 --- a/net/py-tlslite-ng/Makefile +++ b/net/py-tlslite-ng/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.6 2020/06/17 13:01:17 tb Exp $ +# $OpenBSD: Makefile,v 1.7 2020/07/03 21:13:03 sthen Exp $ COMMENT = Python SSL and TLS library @@ -6,6 +6,7 @@ MODPY_EGG_VERSION = 0.8.0-alpha38 DISTNAME = tlslite-ng-${MODPY_EGG_VERSION} PKGNAME = py-${DISTNAME:S/-alpha/alpha/} EPOCH = 0 +REVISION = 0 CATEGORIES = net diff --git a/net/py-transmissionrpc-ng/Makefile b/net/py-transmissionrpc-ng/Makefile index 33b70725572..a34d48964a8 100644 --- a/net/py-transmissionrpc-ng/Makefile +++ b/net/py-transmissionrpc-ng/Makefile @@ -1,10 +1,11 @@ -# $OpenBSD: Makefile,v 1.2 2020/05/14 18:04:51 paco Exp $ +# $OpenBSD: Makefile,v 1.3 2020/07/03 21:13:03 sthen Exp $ COMMENT = json-rpc client library for Transmission MODPY_EGG_VERSION = 0.14.1 DISTNAME = transmissionrpc-ng-${MODPY_EGG_VERSION} PKGNAME = py-${DISTNAME} +REVISION = 0 CATEGORIES = net diff --git a/net/py-twitter/Makefile b/net/py-twitter/Makefile index 6c1109e959f..79317909fbe 100644 --- a/net/py-twitter/Makefile +++ b/net/py-twitter/Makefile @@ -1,10 +1,11 @@ -# $OpenBSD: Makefile,v 1.15 2020/04/01 07:42:29 bket Exp $ +# $OpenBSD: Makefile,v 1.16 2020/07/03 21:13:03 sthen Exp $ COMMENT= twitter python module MODPY_EGG_VERSION= 1.18.0 DISTNAME= twitter-${MODPY_EGG_VERSION} PKGNAME= py-twitter-${MODPY_EGG_VERSION} +REVISION= 0 CATEGORIES= net www diff --git a/net/py-websocket-client/Makefile b/net/py-websocket-client/Makefile index 4a5cf698cec..d9c26286612 100644 --- a/net/py-websocket-client/Makefile +++ b/net/py-websocket-client/Makefile @@ -1,11 +1,11 @@ -# $OpenBSD: Makefile,v 1.8 2019/07/12 20:48:46 sthen Exp $ +# $OpenBSD: Makefile,v 1.9 2020/07/03 21:13:03 sthen Exp $ COMMENT = WebSocket client for Python MODPY_EGG_VERSION = 0.37.0 DISTNAME = websocket_client-${MODPY_EGG_VERSION} PKGNAME = py-websocket-client-${MODPY_EGG_VERSION} -REVISION = 2 +REVISION = 3 CATEGORIES = net diff --git a/net/py-zeroconf/Makefile b/net/py-zeroconf/Makefile index 21877e9e91a..f22bdecc6b3 100644 --- a/net/py-zeroconf/Makefile +++ b/net/py-zeroconf/Makefile @@ -1,11 +1,11 @@ -# $OpenBSD: Makefile,v 1.6 2020/04/21 15:49:35 ajacoutot Exp $ +# $OpenBSD: Makefile,v 1.7 2020/07/03 21:13:03 sthen Exp $ COMMENT = pure Python Multicast DNS Service Discovery Library MODPY_EGG_VERSION = 0.24.4 DISTNAME = zeroconf-${MODPY_EGG_VERSION} PKGNAME = py-${DISTNAME} -REVISION = 0 +REVISION = 1 CATEGORIES = net diff --git a/net/py-zmq/Makefile b/net/py-zmq/Makefile index 3dfa5194676..b23aedb7123 100644 --- a/net/py-zmq/Makefile +++ b/net/py-zmq/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.27 2019/12/01 04:33:28 kmos Exp $ +# $OpenBSD: Makefile,v 1.28 2020/07/03 21:13:03 sthen Exp $ COMMENT = Python bindings for ZeroMQ @@ -6,6 +6,7 @@ MODPY_EGG_VERSION = 18.0.1 DISTNAME = pyzmq-${MODPY_EGG_VERSION} PKGNAME = ${DISTNAME:S/py/py-/} EPOCH = 0 +REVISION = 0 CATEGORIES = net devel diff --git a/net/qbittorrent/qbittorrent/Makefile b/net/qbittorrent/qbittorrent/Makefile index 29527da6950..4dc1d41b25d 100644 --- a/net/qbittorrent/qbittorrent/Makefile +++ b/net/qbittorrent/qbittorrent/Makefile @@ -1,6 +1,7 @@ -# $OpenBSD: Makefile,v 1.9 2020/03/28 19:48:15 mariani Exp $ +# $OpenBSD: Makefile,v 1.10 2020/07/03 21:13:03 sthen Exp $ COMMENT = BitTorrent client with Qt interface +REVISION = 0 WANTLIB += ${COMPILER_LIBCXX} Qt5Core Qt5Network Qt5Xml boost_system WANTLIB += boost_system-mt c crypto m ssl torrent-rasterbar z diff --git a/net/synapse/Makefile b/net/synapse/Makefile index 389cbb73ea2..fe548c27ea2 100644 --- a/net/synapse/Makefile +++ b/net/synapse/Makefile @@ -1,8 +1,9 @@ -# $OpenBSD: Makefile,v 1.8 2020/06/16 11:16:22 landry Exp $ +# $OpenBSD: Makefile,v 1.9 2020/07/03 21:13:03 sthen Exp $ COMMENT = open network for secure, decentralized communication MODPY_EGG_VERSION = 1.15.1 +REVISION = 0 GH_ACCOUNT = matrix-org GH_PROJECT = synapse diff --git a/net/telepathy/folks/Makefile b/net/telepathy/folks/Makefile index 225df5d5a60..f0b0a77fba6 100644 --- a/net/telepathy/folks/Makefile +++ b/net/telepathy/folks/Makefile @@ -1,9 +1,10 @@ -# $OpenBSD: Makefile,v 1.115 2020/05/14 15:31:15 jasper Exp $ +# $OpenBSD: Makefile,v 1.116 2020/07/03 21:13:03 sthen Exp $ COMMENT= people aggregation library GNOME_PROJECT= folks GNOME_VERSION= 0.14.0 +REVISION= 0 # see BACKEND_DIR in config.h API_V= 46 diff --git a/net/toot/Makefile b/net/toot/Makefile index c9d2c2074ac..44cdc238389 100644 --- a/net/toot/Makefile +++ b/net/toot/Makefile @@ -1,10 +1,12 @@ -# $OpenBSD: Makefile,v 1.15 2020/06/17 11:56:29 kn Exp $ +# $OpenBSD: Makefile,v 1.16 2020/07/03 21:13:03 sthen Exp $ COMMENT = interact with Mastodon social networks from the command line MODPY_EGG_VERSION = 0.27.0 DISTNAME = toot-${MODPY_EGG_VERSION} +REVISION = 0 + CATEGORIES = net HOMEPAGE = https://github.com/ihabunek/toot diff --git a/net/vf1/Makefile b/net/vf1/Makefile index 43673a3bb60..e360df7426c 100644 --- a/net/vf1/Makefile +++ b/net/vf1/Makefile @@ -1,10 +1,11 @@ -# $OpenBSD: Makefile,v 1.4 2019/08/30 08:10:30 solene Exp $ +# $OpenBSD: Makefile,v 1.5 2020/07/03 21:13:03 sthen Exp $ COMMENT = command line gopher client MODPY_EGG_VERSION = 0.0.11 DISTNAME = VF-1-${MODPY_EGG_VERSION} PKGNAME = vf1-${MODPY_EGG_VERSION} +REVISION = 0 CATEGORIES = net diff --git a/net/websockify/Makefile b/net/websockify/Makefile index 0e3e39180e7..7012555ad00 100644 --- a/net/websockify/Makefile +++ b/net/websockify/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.7 2020/03/09 12:43:16 sthen Exp $ +# $OpenBSD: Makefile,v 1.8 2020/07/03 21:13:03 sthen Exp $ COMMENT= WebSocket to TCP proxy @@ -6,6 +6,7 @@ MODPY_EGG_VERSION= 0.9.0 GH_ACCOUNT= novnc GH_PROJECT= websockify GH_TAGNAME= v${MODPY_EGG_VERSION} +REVISION= 0 CATEGORIES= net diff --git a/net/weechat/Makefile b/net/weechat/Makefile index 7cf61590daa..da35f0ff036 100644 --- a/net/weechat/Makefile +++ b/net/weechat/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.47 2020/04/01 05:11:43 rsadowski Exp $ +# $OpenBSD: Makefile,v 1.48 2020/07/03 21:13:03 sthen Exp $ COMMENT-main= fast, light and extensible chat client COMMENT-lua= Lua bindings for weechat @@ -9,6 +9,8 @@ COMMENT-tcl= Tcl bindings for weechat V= 2.8 DISTNAME= weechat-${V} +REVISION-python= 0 + PKGNAME-main= weechat-${V} PKGNAME-lua= weechat-lua-${V} PKGNAME-python= weechat-python-${V} diff --git a/print/hplip/Makefile b/print/hplip/Makefile index ba40b768aa3..dbb74b399f9 100644 --- a/print/hplip/Makefile +++ b/print/hplip/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.178 2020/06/17 07:35:05 ajacoutot Exp $ +# $OpenBSD: Makefile,v 1.179 2020/07/03 21:13:04 sthen Exp $ PORTROACH= skipv:${V}_py2.5 @@ -9,6 +9,9 @@ COMMENT-hpcups= HP native CUPS driver COMMENT-hpijs= HP ghostscript driver (spooler independent) COMMENT-gui= HPLIP graphical tools +REVISION-main= 0 +REVISION-gui= 0 + V= 3.20.6 DISTNAME= hplip-${V} SUBST_VARS= V diff --git a/print/lyx/Makefile b/print/lyx/Makefile index 150d0d9b395..e5d5022519e 100644 --- a/print/lyx/Makefile +++ b/print/lyx/Makefile @@ -1,8 +1,9 @@ -# $OpenBSD: Makefile,v 1.91 2020/03/20 16:44:27 naddy Exp $ +# $OpenBSD: Makefile,v 1.92 2020/07/03 21:13:04 sthen Exp $ COMMENT= graphical frontend for LaTeX (nearly WYSIWYG) DISTNAME= lyx-2.3.4.2 +REVISION= 0 CATEGORIES= print editors diff --git a/print/py-cups/Makefile b/print/py-cups/Makefile index 5c087ea3e76..4f0d1b29e58 100644 --- a/print/py-cups/Makefile +++ b/print/py-cups/Makefile @@ -1,10 +1,11 @@ -# $OpenBSD: Makefile,v 1.33 2020/05/18 15:46:23 ajacoutot Exp $ +# $OpenBSD: Makefile,v 1.34 2020/07/03 21:13:04 sthen Exp $ COMMENT= CUPS bindings for Python MODPY_EGG_VERSION= 2.0.1 DISTNAME= pycups-${MODPY_EGG_VERSION} PKGNAME= ${DISTNAME:S/^py/py-/} +REVISION= 0 CATEGORIES= print diff --git a/print/py-relatorio/Makefile b/print/py-relatorio/Makefile index 6989ec03947..b4d77d06864 100644 --- a/print/py-relatorio/Makefile +++ b/print/py-relatorio/Makefile @@ -1,10 +1,11 @@ -# $OpenBSD: Makefile,v 1.14 2020/02/02 14:26:18 semarie Exp $ +# $OpenBSD: Makefile,v 1.15 2020/07/03 21:13:04 sthen Exp $ COMMENT= templating library able to output odt and pdf files MODPY_EGG_VERSION= 0.9.1 DISTNAME= relatorio-${MODPY_EGG_VERSION} PKGNAME= py-${DISTNAME} +REVISION= 0 CATEGORIES= print textproc diff --git a/print/py-reportlab/Makefile b/print/py-reportlab/Makefile index dfe7be668ab..ada3cd5759a 100644 --- a/print/py-reportlab/Makefile +++ b/print/py-reportlab/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.11 2019/07/12 20:48:57 sthen Exp $ +# $OpenBSD: Makefile,v 1.12 2020/07/03 21:13:04 sthen Exp $ COMMENT= PDF-generating toolkit for Python @@ -6,7 +6,7 @@ MODPY_EGG_VERSION= 3.2.0 DISTNAME= reportlab-${MODPY_EGG_VERSION} PKGNAME= py-${DISTNAME} EPOCH= 0 -REVISION= 3 +REVISION= 4 # see patches/patch-setup_py # grep 'archive =' reportlab-3.2.0/setup.py diff --git a/print/system-config-printer/Makefile b/print/system-config-printer/Makefile index c272ad624a9..6fcd9115ffd 100644 --- a/print/system-config-printer/Makefile +++ b/print/system-config-printer/Makefile @@ -1,10 +1,11 @@ -# $OpenBSD: Makefile,v 1.55 2020/05/17 17:55:22 ajacoutot Exp $ +# $OpenBSD: Makefile,v 1.56 2020/07/03 21:13:04 sthen Exp $ COMMENT= printer (CUPS) administration tool GH_ACCOUNT= OpenPrinting GH_PROJECT= system-config-printer GH_TAGNAME= 1.5.12 +REVISION= 0 CATEGORIES= print sysutils diff --git a/productivity/calcurse/Makefile b/productivity/calcurse/Makefile index abefc6763c0..c736859451d 100644 --- a/productivity/calcurse/Makefile +++ b/productivity/calcurse/Makefile @@ -1,9 +1,10 @@ -# $OpenBSD: Makefile,v 1.33 2020/03/30 11:11:31 fcambus Exp $ +# $OpenBSD: Makefile,v 1.34 2020/07/03 21:13:04 sthen Exp $ COMMENT= text-based calendar and scheduling application DISTNAME= calcurse-4.6.0 EPOCH= 0 +REVISION= 0 CATEGORIES= productivity diff --git a/productivity/gtg/Makefile b/productivity/gtg/Makefile index a89a96506fa..e8c8ffbe147 100644 --- a/productivity/gtg/Makefile +++ b/productivity/gtg/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.34 2020/04/01 14:43:18 jasper Exp $ +# $OpenBSD: Makefile,v 1.35 2020/07/03 21:13:04 sthen Exp $ COMMENT= GTD organizer for GNOME @@ -7,6 +7,7 @@ GH_ACCOUNT = getting-things-gnome GH_COMMIT = 54b2793be236da41549360c5aeb0da5e33a7ff60 MODPY_EGG_VERSION = 0.4.0 DISTNAME = gtg-${MODPY_EGG_VERSION} +REVISION = 0 CATEGORIES= productivity diff --git a/productivity/khal/Makefile b/productivity/khal/Makefile index bcb1d072ae4..7a028f2b2ea 100644 --- a/productivity/khal/Makefile +++ b/productivity/khal/Makefile @@ -1,10 +1,10 @@ -# $OpenBSD: Makefile,v 1.12 2019/07/12 20:48:58 sthen Exp $ +# $OpenBSD: Makefile,v 1.13 2020/07/03 21:13:04 sthen Exp $ COMMENT = standards based terminal calendar MODPY_EGG_VERSION = 0.9.10 DISTNAME = khal-${MODPY_EGG_VERSION} -REVISION = 0 +REVISION = 1 CATEGORIES = productivity diff --git a/productivity/khard/Makefile b/productivity/khard/Makefile index 2d7e6caf790..a2058f1c4f9 100644 --- a/productivity/khard/Makefile +++ b/productivity/khard/Makefile @@ -1,10 +1,10 @@ -# $OpenBSD: Makefile,v 1.5 2020/01/17 13:52:41 sthen Exp $ +# $OpenBSD: Makefile,v 1.6 2020/07/03 21:13:04 sthen Exp $ COMMENT = console CardDAV client MODPY_EGG_VERSION = 0.15.1 DISTNAME = khard-${MODPY_EGG_VERSION} -REVISION = 0 +REVISION = 1 CATEGORIES = productivity diff --git a/productivity/qbirthday/Makefile b/productivity/qbirthday/Makefile index 109629889bb..f691662091e 100644 --- a/productivity/qbirthday/Makefile +++ b/productivity/qbirthday/Makefile @@ -1,10 +1,11 @@ -# $OpenBSD: Makefile,v 1.1.1.1 2020/06/14 19:21:01 kirby Exp $ +# $OpenBSD: Makefile,v 1.2 2020/07/03 21:13:04 sthen Exp $ COMMENT = birthday reminder with tray notification GH_ACCOUNT = lafrech GH_PROJECT = qbirthday GH_TAGNAME = v0.7.0b2 +REVISION = 0 CATEGORIES = productivity x11 diff --git a/productivity/radicale/Makefile b/productivity/radicale/Makefile index 3e6a21cace0..6fc6fac815a 100644 --- a/productivity/radicale/Makefile +++ b/productivity/radicale/Makefile @@ -1,9 +1,9 @@ -# $OpenBSD: Makefile,v 1.37 2019/07/12 20:48:59 sthen Exp $ +# $OpenBSD: Makefile,v 1.38 2020/07/03 21:13:04 sthen Exp $ COMMENT = simple CalDAV calendar server MODPY_EGG_VERSION = 1.1.6 -REVISION = 2 +REVISION = 3 DISTNAME = Radicale-${MODPY_EGG_VERSION} PKGNAME = ${DISTNAME:L} CATEGORIES = productivity net diff --git a/productivity/radicale2/Makefile b/productivity/radicale2/Makefile index 9dc2bd3e712..1c6381f63a4 100644 --- a/productivity/radicale2/Makefile +++ b/productivity/radicale2/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.6 2020/05/19 13:22:57 sthen Exp $ +# $OpenBSD: Makefile,v 1.7 2020/07/03 21:13:04 sthen Exp $ COMMENT = simple CalDAV calendar server @@ -6,6 +6,7 @@ MODPY_EGG_VERSION = 2.1.12 DISTNAME = Radicale-${MODPY_EGG_VERSION} PKGNAME = ${DISTNAME:L} CATEGORIES = productivity net +REVISION = 0 HOMEPAGE = https://radicale.org/ diff --git a/productivity/rednotebook/Makefile b/productivity/rednotebook/Makefile index bda591682c1..175bd5fc1ba 100644 --- a/productivity/rednotebook/Makefile +++ b/productivity/rednotebook/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.36 2020/02/13 16:51:05 solene Exp $ +# $OpenBSD: Makefile,v 1.37 2020/07/03 21:13:04 sthen Exp $ COMMENT= diary and journal application @@ -6,7 +6,7 @@ MODPY_EGG_VERSION= 2.15 GH_TAGNAME= v${MODPY_EGG_VERSION} GH_ACCOUNT= jendrikseipp GH_PROJECT= rednotebook -REVISION= 0 +REVISION= 1 CATEGORIES= productivity diff --git a/productivity/tryton/5.0/account/Makefile b/productivity/tryton/5.0/account/Makefile index 41b2880431c..0924a3def08 100644 --- a/productivity/tryton/5.0/account/Makefile +++ b/productivity/tryton/5.0/account/Makefile @@ -1,7 +1,8 @@ -# $OpenBSD: Makefile,v 1.13 2020/05/14 17:25:15 semarie Exp $ +# $OpenBSD: Makefile,v 1.14 2020/07/03 21:12:24 sthen Exp $ MODPY_EGG_VERSION = 5.0.12 TRYTON_MODULE = account +REVISION = 0 TRYTON_DEPENDS += party \ currency \ diff --git a/productivity/tryton/5.0/account_asset/Makefile b/productivity/tryton/5.0/account_asset/Makefile index db7d24ccc98..396f988a204 100644 --- a/productivity/tryton/5.0/account_asset/Makefile +++ b/productivity/tryton/5.0/account_asset/Makefile @@ -1,7 +1,8 @@ -# $OpenBSD: Makefile,v 1.5 2020/04/10 15:21:09 semarie Exp $ +# $OpenBSD: Makefile,v 1.6 2020/07/03 21:12:24 sthen Exp $ MODPY_EGG_VERSION = 5.0.3 TRYTON_MODULE = account_asset +REVISION = 0 TRYTON_DEPENDS += account \ account_product \ diff --git a/productivity/tryton/5.0/account_be/Makefile b/productivity/tryton/5.0/account_be/Makefile index 1a1f24cb1de..862383a59cb 100644 --- a/productivity/tryton/5.0/account_be/Makefile +++ b/productivity/tryton/5.0/account_be/Makefile @@ -1,7 +1,8 @@ -# $OpenBSD: Makefile,v 1.4 2020/04/10 15:21:09 semarie Exp $ +# $OpenBSD: Makefile,v 1.5 2020/07/03 21:12:24 sthen Exp $ MODPY_EGG_VERSION = 5.0.2 TRYTON_MODULE = account_be +REVISION = 0 TRYTON_DEPENDS += account \ account_eu diff --git a/productivity/tryton/5.0/account_credit_limit/Makefile b/productivity/tryton/5.0/account_credit_limit/Makefile index 8e9a284facb..e76feff4adf 100644 --- a/productivity/tryton/5.0/account_credit_limit/Makefile +++ b/productivity/tryton/5.0/account_credit_limit/Makefile @@ -1,7 +1,8 @@ -# $OpenBSD: Makefile,v 1.4 2020/04/10 15:21:10 semarie Exp $ +# $OpenBSD: Makefile,v 1.5 2020/07/03 21:12:24 sthen Exp $ MODPY_EGG_VERSION = 5.0.2 TRYTON_MODULE = account_credit_limit +REVISION = 0 TRYTON_DEPENDS += account \ company \ diff --git a/productivity/tryton/5.0/account_de_skr03/Makefile b/productivity/tryton/5.0/account_de_skr03/Makefile index 108090983aa..22259d07462 100644 --- a/productivity/tryton/5.0/account_de_skr03/Makefile +++ b/productivity/tryton/5.0/account_de_skr03/Makefile @@ -1,7 +1,8 @@ -# $OpenBSD: Makefile,v 1.4 2020/04/10 15:21:10 semarie Exp $ +# $OpenBSD: Makefile,v 1.5 2020/07/03 21:12:24 sthen Exp $ MODPY_EGG_VERSION = 5.0.2 TRYTON_MODULE = account_de_skr03 +REVISION = 0 TRYTON_DEPENDS += account diff --git a/productivity/tryton/5.0/account_deposit/Makefile b/productivity/tryton/5.0/account_deposit/Makefile index ca6eeeab906..8bef29894bd 100644 --- a/productivity/tryton/5.0/account_deposit/Makefile +++ b/productivity/tryton/5.0/account_deposit/Makefile @@ -1,7 +1,8 @@ -# $OpenBSD: Makefile,v 1.5 2020/04/10 15:21:10 semarie Exp $ +# $OpenBSD: Makefile,v 1.6 2020/07/03 21:12:24 sthen Exp $ MODPY_EGG_VERSION = 5.0.3 TRYTON_MODULE = account_deposit +REVISION = 0 TRYTON_DEPENDS += account \ account_invoice \ diff --git a/productivity/tryton/5.0/account_dunning/Makefile b/productivity/tryton/5.0/account_dunning/Makefile index 1b3417e4f47..1d2744073ef 100644 --- a/productivity/tryton/5.0/account_dunning/Makefile +++ b/productivity/tryton/5.0/account_dunning/Makefile @@ -1,7 +1,8 @@ -# $OpenBSD: Makefile,v 1.4 2020/04/10 15:21:10 semarie Exp $ +# $OpenBSD: Makefile,v 1.5 2020/07/03 21:12:24 sthen Exp $ MODPY_EGG_VERSION = 5.0.3 TRYTON_MODULE = account_dunning +REVISION = 0 TRYTON_DEPENDS += account \ company \ diff --git a/productivity/tryton/5.0/account_dunning_email/Makefile b/productivity/tryton/5.0/account_dunning_email/Makefile index ae8e12ed442..95767fe6886 100644 --- a/productivity/tryton/5.0/account_dunning_email/Makefile +++ b/productivity/tryton/5.0/account_dunning_email/Makefile @@ -1,7 +1,8 @@ -# $OpenBSD: Makefile,v 1.4 2020/04/10 15:21:10 semarie Exp $ +# $OpenBSD: Makefile,v 1.5 2020/07/03 21:12:24 sthen Exp $ MODPY_EGG_VERSION = 5.0.2 TRYTON_MODULE = account_dunning_email +REVISION = 0 TRYTON_DEPENDS += account_dunning \ account_dunning_letter \ diff --git a/productivity/tryton/5.0/account_dunning_fee/Makefile b/productivity/tryton/5.0/account_dunning_fee/Makefile index 3ac1384bf13..34e47780426 100644 --- a/productivity/tryton/5.0/account_dunning_fee/Makefile +++ b/productivity/tryton/5.0/account_dunning_fee/Makefile @@ -1,7 +1,8 @@ -# $OpenBSD: Makefile,v 1.4 2020/04/10 15:21:10 semarie Exp $ +# $OpenBSD: Makefile,v 1.5 2020/07/03 21:12:24 sthen Exp $ MODPY_EGG_VERSION = 5.0.2 TRYTON_MODULE = account_dunning_fee +REVISION = 0 TRYTON_DEPENDS += account_dunning \ account_product diff --git a/productivity/tryton/5.0/account_dunning_letter/Makefile b/productivity/tryton/5.0/account_dunning_letter/Makefile index f13336fa34e..d08e2b26342 100644 --- a/productivity/tryton/5.0/account_dunning_letter/Makefile +++ b/productivity/tryton/5.0/account_dunning_letter/Makefile @@ -1,7 +1,8 @@ -# $OpenBSD: Makefile,v 1.5 2020/04/10 15:21:10 semarie Exp $ +# $OpenBSD: Makefile,v 1.6 2020/07/03 21:12:25 sthen Exp $ MODPY_EGG_VERSION = 5.0.3 TRYTON_MODULE = account_dunning_letter +REVISION = 0 TRYTON_DEPENDS += account \ account_dunning \ diff --git a/productivity/tryton/5.0/account_es/Makefile b/productivity/tryton/5.0/account_es/Makefile index 4f0cff511b5..68a5aff41cd 100644 --- a/productivity/tryton/5.0/account_es/Makefile +++ b/productivity/tryton/5.0/account_es/Makefile @@ -1,7 +1,8 @@ -# $OpenBSD: Makefile,v 1.5 2020/04/10 15:21:10 semarie Exp $ +# $OpenBSD: Makefile,v 1.6 2020/07/03 21:12:25 sthen Exp $ MODPY_EGG_VERSION = 5.0.4 TRYTON_MODULE = account_es +REVISION = 0 TRYTON_DEPENDS += account \ account_eu diff --git a/productivity/tryton/5.0/account_eu/Makefile b/productivity/tryton/5.0/account_eu/Makefile index 3af0ccdc0cd..fa0eafc49f2 100644 --- a/productivity/tryton/5.0/account_eu/Makefile +++ b/productivity/tryton/5.0/account_eu/Makefile @@ -1,7 +1,8 @@ -# $OpenBSD: Makefile,v 1.5 2020/04/10 15:21:10 semarie Exp $ +# $OpenBSD: Makefile,v 1.6 2020/07/03 21:12:25 sthen Exp $ MODPY_EGG_VERSION = 5.0.3 TRYTON_MODULE = account_eu +REVISION = 0 TRYTON_DEPENDS += account \ account_invoice \ diff --git a/productivity/tryton/5.0/account_fr/Makefile b/productivity/tryton/5.0/account_fr/Makefile index 87ff4ed89eb..e23c004b2fa 100644 --- a/productivity/tryton/5.0/account_fr/Makefile +++ b/productivity/tryton/5.0/account_fr/Makefile @@ -1,7 +1,8 @@ -# $OpenBSD: Makefile,v 1.5 2020/04/10 15:21:10 semarie Exp $ +# $OpenBSD: Makefile,v 1.6 2020/07/03 21:12:25 sthen Exp $ MODPY_EGG_VERSION = 5.0.3 TRYTON_MODULE = account_fr +REVISION = 0 TRYTON_DEPENDS += account \ party_siret diff --git a/productivity/tryton/5.0/account_fr_chorus/Makefile b/productivity/tryton/5.0/account_fr_chorus/Makefile index 40500b48355..f3b577d6f5f 100644 --- a/productivity/tryton/5.0/account_fr_chorus/Makefile +++ b/productivity/tryton/5.0/account_fr_chorus/Makefile @@ -1,7 +1,8 @@ -# $OpenBSD: Makefile,v 1.5 2020/04/10 15:21:11 semarie Exp $ +# $OpenBSD: Makefile,v 1.6 2020/07/03 21:12:25 sthen Exp $ MODPY_EGG_VERSION = 5.0.3 TRYTON_MODULE = account_fr_chorus +REVISION = 0 TRYTON_DEPENDS += account \ account_invoice \ diff --git a/productivity/tryton/5.0/account_invoice/Makefile b/productivity/tryton/5.0/account_invoice/Makefile index eb0058b1623..233695da2f6 100644 --- a/productivity/tryton/5.0/account_invoice/Makefile +++ b/productivity/tryton/5.0/account_invoice/Makefile @@ -1,7 +1,8 @@ -# $OpenBSD: Makefile,v 1.10 2020/04/10 15:21:11 semarie Exp $ +# $OpenBSD: Makefile,v 1.11 2020/07/03 21:12:25 sthen Exp $ MODPY_EGG_VERSION = 5.0.8 TRYTON_MODULE = account_invoice +REVISION = 0 TRYTON_DEPENDS += account \ account_product \ diff --git a/productivity/tryton/5.0/account_invoice_correction/Makefile b/productivity/tryton/5.0/account_invoice_correction/Makefile index d8cd38479e5..543ae0dee6c 100644 --- a/productivity/tryton/5.0/account_invoice_correction/Makefile +++ b/productivity/tryton/5.0/account_invoice_correction/Makefile @@ -1,7 +1,8 @@ -# $OpenBSD: Makefile,v 1.4 2020/04/10 15:21:11 semarie Exp $ +# $OpenBSD: Makefile,v 1.5 2020/07/03 21:12:25 sthen Exp $ MODPY_EGG_VERSION = 5.0.2 TRYTON_MODULE = account_invoice_correction +REVISION = 0 TRYTON_DEPENDS += account_invoice diff --git a/productivity/tryton/5.0/account_invoice_history/Makefile b/productivity/tryton/5.0/account_invoice_history/Makefile index 098a4d099aa..0eb6151f2ae 100644 --- a/productivity/tryton/5.0/account_invoice_history/Makefile +++ b/productivity/tryton/5.0/account_invoice_history/Makefile @@ -1,7 +1,8 @@ -# $OpenBSD: Makefile,v 1.6 2020/04/10 15:21:11 semarie Exp $ +# $OpenBSD: Makefile,v 1.7 2020/07/03 21:12:25 sthen Exp $ MODPY_EGG_VERSION = 5.0.4 TRYTON_MODULE = account_invoice_history +REVISION = 0 TRYTON_DEPENDS += account_invoice \ party diff --git a/productivity/tryton/5.0/account_invoice_line_standalone/Makefile b/productivity/tryton/5.0/account_invoice_line_standalone/Makefile index bbca58c66ab..8c35a7632c4 100644 --- a/productivity/tryton/5.0/account_invoice_line_standalone/Makefile +++ b/productivity/tryton/5.0/account_invoice_line_standalone/Makefile @@ -1,7 +1,8 @@ -# $OpenBSD: Makefile,v 1.4 2020/04/10 15:21:11 semarie Exp $ +# $OpenBSD: Makefile,v 1.5 2020/07/03 21:12:25 sthen Exp $ MODPY_EGG_VERSION = 5.0.2 TRYTON_MODULE = account_invoice_line_standalone +REVISION = 0 TRYTON_DEPENDS += account_invoice diff --git a/productivity/tryton/5.0/account_invoice_stock/Makefile b/productivity/tryton/5.0/account_invoice_stock/Makefile index f6329704cd4..ee0de2fdcfa 100644 --- a/productivity/tryton/5.0/account_invoice_stock/Makefile +++ b/productivity/tryton/5.0/account_invoice_stock/Makefile @@ -1,7 +1,8 @@ -# $OpenBSD: Makefile,v 1.5 2020/05/14 17:25:15 semarie Exp $ +# $OpenBSD: Makefile,v 1.6 2020/07/03 21:12:25 sthen Exp $ MODPY_EGG_VERSION = 5.0.3 TRYTON_MODULE = account_invoice_stock +REVISION = 0 TRYTON_DEPENDS += account_invoice \ stock \ diff --git a/productivity/tryton/5.0/account_payment/Makefile b/productivity/tryton/5.0/account_payment/Makefile index 9d269756ff9..053d5662b0f 100644 --- a/productivity/tryton/5.0/account_payment/Makefile +++ b/productivity/tryton/5.0/account_payment/Makefile @@ -1,7 +1,8 @@ -# $OpenBSD: Makefile,v 1.6 2020/05/14 17:25:15 semarie Exp $ +# $OpenBSD: Makefile,v 1.7 2020/07/03 21:12:25 sthen Exp $ MODPY_EGG_VERSION = 5.0.4 TRYTON_MODULE = account_payment +REVISION = 0 TRYTON_DEPENDS += account \ company \ diff --git a/productivity/tryton/5.0/account_payment_clearing/Makefile b/productivity/tryton/5.0/account_payment_clearing/Makefile index 6cc76f6102a..17527d16e85 100644 --- a/productivity/tryton/5.0/account_payment_clearing/Makefile +++ b/productivity/tryton/5.0/account_payment_clearing/Makefile @@ -1,7 +1,8 @@ -# $OpenBSD: Makefile,v 1.7 2020/04/10 15:21:11 semarie Exp $ +# $OpenBSD: Makefile,v 1.8 2020/07/03 21:12:25 sthen Exp $ MODPY_EGG_VERSION = 5.0.5 TRYTON_MODULE = account_payment_clearing +REVISION = 0 TRYTON_DEPENDS += account_payment diff --git a/productivity/tryton/5.0/account_payment_sepa/Makefile b/productivity/tryton/5.0/account_payment_sepa/Makefile index 45061236540..285e3575802 100644 --- a/productivity/tryton/5.0/account_payment_sepa/Makefile +++ b/productivity/tryton/5.0/account_payment_sepa/Makefile @@ -1,7 +1,8 @@ -# $OpenBSD: Makefile,v 1.6 2020/03/12 10:30:57 semarie Exp $ +# $OpenBSD: Makefile,v 1.7 2020/07/03 21:12:25 sthen Exp $ MODPY_EGG_VERSION = 5.0.4 TRYTON_MODULE = account_payment_sepa +REVISION = 0 TRYTON_DEPENDS += account_payment \ company \ diff --git a/productivity/tryton/5.0/account_payment_sepa_cfonb/Makefile b/productivity/tryton/5.0/account_payment_sepa_cfonb/Makefile index f0f4d18e34d..7003bcc6622 100644 --- a/productivity/tryton/5.0/account_payment_sepa_cfonb/Makefile +++ b/productivity/tryton/5.0/account_payment_sepa_cfonb/Makefile @@ -1,7 +1,8 @@ -# $OpenBSD: Makefile,v 1.5 2020/04/10 15:21:11 semarie Exp $ +# $OpenBSD: Makefile,v 1.6 2020/07/03 21:12:25 sthen Exp $ MODPY_EGG_VERSION = 5.0.3 TRYTON_MODULE = account_payment_sepa_cfonb +REVISION = 0 TRYTON_DEPENDS += account_payment \ account_payment_sepa \ diff --git a/productivity/tryton/5.0/account_product/Makefile b/productivity/tryton/5.0/account_product/Makefile index eaacb20e420..0095540741c 100644 --- a/productivity/tryton/5.0/account_product/Makefile +++ b/productivity/tryton/5.0/account_product/Makefile @@ -1,7 +1,8 @@ -# $OpenBSD: Makefile,v 1.6 2020/04/10 15:21:11 semarie Exp $ +# $OpenBSD: Makefile,v 1.7 2020/07/03 21:12:25 sthen Exp $ MODPY_EGG_VERSION = 5.0.4 TRYTON_MODULE = account_product +REVISION = 0 TRYTON_DEPENDS += account \ company \ diff --git a/productivity/tryton/5.0/account_statement/Makefile b/productivity/tryton/5.0/account_statement/Makefile index 2beba011420..abe5c77fc95 100644 --- a/productivity/tryton/5.0/account_statement/Makefile +++ b/productivity/tryton/5.0/account_statement/Makefile @@ -1,7 +1,8 @@ -# $OpenBSD: Makefile,v 1.7 2020/04/10 15:21:11 semarie Exp $ +# $OpenBSD: Makefile,v 1.8 2020/07/03 21:12:25 sthen Exp $ MODPY_EGG_VERSION = 5.0.6 TRYTON_MODULE = account_statement +REVISION = 0 TRYTON_DEPENDS += account \ account_invoice \ diff --git a/productivity/tryton/5.0/account_statement_ofx/Makefile b/productivity/tryton/5.0/account_statement_ofx/Makefile index f8aab96dc4d..5f3da289cb7 100644 --- a/productivity/tryton/5.0/account_statement_ofx/Makefile +++ b/productivity/tryton/5.0/account_statement_ofx/Makefile @@ -1,7 +1,8 @@ -# $OpenBSD: Makefile,v 1.5 2020/04/10 15:21:11 semarie Exp $ +# $OpenBSD: Makefile,v 1.6 2020/07/03 21:12:25 sthen Exp $ MODPY_EGG_VERSION = 5.0.3 TRYTON_MODULE = account_statement_ofx +REVISION = 0 TRYTON_DEPENDS += account_statement \ bank \ diff --git a/productivity/tryton/5.0/account_stock_anglo_saxon/Makefile b/productivity/tryton/5.0/account_stock_anglo_saxon/Makefile index 51a373a8eec..96e71d738a3 100644 --- a/productivity/tryton/5.0/account_stock_anglo_saxon/Makefile +++ b/productivity/tryton/5.0/account_stock_anglo_saxon/Makefile @@ -1,7 +1,8 @@ -# $OpenBSD: Makefile,v 1.5 2020/04/10 15:21:11 semarie Exp $ +# $OpenBSD: Makefile,v 1.6 2020/07/03 21:12:26 sthen Exp $ MODPY_EGG_VERSION = 5.0.3 TRYTON_MODULE = account_stock_anglo_saxon +REVISION = 0 TRYTON_DEPENDS += account \ account_invoice \ diff --git a/productivity/tryton/5.0/account_stock_continental/Makefile b/productivity/tryton/5.0/account_stock_continental/Makefile index b37b537d409..213bbfe2662 100644 --- a/productivity/tryton/5.0/account_stock_continental/Makefile +++ b/productivity/tryton/5.0/account_stock_continental/Makefile @@ -1,7 +1,8 @@ -# $OpenBSD: Makefile,v 1.4 2020/04/10 15:21:11 semarie Exp $ +# $OpenBSD: Makefile,v 1.5 2020/07/03 21:12:26 sthen Exp $ MODPY_EGG_VERSION = 5.0.2 TRYTON_MODULE = account_stock_continental +REVISION = 0 TRYTON_DEPENDS += account \ account_product \ diff --git a/productivity/tryton/5.0/account_stock_landed_cost/Makefile b/productivity/tryton/5.0/account_stock_landed_cost/Makefile index 5b31d8ebb27..ecef9a7e15d 100644 --- a/productivity/tryton/5.0/account_stock_landed_cost/Makefile +++ b/productivity/tryton/5.0/account_stock_landed_cost/Makefile @@ -1,7 +1,8 @@ -# $OpenBSD: Makefile,v 1.4 2020/04/10 15:21:11 semarie Exp $ +# $OpenBSD: Makefile,v 1.5 2020/07/03 21:12:26 sthen Exp $ MODPY_EGG_VERSION = 5.0.2 TRYTON_MODULE = account_stock_landed_cost +REVISION = 0 TRYTON_DEPENDS += account \ account_invoice \ diff --git a/productivity/tryton/5.0/account_stock_landed_cost_weight/Makefile b/productivity/tryton/5.0/account_stock_landed_cost_weight/Makefile index b18c2a86a02..8762a3b879c 100644 --- a/productivity/tryton/5.0/account_stock_landed_cost_weight/Makefile +++ b/productivity/tryton/5.0/account_stock_landed_cost_weight/Makefile @@ -1,7 +1,8 @@ -# $OpenBSD: Makefile,v 1.4 2020/04/10 15:21:12 semarie Exp $ +# $OpenBSD: Makefile,v 1.5 2020/07/03 21:12:26 sthen Exp $ MODPY_EGG_VERSION = 5.0.2 TRYTON_MODULE = account_stock_landed_cost_weight +REVISION = 0 TRYTON_DEPENDS += account_stock_landed_cost \ product \ diff --git a/productivity/tryton/5.0/analytic_account/Makefile b/productivity/tryton/5.0/analytic_account/Makefile index c4ef39ac392..02ac5ca4293 100644 --- a/productivity/tryton/5.0/analytic_account/Makefile +++ b/productivity/tryton/5.0/analytic_account/Makefile @@ -1,7 +1,8 @@ -# $OpenBSD: Makefile,v 1.4 2020/04/10 15:21:12 semarie Exp $ +# $OpenBSD: Makefile,v 1.5 2020/07/03 21:12:26 sthen Exp $ MODPY_EGG_VERSION = 5.0.2 TRYTON_MODULE = analytic_account +REVISION = 0 TRYTON_DEPENDS += account \ company \ diff --git a/productivity/tryton/5.0/analytic_invoice/Makefile b/productivity/tryton/5.0/analytic_invoice/Makefile index 64ac17c6668..42d50a9fec2 100644 --- a/productivity/tryton/5.0/analytic_invoice/Makefile +++ b/productivity/tryton/5.0/analytic_invoice/Makefile @@ -1,7 +1,8 @@ -# $OpenBSD: Makefile,v 1.5 2020/05/14 17:25:15 semarie Exp $ +# $OpenBSD: Makefile,v 1.6 2020/07/03 21:12:26 sthen Exp $ MODPY_EGG_VERSION = 5.0.3 TRYTON_MODULE = analytic_invoice +REVISION = 0 TRYTON_DEPENDS += account_invoice \ analytic_account diff --git a/productivity/tryton/5.0/analytic_purchase/Makefile b/productivity/tryton/5.0/analytic_purchase/Makefile index efdc0ce0c75..9079d351b61 100644 --- a/productivity/tryton/5.0/analytic_purchase/Makefile +++ b/productivity/tryton/5.0/analytic_purchase/Makefile @@ -1,7 +1,8 @@ -# $OpenBSD: Makefile,v 1.4 2020/04/10 15:21:12 semarie Exp $ +# $OpenBSD: Makefile,v 1.5 2020/07/03 21:12:26 sthen Exp $ MODPY_EGG_VERSION = 5.0.2 TRYTON_MODULE = analytic_purchase +REVISION = 0 TRYTON_DEPENDS += analytic_account \ analytic_invoice \ diff --git a/productivity/tryton/5.0/analytic_sale/Makefile b/productivity/tryton/5.0/analytic_sale/Makefile index 104a1e01df2..405360be68d 100644 --- a/productivity/tryton/5.0/analytic_sale/Makefile +++ b/productivity/tryton/5.0/analytic_sale/Makefile @@ -1,7 +1,8 @@ -# $OpenBSD: Makefile,v 1.4 2020/04/10 15:21:12 semarie Exp $ +# $OpenBSD: Makefile,v 1.5 2020/07/03 21:12:26 sthen Exp $ MODPY_EGG_VERSION = 5.0.2 TRYTON_MODULE = analytic_sale +REVISION = 0 TRYTON_DEPENDS += analytic_account \ analytic_invoice \ diff --git a/productivity/tryton/5.0/authentication_sms/Makefile b/productivity/tryton/5.0/authentication_sms/Makefile index 3dd21693cc9..4037d58b740 100644 --- a/productivity/tryton/5.0/authentication_sms/Makefile +++ b/productivity/tryton/5.0/authentication_sms/Makefile @@ -1,6 +1,7 @@ -# $OpenBSD: Makefile,v 1.5 2020/05/14 17:25:15 semarie Exp $ +# $OpenBSD: Makefile,v 1.6 2020/07/03 21:12:26 sthen Exp $ MODPY_EGG_VERSION = 5.0.3 TRYTON_MODULE = authentication_sms +REVISION = 0 .include diff --git a/productivity/tryton/5.0/bank/Makefile b/productivity/tryton/5.0/bank/Makefile index eb40c5b42e2..5600aff9908 100644 --- a/productivity/tryton/5.0/bank/Makefile +++ b/productivity/tryton/5.0/bank/Makefile @@ -1,7 +1,8 @@ -# $OpenBSD: Makefile,v 1.4 2020/04/10 15:21:12 semarie Exp $ +# $OpenBSD: Makefile,v 1.5 2020/07/03 21:12:26 sthen Exp $ MODPY_EGG_VERSION = 5.0.2 TRYTON_MODULE = bank +REVISION = 0 TRYTON_DEPENDS += party \ currency diff --git a/productivity/tryton/5.0/carrier/Makefile b/productivity/tryton/5.0/carrier/Makefile index ff0462a9a18..bdd650ca6c1 100644 --- a/productivity/tryton/5.0/carrier/Makefile +++ b/productivity/tryton/5.0/carrier/Makefile @@ -1,7 +1,8 @@ -# $OpenBSD: Makefile,v 1.5 2020/04/10 15:21:12 semarie Exp $ +# $OpenBSD: Makefile,v 1.6 2020/07/03 21:12:26 sthen Exp $ MODPY_EGG_VERSION = 5.0.3 TRYTON_MODULE = carrier +REVISION = 0 TRYTON_DEPENDS += country \ party \ diff --git a/productivity/tryton/5.0/carrier_percentage/Makefile b/productivity/tryton/5.0/carrier_percentage/Makefile index 1eef36d3bba..3f3bb68b700 100644 --- a/productivity/tryton/5.0/carrier_percentage/Makefile +++ b/productivity/tryton/5.0/carrier_percentage/Makefile @@ -1,7 +1,8 @@ -# $OpenBSD: Makefile,v 1.4 2020/04/10 15:21:12 semarie Exp $ +# $OpenBSD: Makefile,v 1.5 2020/07/03 21:12:26 sthen Exp $ MODPY_EGG_VERSION = 5.0.2 TRYTON_MODULE = carrier_percentage +REVISION = 0 TRYTON_DEPENDS += carrier \ currency diff --git a/productivity/tryton/5.0/carrier_weight/Makefile b/productivity/tryton/5.0/carrier_weight/Makefile index 07cbbde9789..5269d00e96e 100644 --- a/productivity/tryton/5.0/carrier_weight/Makefile +++ b/productivity/tryton/5.0/carrier_weight/Makefile @@ -1,7 +1,8 @@ -# $OpenBSD: Makefile,v 1.6 2020/04/10 15:21:13 semarie Exp $ +# $OpenBSD: Makefile,v 1.7 2020/07/03 21:12:26 sthen Exp $ MODPY_EGG_VERSION = 5.0.4 TRYTON_MODULE = carrier_weight +REVISION = 0 TRYTON_DEPENDS += carrier \ company \ diff --git a/productivity/tryton/5.0/commission/Makefile b/productivity/tryton/5.0/commission/Makefile index 7d019876c26..3d2eef5f116 100644 --- a/productivity/tryton/5.0/commission/Makefile +++ b/productivity/tryton/5.0/commission/Makefile @@ -1,7 +1,8 @@ -# $OpenBSD: Makefile,v 1.4 2020/04/10 15:21:13 semarie Exp $ +# $OpenBSD: Makefile,v 1.5 2020/07/03 21:12:26 sthen Exp $ MODPY_EGG_VERSION = 5.0.2 TRYTON_MODULE = commission +REVISION = 0 TRYTON_DEPENDS += account \ account_invoice \ diff --git a/productivity/tryton/5.0/commission_waiting/Makefile b/productivity/tryton/5.0/commission_waiting/Makefile index a48b53f3a21..545b8c11f8e 100644 --- a/productivity/tryton/5.0/commission_waiting/Makefile +++ b/productivity/tryton/5.0/commission_waiting/Makefile @@ -1,7 +1,8 @@ -# $OpenBSD: Makefile,v 1.4 2020/04/10 15:21:13 semarie Exp $ +# $OpenBSD: Makefile,v 1.5 2020/07/03 21:12:26 sthen Exp $ MODPY_EGG_VERSION = 5.0.2 TRYTON_MODULE = commission_waiting +REVISION = 0 TRYTON_DEPENDS += account \ account_invoice \ diff --git a/productivity/tryton/5.0/company/Makefile b/productivity/tryton/5.0/company/Makefile index c4a575bdd0d..09cf9a7951d 100644 --- a/productivity/tryton/5.0/company/Makefile +++ b/productivity/tryton/5.0/company/Makefile @@ -1,7 +1,8 @@ -# $OpenBSD: Makefile,v 1.4 2020/04/10 15:21:13 semarie Exp $ +# $OpenBSD: Makefile,v 1.5 2020/07/03 21:12:26 sthen Exp $ MODPY_EGG_VERSION = 5.0.2 TRYTON_MODULE = company +REVISION = 0 TRYTON_DEPENDS += party \ currency diff --git a/productivity/tryton/5.0/company_work_time/Makefile b/productivity/tryton/5.0/company_work_time/Makefile index 144e1ca9a68..1dbf46102cf 100644 --- a/productivity/tryton/5.0/company_work_time/Makefile +++ b/productivity/tryton/5.0/company_work_time/Makefile @@ -1,7 +1,8 @@ -# $OpenBSD: Makefile,v 1.4 2020/04/10 15:21:13 semarie Exp $ +# $OpenBSD: Makefile,v 1.5 2020/07/03 21:12:26 sthen Exp $ MODPY_EGG_VERSION = 5.0.2 TRYTON_MODULE = company_work_time +REVISION = 0 TRYTON_DEPENDS += company diff --git a/productivity/tryton/5.0/country/Makefile b/productivity/tryton/5.0/country/Makefile index 72d3aed06a5..311d016df76 100644 --- a/productivity/tryton/5.0/country/Makefile +++ b/productivity/tryton/5.0/country/Makefile @@ -1,6 +1,7 @@ -# $OpenBSD: Makefile,v 1.4 2020/04/10 15:21:13 semarie Exp $ +# $OpenBSD: Makefile,v 1.5 2020/07/03 21:12:26 sthen Exp $ MODPY_EGG_VERSION = 5.0.2 TRYTON_MODULE = country +REVISION = 0 .include diff --git a/productivity/tryton/5.0/currency/Makefile b/productivity/tryton/5.0/currency/Makefile index 8ca8eb202d3..243a603e1ce 100644 --- a/productivity/tryton/5.0/currency/Makefile +++ b/productivity/tryton/5.0/currency/Makefile @@ -1,7 +1,8 @@ -# $OpenBSD: Makefile,v 1.5 2020/04/10 15:21:13 semarie Exp $ +# $OpenBSD: Makefile,v 1.6 2020/07/03 21:12:26 sthen Exp $ MODPY_EGG_VERSION = 5.0.4 TRYTON_MODULE = currency +REVISION = 0 RUN_DEPENDS += databases/py-sql${MODPY_FLAVOR} diff --git a/productivity/tryton/5.0/customs/Makefile b/productivity/tryton/5.0/customs/Makefile index 1163cce622b..118ee337aea 100644 --- a/productivity/tryton/5.0/customs/Makefile +++ b/productivity/tryton/5.0/customs/Makefile @@ -1,7 +1,8 @@ -# $OpenBSD: Makefile,v 1.5 2020/04/10 15:21:13 semarie Exp $ +# $OpenBSD: Makefile,v 1.6 2020/07/03 21:12:27 sthen Exp $ MODPY_EGG_VERSION = 5.0.3 TRYTON_MODULE = customs +REVISION = 0 TRYTON_DEPENDS += country \ currency \ diff --git a/productivity/tryton/5.0/dashboard/Makefile b/productivity/tryton/5.0/dashboard/Makefile index 5690b86ad2e..21050c07898 100644 --- a/productivity/tryton/5.0/dashboard/Makefile +++ b/productivity/tryton/5.0/dashboard/Makefile @@ -1,7 +1,8 @@ -# $OpenBSD: Makefile,v 1.5 2020/04/10 15:21:13 semarie Exp $ +# $OpenBSD: Makefile,v 1.6 2020/07/03 21:12:27 sthen Exp $ MODPY_EGG_VERSION = 5.0.3 TRYTON_MODULE = dashboard +REVISION = 0 RUN_DEPENDS += databases/py-sql${MODPY_FLAVOR} \ textproc/py-lxml${MODPY_FLAVOR} diff --git a/productivity/tryton/5.0/edocument_uncefact/Makefile b/productivity/tryton/5.0/edocument_uncefact/Makefile index 67a9d3f5293..aadc38ad545 100644 --- a/productivity/tryton/5.0/edocument_uncefact/Makefile +++ b/productivity/tryton/5.0/edocument_uncefact/Makefile @@ -1,7 +1,8 @@ -# $OpenBSD: Makefile,v 1.5 2020/04/10 15:21:13 semarie Exp $ +# $OpenBSD: Makefile,v 1.6 2020/07/03 21:12:27 sthen Exp $ MODPY_EGG_VERSION = 5.0.3 TRYTON_MODULE = edocument_uncefact +REVISION = 0 TRYTON_DEPENDS += edocument_unece diff --git a/productivity/tryton/5.0/edocument_unece/Makefile b/productivity/tryton/5.0/edocument_unece/Makefile index 8ebf0183782..1adb4b5c6ff 100644 --- a/productivity/tryton/5.0/edocument_unece/Makefile +++ b/productivity/tryton/5.0/edocument_unece/Makefile @@ -1,7 +1,8 @@ -# $OpenBSD: Makefile,v 1.4 2020/04/10 15:21:13 semarie Exp $ +# $OpenBSD: Makefile,v 1.5 2020/07/03 21:12:27 sthen Exp $ MODPY_EGG_VERSION = 5.0.2 TRYTON_MODULE = edocument_unece +REVISION = 0 TRYTON_DEPENDS += product \ account diff --git a/productivity/tryton/5.0/google_maps/Makefile b/productivity/tryton/5.0/google_maps/Makefile index 4977315b4f9..ac38b56a123 100644 --- a/productivity/tryton/5.0/google_maps/Makefile +++ b/productivity/tryton/5.0/google_maps/Makefile @@ -1,7 +1,8 @@ -# $OpenBSD: Makefile,v 1.4 2020/04/10 15:21:13 semarie Exp $ +# $OpenBSD: Makefile,v 1.5 2020/07/03 21:12:27 sthen Exp $ MODPY_EGG_VERSION = 5.0.2 TRYTON_MODULE = google_maps +REVISION = 0 TRYTON_DEPENDS += party diff --git a/productivity/tryton/5.0/notification_email/Makefile b/productivity/tryton/5.0/notification_email/Makefile index b9d8c3287db..a2bc52ac871 100644 --- a/productivity/tryton/5.0/notification_email/Makefile +++ b/productivity/tryton/5.0/notification_email/Makefile @@ -1,6 +1,7 @@ -# $OpenBSD: Makefile,v 1.5 2020/04/10 15:21:14 semarie Exp $ +# $OpenBSD: Makefile,v 1.6 2020/07/03 21:12:27 sthen Exp $ MODPY_EGG_VERSION = 5.0.3 TRYTON_MODULE = notification_email +REVISION = 0 .include diff --git a/productivity/tryton/5.0/party/Makefile b/productivity/tryton/5.0/party/Makefile index 89e64614425..d0883f3e9ad 100644 --- a/productivity/tryton/5.0/party/Makefile +++ b/productivity/tryton/5.0/party/Makefile @@ -1,7 +1,8 @@ -# $OpenBSD: Makefile,v 1.5 2020/04/10 15:21:14 semarie Exp $ +# $OpenBSD: Makefile,v 1.6 2020/07/03 21:12:27 sthen Exp $ MODPY_EGG_VERSION = 5.0.3 TRYTON_MODULE = party +REVISION = 0 TRYTON_DEPENDS += country diff --git a/productivity/tryton/5.0/party_relationship/Makefile b/productivity/tryton/5.0/party_relationship/Makefile index 526d3643b64..d9acdf41c55 100644 --- a/productivity/tryton/5.0/party_relationship/Makefile +++ b/productivity/tryton/5.0/party_relationship/Makefile @@ -1,7 +1,8 @@ -# $OpenBSD: Makefile,v 1.4 2020/04/10 15:21:14 semarie Exp $ +# $OpenBSD: Makefile,v 1.5 2020/07/03 21:12:27 sthen Exp $ MODPY_EGG_VERSION = 5.0.2 TRYTON_MODULE = party_relationship +REVISION = 0 TRYTON_DEPENDS += party diff --git a/productivity/tryton/5.0/party_siret/Makefile b/productivity/tryton/5.0/party_siret/Makefile index bd90d7a3be8..61bfd9a9ee1 100644 --- a/productivity/tryton/5.0/party_siret/Makefile +++ b/productivity/tryton/5.0/party_siret/Makefile @@ -1,7 +1,8 @@ -# $OpenBSD: Makefile,v 1.4 2020/04/10 15:21:14 semarie Exp $ +# $OpenBSD: Makefile,v 1.5 2020/07/03 21:12:27 sthen Exp $ MODPY_EGG_VERSION = 5.0.2 TRYTON_MODULE = party_siret +REVISION = 0 TRYTON_DEPENDS += party diff --git a/productivity/tryton/5.0/product/Makefile b/productivity/tryton/5.0/product/Makefile index 0454597d54f..f2cb2c620d0 100644 --- a/productivity/tryton/5.0/product/Makefile +++ b/productivity/tryton/5.0/product/Makefile @@ -1,7 +1,8 @@ -# $OpenBSD: Makefile,v 1.5 2020/04/10 15:21:14 semarie Exp $ +# $OpenBSD: Makefile,v 1.6 2020/07/03 21:12:27 sthen Exp $ MODPY_EGG_VERSION = 5.0.3 TRYTON_MODULE = product +REVISION = 0 TRYTON_DEPENDS += company diff --git a/productivity/tryton/5.0/product_attribute/Makefile b/productivity/tryton/5.0/product_attribute/Makefile index fffc061e7a4..babc7bab039 100644 --- a/productivity/tryton/5.0/product_attribute/Makefile +++ b/productivity/tryton/5.0/product_attribute/Makefile @@ -1,7 +1,8 @@ -# $OpenBSD: Makefile,v 1.4 2020/04/10 15:21:14 semarie Exp $ +# $OpenBSD: Makefile,v 1.5 2020/07/03 21:12:27 sthen Exp $ MODPY_EGG_VERSION = 5.0.2 TRYTON_MODULE = product_attribute +REVISION = 0 TRYTON_DEPENDS += product diff --git a/productivity/tryton/5.0/product_classification/Makefile b/productivity/tryton/5.0/product_classification/Makefile index 28e9a0b391a..a4d98f61f7b 100644 --- a/productivity/tryton/5.0/product_classification/Makefile +++ b/productivity/tryton/5.0/product_classification/Makefile @@ -1,7 +1,8 @@ -# $OpenBSD: Makefile,v 1.4 2020/04/10 15:21:14 semarie Exp $ +# $OpenBSD: Makefile,v 1.5 2020/07/03 21:12:27 sthen Exp $ MODPY_EGG_VERSION = 5.0.2 TRYTON_MODULE = product_classification +REVISION = 0 TRYTON_DEPENDS += product diff --git a/productivity/tryton/5.0/product_classification_taxonomic/Makefile b/productivity/tryton/5.0/product_classification_taxonomic/Makefile index 18db0265cc3..12791884c9e 100644 --- a/productivity/tryton/5.0/product_classification_taxonomic/Makefile +++ b/productivity/tryton/5.0/product_classification_taxonomic/Makefile @@ -1,7 +1,8 @@ -# $OpenBSD: Makefile,v 1.5 2020/04/10 15:21:14 semarie Exp $ +# $OpenBSD: Makefile,v 1.6 2020/07/03 21:12:27 sthen Exp $ MODPY_EGG_VERSION = 5.0.3 TRYTON_MODULE = product_classification_taxonomic +REVISION = 0 TRYTON_DEPENDS += product_classification diff --git a/productivity/tryton/5.0/product_cost_fifo/Makefile b/productivity/tryton/5.0/product_cost_fifo/Makefile index 71e264a495c..50f57ffb903 100644 --- a/productivity/tryton/5.0/product_cost_fifo/Makefile +++ b/productivity/tryton/5.0/product_cost_fifo/Makefile @@ -1,7 +1,8 @@ -# $OpenBSD: Makefile,v 1.8 2020/04/10 15:21:14 semarie Exp $ +# $OpenBSD: Makefile,v 1.9 2020/07/03 21:12:27 sthen Exp $ MODPY_EGG_VERSION = 5.0.6 TRYTON_MODULE = product_cost_fifo +REVISION = 0 TRYTON_DEPENDS += product \ stock diff --git a/productivity/tryton/5.0/product_cost_history/Makefile b/productivity/tryton/5.0/product_cost_history/Makefile index 9b87495ec07..3d307b83142 100644 --- a/productivity/tryton/5.0/product_cost_history/Makefile +++ b/productivity/tryton/5.0/product_cost_history/Makefile @@ -1,7 +1,8 @@ -# $OpenBSD: Makefile,v 1.4 2020/04/10 15:21:14 semarie Exp $ +# $OpenBSD: Makefile,v 1.5 2020/07/03 21:12:27 sthen Exp $ MODPY_EGG_VERSION = 5.0.2 TRYTON_MODULE = product_cost_history +REVISION = 0 TRYTON_DEPENDS += product diff --git a/productivity/tryton/5.0/product_measurements/Makefile b/productivity/tryton/5.0/product_measurements/Makefile index 847a9faf06f..8391afc5d0a 100644 --- a/productivity/tryton/5.0/product_measurements/Makefile +++ b/productivity/tryton/5.0/product_measurements/Makefile @@ -1,7 +1,8 @@ -# $OpenBSD: Makefile,v 1.4 2020/04/10 15:21:14 semarie Exp $ +# $OpenBSD: Makefile,v 1.5 2020/07/03 21:12:27 sthen Exp $ MODPY_EGG_VERSION = 5.0.2 TRYTON_MODULE = product_measurements +REVISION = 0 TRYTON_DEPENDS += product diff --git a/productivity/tryton/5.0/product_price_list/Makefile b/productivity/tryton/5.0/product_price_list/Makefile index 89cd3a70604..73b16bb1e77 100644 --- a/productivity/tryton/5.0/product_price_list/Makefile +++ b/productivity/tryton/5.0/product_price_list/Makefile @@ -1,7 +1,8 @@ -# $OpenBSD: Makefile,v 1.4 2020/04/10 15:21:15 semarie Exp $ +# $OpenBSD: Makefile,v 1.5 2020/07/03 21:12:27 sthen Exp $ MODPY_EGG_VERSION = 5.0.2 TRYTON_MODULE = product_price_list +REVISION = 0 TRYTON_DEPENDS += product \ company diff --git a/productivity/tryton/5.0/product_price_list_dates/Makefile b/productivity/tryton/5.0/product_price_list_dates/Makefile index fdbde8caafe..a04a2631a19 100644 --- a/productivity/tryton/5.0/product_price_list_dates/Makefile +++ b/productivity/tryton/5.0/product_price_list_dates/Makefile @@ -1,7 +1,8 @@ -# $OpenBSD: Makefile,v 1.5 2020/04/10 15:21:15 semarie Exp $ +# $OpenBSD: Makefile,v 1.6 2020/07/03 21:12:28 sthen Exp $ MODPY_EGG_VERSION = 5.0.3 TRYTON_MODULE = product_price_list_dates +REVISION = 0 TRYTON_DEPENDS += product_price_list diff --git a/productivity/tryton/5.0/product_price_list_parent/Makefile b/productivity/tryton/5.0/product_price_list_parent/Makefile index d0d09f582fc..f4a1b1965cd 100644 --- a/productivity/tryton/5.0/product_price_list_parent/Makefile +++ b/productivity/tryton/5.0/product_price_list_parent/Makefile @@ -1,7 +1,8 @@ -# $OpenBSD: Makefile,v 1.4 2020/04/10 15:21:15 semarie Exp $ +# $OpenBSD: Makefile,v 1.5 2020/07/03 21:12:28 sthen Exp $ MODPY_EGG_VERSION = 5.0.2 TRYTON_MODULE = product_price_list_parent +REVISION = 0 TRYTON_DEPENDS += product_price_list diff --git a/productivity/tryton/5.0/production/Makefile b/productivity/tryton/5.0/production/Makefile index 711b042ceb6..1a382ad207e 100644 --- a/productivity/tryton/5.0/production/Makefile +++ b/productivity/tryton/5.0/production/Makefile @@ -1,7 +1,8 @@ -# $OpenBSD: Makefile,v 1.4 2020/04/10 15:21:15 semarie Exp $ +# $OpenBSD: Makefile,v 1.5 2020/07/03 21:12:28 sthen Exp $ MODPY_EGG_VERSION = 5.0.2 TRYTON_MODULE = production +REVISION = 0 TRYTON_DEPENDS += company \ product \ diff --git a/productivity/tryton/5.0/production_outsourcing/Makefile b/productivity/tryton/5.0/production_outsourcing/Makefile index 46f0b6397b3..f2a8e3baa23 100644 --- a/productivity/tryton/5.0/production_outsourcing/Makefile +++ b/productivity/tryton/5.0/production_outsourcing/Makefile @@ -1,7 +1,8 @@ -# $OpenBSD: Makefile,v 1.4 2020/04/10 15:21:15 semarie Exp $ +# $OpenBSD: Makefile,v 1.5 2020/07/03 21:12:28 sthen Exp $ MODPY_EGG_VERSION = 5.0.2 TRYTON_MODULE = production_outsourcing +REVISION = 0 TRYTON_DEPENDS += product \ production \ diff --git a/productivity/tryton/5.0/production_routing/Makefile b/productivity/tryton/5.0/production_routing/Makefile index d2af2adad4c..ea696d69a4d 100644 --- a/productivity/tryton/5.0/production_routing/Makefile +++ b/productivity/tryton/5.0/production_routing/Makefile @@ -1,7 +1,8 @@ -# $OpenBSD: Makefile,v 1.4 2020/04/10 15:21:15 semarie Exp $ +# $OpenBSD: Makefile,v 1.5 2020/07/03 21:12:28 sthen Exp $ MODPY_EGG_VERSION = 5.0.2 TRYTON_MODULE = production_routing +REVISION = 0 TRYTON_DEPENDS += production diff --git a/productivity/tryton/5.0/production_split/Makefile b/productivity/tryton/5.0/production_split/Makefile index 7f6821c7841..4699f665466 100644 --- a/productivity/tryton/5.0/production_split/Makefile +++ b/productivity/tryton/5.0/production_split/Makefile @@ -1,7 +1,8 @@ -# $OpenBSD: Makefile,v 1.4 2020/04/10 15:21:15 semarie Exp $ +# $OpenBSD: Makefile,v 1.5 2020/07/03 21:12:28 sthen Exp $ MODPY_EGG_VERSION = 5.0.2 TRYTON_MODULE = production_split +REVISION = 0 TRYTON_DEPENDS += production diff --git a/productivity/tryton/5.0/production_work/Makefile b/productivity/tryton/5.0/production_work/Makefile index 98a1618cb46..c2297eb18c2 100644 --- a/productivity/tryton/5.0/production_work/Makefile +++ b/productivity/tryton/5.0/production_work/Makefile @@ -1,7 +1,8 @@ -# $OpenBSD: Makefile,v 1.6 2020/04/10 15:21:15 semarie Exp $ +# $OpenBSD: Makefile,v 1.7 2020/07/03 21:12:28 sthen Exp $ MODPY_EGG_VERSION = 5.0.4 TRYTON_MODULE = production_work +REVISION = 0 TRYTON_DEPENDS += company \ production \ diff --git a/productivity/tryton/5.0/production_work_timesheet/Makefile b/productivity/tryton/5.0/production_work_timesheet/Makefile index 1b3040167d6..3eb7f1fe39f 100644 --- a/productivity/tryton/5.0/production_work_timesheet/Makefile +++ b/productivity/tryton/5.0/production_work_timesheet/Makefile @@ -1,7 +1,8 @@ -# $OpenBSD: Makefile,v 1.5 2020/04/10 15:21:15 semarie Exp $ +# $OpenBSD: Makefile,v 1.6 2020/07/03 21:12:28 sthen Exp $ MODPY_EGG_VERSION = 5.0.3 TRYTON_MODULE = production_work_timesheet +REVISION = 0 TRYTON_DEPENDS += production_routing \ production_work \ diff --git a/productivity/tryton/5.0/proteus/Makefile b/productivity/tryton/5.0/proteus/Makefile index c1e84ac5fa3..fe5142340c4 100644 --- a/productivity/tryton/5.0/proteus/Makefile +++ b/productivity/tryton/5.0/proteus/Makefile @@ -1,9 +1,10 @@ -# $OpenBSD: Makefile,v 1.7 2019/12/11 07:19:54 semarie Exp $ +# $OpenBSD: Makefile,v 1.8 2020/07/03 21:12:28 sthen Exp $ COMMENT = library to access Tryton models like a client MODPY_EGG_VERSION = 5.0.7 DISTNAME = proteus-${MODPY_EGG_VERSION} +REVISION = 0 TRYTON_PY = Yes diff --git a/productivity/tryton/5.0/purchase/Makefile b/productivity/tryton/5.0/purchase/Makefile index e4e0bc05292..6cc7440c824 100644 --- a/productivity/tryton/5.0/purchase/Makefile +++ b/productivity/tryton/5.0/purchase/Makefile @@ -1,7 +1,8 @@ -# $OpenBSD: Makefile,v 1.5 2020/04/10 15:21:15 semarie Exp $ +# $OpenBSD: Makefile,v 1.6 2020/07/03 21:12:28 sthen Exp $ MODPY_EGG_VERSION = 5.0.3 TRYTON_MODULE = purchase +REVISION = 0 TRYTON_DEPENDS += account \ account_invoice \ diff --git a/productivity/tryton/5.0/purchase_request/Makefile b/productivity/tryton/5.0/purchase_request/Makefile index 47126bd1b4d..c748fdddaaf 100644 --- a/productivity/tryton/5.0/purchase_request/Makefile +++ b/productivity/tryton/5.0/purchase_request/Makefile @@ -1,7 +1,8 @@ -# $OpenBSD: Makefile,v 1.5 2020/04/10 15:21:16 semarie Exp $ +# $OpenBSD: Makefile,v 1.6 2020/07/03 21:12:28 sthen Exp $ MODPY_EGG_VERSION = 5.0.4 TRYTON_MODULE = purchase_request +REVISION = 0 TRYTON_DEPENDS += purchase \ product diff --git a/productivity/tryton/5.0/purchase_shipment_cost/Makefile b/productivity/tryton/5.0/purchase_shipment_cost/Makefile index 79a8ab46d90..77d8b912dff 100644 --- a/productivity/tryton/5.0/purchase_shipment_cost/Makefile +++ b/productivity/tryton/5.0/purchase_shipment_cost/Makefile @@ -1,7 +1,8 @@ -# $OpenBSD: Makefile,v 1.5 2020/05/14 17:25:15 semarie Exp $ +# $OpenBSD: Makefile,v 1.6 2020/07/03 21:12:28 sthen Exp $ MODPY_EGG_VERSION = 5.0.3 TRYTON_MODULE = purchase_shipment_cost +REVISION = 0 TRYTON_DEPENDS += carrier \ currency \ diff --git a/productivity/tryton/5.0/sale/Makefile b/productivity/tryton/5.0/sale/Makefile index e4f24de60e0..5ac1039742e 100644 --- a/productivity/tryton/5.0/sale/Makefile +++ b/productivity/tryton/5.0/sale/Makefile @@ -1,7 +1,8 @@ -# $OpenBSD: Makefile,v 1.5 2020/04/10 15:21:16 semarie Exp $ +# $OpenBSD: Makefile,v 1.6 2020/07/03 21:12:28 sthen Exp $ MODPY_EGG_VERSION = 5.0.4 TRYTON_MODULE = sale +REVISION = 0 TRYTON_DEPENDS += account \ account_invoice \ diff --git a/productivity/tryton/5.0/sale_shipment_cost/Makefile b/productivity/tryton/5.0/sale_shipment_cost/Makefile index 58dbebbd518..d5c1b562542 100644 --- a/productivity/tryton/5.0/sale_shipment_cost/Makefile +++ b/productivity/tryton/5.0/sale_shipment_cost/Makefile @@ -1,7 +1,8 @@ -# $OpenBSD: Makefile,v 1.6 2020/05/14 17:25:15 semarie Exp $ +# $OpenBSD: Makefile,v 1.7 2020/07/03 21:12:28 sthen Exp $ MODPY_EGG_VERSION = 5.0.4 TRYTON_MODULE = sale_shipment_cost +REVISION = 0 TRYTON_DEPENDS += account_invoice \ carrier \ diff --git a/productivity/tryton/5.0/sale_supply/Makefile b/productivity/tryton/5.0/sale_supply/Makefile index 08000d939d3..319a1c29a52 100644 --- a/productivity/tryton/5.0/sale_supply/Makefile +++ b/productivity/tryton/5.0/sale_supply/Makefile @@ -1,7 +1,8 @@ -# $OpenBSD: Makefile,v 1.4 2020/04/10 15:21:16 semarie Exp $ +# $OpenBSD: Makefile,v 1.5 2020/07/03 21:12:28 sthen Exp $ MODPY_EGG_VERSION = 5.0.3 TRYTON_MODULE = sale_supply +REVISION = 0 TRYTON_DEPENDS += purchase \ purchase_request \ diff --git a/productivity/tryton/5.0/sale_supply_drop_shipment/Makefile b/productivity/tryton/5.0/sale_supply_drop_shipment/Makefile index 65650c834db..15b42a95db5 100644 --- a/productivity/tryton/5.0/sale_supply_drop_shipment/Makefile +++ b/productivity/tryton/5.0/sale_supply_drop_shipment/Makefile @@ -1,7 +1,8 @@ -# $OpenBSD: Makefile,v 1.6 2020/05/14 17:25:15 semarie Exp $ +# $OpenBSD: Makefile,v 1.7 2020/07/03 21:12:28 sthen Exp $ MODPY_EGG_VERSION = 5.0.5 TRYTON_MODULE = sale_supply_drop_shipment +REVISION = 0 TRYTON_DEPENDS += company \ purchase \ diff --git a/productivity/tryton/5.0/sao/Makefile b/productivity/tryton/5.0/sao/Makefile index 6684153f0bd..f45fdc5f98d 100644 --- a/productivity/tryton/5.0/sao/Makefile +++ b/productivity/tryton/5.0/sao/Makefile @@ -1,10 +1,11 @@ -# $OpenBSD: Makefile,v 1.19 2020/05/14 17:25:15 semarie Exp $ +# $OpenBSD: Makefile,v 1.20 2020/07/03 21:12:28 sthen Exp $ COMMENT = tryton web client VERSION = 5.0.22 DEPVERSION = 13 DISTNAME = tryton-sao-${VERSION} +REVISION = 0 EXTRACT_SUFX = .tgz WRKDIST = ${WRKDIR}/package diff --git a/productivity/tryton/5.0/stock/Makefile b/productivity/tryton/5.0/stock/Makefile index f31978b7d11..53c3f9d37a3 100644 --- a/productivity/tryton/5.0/stock/Makefile +++ b/productivity/tryton/5.0/stock/Makefile @@ -1,7 +1,8 @@ -# $OpenBSD: Makefile,v 1.10 2020/03/12 10:30:57 semarie Exp $ +# $OpenBSD: Makefile,v 1.11 2020/07/03 21:12:28 sthen Exp $ MODPY_EGG_VERSION = 5.0.9 TRYTON_MODULE = stock +REVISION = 0 TRYTON_DEPENDS += company \ currency \ diff --git a/productivity/tryton/5.0/stock_package/Makefile b/productivity/tryton/5.0/stock_package/Makefile index 15adf8af674..45aaddd2d1d 100644 --- a/productivity/tryton/5.0/stock_package/Makefile +++ b/productivity/tryton/5.0/stock_package/Makefile @@ -1,7 +1,8 @@ -# $OpenBSD: Makefile,v 1.4 2020/04/10 15:21:16 semarie Exp $ +# $OpenBSD: Makefile,v 1.5 2020/07/03 21:12:29 sthen Exp $ MODPY_EGG_VERSION = 5.0.2 TRYTON_MODULE = stock_package +REVISION = 0 TRYTON_DEPENDS += stock diff --git a/productivity/tryton/5.0/stock_shipment_measurements/Makefile b/productivity/tryton/5.0/stock_shipment_measurements/Makefile index fb5a5f0f2a1..e3b486bb666 100644 --- a/productivity/tryton/5.0/stock_shipment_measurements/Makefile +++ b/productivity/tryton/5.0/stock_shipment_measurements/Makefile @@ -1,7 +1,8 @@ -# $OpenBSD: Makefile,v 1.4 2020/04/10 15:21:16 semarie Exp $ +# $OpenBSD: Makefile,v 1.5 2020/07/03 21:12:29 sthen Exp $ MODPY_EGG_VERSION = 5.0.2 TRYTON_MODULE = stock_shipment_measurements +REVISION = 0 TRYTON_DEPENDS += product \ product_measurements \ diff --git a/productivity/tryton/5.0/stock_supply/Makefile b/productivity/tryton/5.0/stock_supply/Makefile index 7337c54c86a..cb105cbc697 100644 --- a/productivity/tryton/5.0/stock_supply/Makefile +++ b/productivity/tryton/5.0/stock_supply/Makefile @@ -1,7 +1,8 @@ -# $OpenBSD: Makefile,v 1.6 2020/04/10 15:21:16 semarie Exp $ +# $OpenBSD: Makefile,v 1.7 2020/07/03 21:12:29 sthen Exp $ MODPY_EGG_VERSION = 5.0.5 TRYTON_MODULE = stock_supply +REVISION = 0 TRYTON_DEPENDS += account \ party \ diff --git a/productivity/tryton/5.0/timesheet/Makefile b/productivity/tryton/5.0/timesheet/Makefile index c8a98e088a7..f7fd63e9092 100644 --- a/productivity/tryton/5.0/timesheet/Makefile +++ b/productivity/tryton/5.0/timesheet/Makefile @@ -1,7 +1,8 @@ -# $OpenBSD: Makefile,v 1.7 2020/04/10 15:21:16 semarie Exp $ +# $OpenBSD: Makefile,v 1.8 2020/07/03 21:12:29 sthen Exp $ MODPY_EGG_VERSION = 5.0.5 TRYTON_MODULE = timesheet +REVISION = 0 TRYTON_DEPENDS += company \ company_work_time diff --git a/productivity/tryton/5.0/tryton/Makefile b/productivity/tryton/5.0/tryton/Makefile index 4fa63ed3d15..bad9430087e 100644 --- a/productivity/tryton/5.0/tryton/Makefile +++ b/productivity/tryton/5.0/tryton/Makefile @@ -1,9 +1,10 @@ -# $OpenBSD: Makefile,v 1.22 2020/05/14 17:25:15 semarie Exp $ +# $OpenBSD: Makefile,v 1.23 2020/07/03 21:12:29 sthen Exp $ COMMENT = tryton desktop client MODPY_EGG_VERSION = 5.0.23 DISTNAME = tryton-${MODPY_EGG_VERSION} +REVISION = 0 TRYTON_PY = Yes diff --git a/productivity/tryton/5.0/trytond/Makefile b/productivity/tryton/5.0/trytond/Makefile index 7576189baf9..74af0c37218 100644 --- a/productivity/tryton/5.0/trytond/Makefile +++ b/productivity/tryton/5.0/trytond/Makefile @@ -1,9 +1,10 @@ -# $OpenBSD: Makefile,v 1.25 2020/05/14 17:25:15 semarie Exp $ +# $OpenBSD: Makefile,v 1.26 2020/07/03 21:12:29 sthen Exp $ COMMENT = 3-tiers general purpose business application framework MODPY_EGG_VERSION = 5.0.21 DISTNAME = trytond-${MODPY_EGG_VERSION} +REVISION = 0 TRYTON_PY = Yes diff --git a/productivity/tryton/5.0/web_user/Makefile b/productivity/tryton/5.0/web_user/Makefile index a0aa3ddcfb1..6e05d261899 100644 --- a/productivity/tryton/5.0/web_user/Makefile +++ b/productivity/tryton/5.0/web_user/Makefile @@ -1,7 +1,8 @@ -# $OpenBSD: Makefile,v 1.4 2020/04/10 15:21:16 semarie Exp $ +# $OpenBSD: Makefile,v 1.5 2020/07/03 21:12:29 sthen Exp $ MODPY_EGG_VERSION = 5.0.2 TRYTON_MODULE = web_user +REVISION = 0 TRYTON_DEPENDS += party diff --git a/productivity/tryton/5.2/account/Makefile b/productivity/tryton/5.2/account/Makefile index a7ecb094e61..0ab95e735f7 100644 --- a/productivity/tryton/5.2/account/Makefile +++ b/productivity/tryton/5.2/account/Makefile @@ -1,7 +1,8 @@ -# $OpenBSD: Makefile,v 1.9 2020/05/14 17:26:44 semarie Exp $ +# $OpenBSD: Makefile,v 1.10 2020/07/03 21:12:29 sthen Exp $ MODPY_EGG_VERSION = 5.2.8 TRYTON_MODULE = account +REVISION = 0 TRYTON_DEPENDS += party \ currency \ diff --git a/productivity/tryton/5.2/account_asset/Makefile b/productivity/tryton/5.2/account_asset/Makefile index 7e891dd77e3..62b7c1a04c8 100644 --- a/productivity/tryton/5.2/account_asset/Makefile +++ b/productivity/tryton/5.2/account_asset/Makefile @@ -1,7 +1,8 @@ -# $OpenBSD: Makefile,v 1.3 2020/04/10 15:22:41 semarie Exp $ +# $OpenBSD: Makefile,v 1.4 2020/07/03 21:12:29 sthen Exp $ MODPY_EGG_VERSION = 5.2.2 TRYTON_MODULE = account_asset +REVISION = 0 TRYTON_DEPENDS += account \ account_product \ diff --git a/productivity/tryton/5.2/account_be/Makefile b/productivity/tryton/5.2/account_be/Makefile index 241afe4bcff..66cb26de419 100644 --- a/productivity/tryton/5.2/account_be/Makefile +++ b/productivity/tryton/5.2/account_be/Makefile @@ -1,7 +1,8 @@ -# $OpenBSD: Makefile,v 1.2 2020/04/10 15:22:41 semarie Exp $ +# $OpenBSD: Makefile,v 1.3 2020/07/03 21:12:29 sthen Exp $ MODPY_EGG_VERSION = 5.2.1 TRYTON_MODULE = account_be +REVISION = 0 TRYTON_DEPENDS += account \ account_eu diff --git a/productivity/tryton/5.2/account_credit_limit/Makefile b/productivity/tryton/5.2/account_credit_limit/Makefile index 3acce39f549..1dc4fe07614 100644 --- a/productivity/tryton/5.2/account_credit_limit/Makefile +++ b/productivity/tryton/5.2/account_credit_limit/Makefile @@ -1,7 +1,8 @@ -# $OpenBSD: Makefile,v 1.2 2020/04/10 15:22:41 semarie Exp $ +# $OpenBSD: Makefile,v 1.3 2020/07/03 21:12:29 sthen Exp $ MODPY_EGG_VERSION = 5.2.1 TRYTON_MODULE = account_credit_limit +REVISION = 0 TRYTON_DEPENDS += account \ account_dunning \ diff --git a/productivity/tryton/5.2/account_de_skr03/Makefile b/productivity/tryton/5.2/account_de_skr03/Makefile index f5a5121ccd0..9d95cf0f968 100644 --- a/productivity/tryton/5.2/account_de_skr03/Makefile +++ b/productivity/tryton/5.2/account_de_skr03/Makefile @@ -1,7 +1,8 @@ -# $OpenBSD: Makefile,v 1.2 2020/04/10 15:22:41 semarie Exp $ +# $OpenBSD: Makefile,v 1.3 2020/07/03 21:12:29 sthen Exp $ MODPY_EGG_VERSION = 5.2.1 TRYTON_MODULE = account_de_skr03 +REVISION = 0 TRYTON_DEPENDS += account diff --git a/productivity/tryton/5.2/account_deposit/Makefile b/productivity/tryton/5.2/account_deposit/Makefile index 737dba26717..64c219def58 100644 --- a/productivity/tryton/5.2/account_deposit/Makefile +++ b/productivity/tryton/5.2/account_deposit/Makefile @@ -1,7 +1,8 @@ -# $OpenBSD: Makefile,v 1.3 2020/04/10 15:22:41 semarie Exp $ +# $OpenBSD: Makefile,v 1.4 2020/07/03 21:12:29 sthen Exp $ MODPY_EGG_VERSION = 5.2.2 TRYTON_MODULE = account_deposit +REVISION = 0 TRYTON_DEPENDS += account \ account_invoice \ diff --git a/productivity/tryton/5.2/account_dunning/Makefile b/productivity/tryton/5.2/account_dunning/Makefile index 5eccbb101ae..caac570b8e4 100644 --- a/productivity/tryton/5.2/account_dunning/Makefile +++ b/productivity/tryton/5.2/account_dunning/Makefile @@ -1,7 +1,8 @@ -# $OpenBSD: Makefile,v 1.2 2020/04/10 15:22:41 semarie Exp $ +# $OpenBSD: Makefile,v 1.3 2020/07/03 21:12:29 sthen Exp $ MODPY_EGG_VERSION = 5.2.1 TRYTON_MODULE = account_dunning +REVISION = 0 TRYTON_DEPENDS += account \ company \ diff --git a/productivity/tryton/5.2/account_dunning_email/Makefile b/productivity/tryton/5.2/account_dunning_email/Makefile index b5aa1301f45..ffb4479e92c 100644 --- a/productivity/tryton/5.2/account_dunning_email/Makefile +++ b/productivity/tryton/5.2/account_dunning_email/Makefile @@ -1,7 +1,8 @@ -# $OpenBSD: Makefile,v 1.2 2020/04/10 15:22:42 semarie Exp $ +# $OpenBSD: Makefile,v 1.3 2020/07/03 21:12:29 sthen Exp $ MODPY_EGG_VERSION = 5.2.1 TRYTON_MODULE = account_dunning_email +REVISION = 0 TRYTON_DEPENDS += account_dunning \ account_dunning_letter \ diff --git a/productivity/tryton/5.2/account_dunning_fee/Makefile b/productivity/tryton/5.2/account_dunning_fee/Makefile index 402af33309f..f5b002689ff 100644 --- a/productivity/tryton/5.2/account_dunning_fee/Makefile +++ b/productivity/tryton/5.2/account_dunning_fee/Makefile @@ -1,7 +1,8 @@ -# $OpenBSD: Makefile,v 1.2 2020/04/10 15:22:42 semarie Exp $ +# $OpenBSD: Makefile,v 1.3 2020/07/03 21:12:29 sthen Exp $ MODPY_EGG_VERSION = 5.2.1 TRYTON_MODULE = account_dunning_fee +REVISION = 0 TRYTON_DEPENDS += account_dunning \ account_product diff --git a/productivity/tryton/5.2/account_dunning_letter/Makefile b/productivity/tryton/5.2/account_dunning_letter/Makefile index f0520ee4b24..17b9d970026 100644 --- a/productivity/tryton/5.2/account_dunning_letter/Makefile +++ b/productivity/tryton/5.2/account_dunning_letter/Makefile @@ -1,7 +1,8 @@ -# $OpenBSD: Makefile,v 1.2 2020/04/10 15:22:42 semarie Exp $ +# $OpenBSD: Makefile,v 1.3 2020/07/03 21:12:29 sthen Exp $ MODPY_EGG_VERSION = 5.2.1 TRYTON_MODULE = account_dunning_letter +REVISION = 0 TRYTON_DEPENDS += account \ account_dunning \ diff --git a/productivity/tryton/5.2/account_es/Makefile b/productivity/tryton/5.2/account_es/Makefile index e6f593c1de8..ddeeea49ff1 100644 --- a/productivity/tryton/5.2/account_es/Makefile +++ b/productivity/tryton/5.2/account_es/Makefile @@ -1,7 +1,8 @@ -# $OpenBSD: Makefile,v 1.4 2020/05/14 17:26:44 semarie Exp $ +# $OpenBSD: Makefile,v 1.5 2020/07/03 21:12:29 sthen Exp $ MODPY_EGG_VERSION = 5.2.3 TRYTON_MODULE = account_es +REVISION = 0 TRYTON_DEPENDS += account \ account_eu diff --git a/productivity/tryton/5.2/account_eu/Makefile b/productivity/tryton/5.2/account_eu/Makefile index 28eb82aada9..985571cc617 100644 --- a/productivity/tryton/5.2/account_eu/Makefile +++ b/productivity/tryton/5.2/account_eu/Makefile @@ -1,7 +1,8 @@ -# $OpenBSD: Makefile,v 1.2 2020/04/10 15:22:42 semarie Exp $ +# $OpenBSD: Makefile,v 1.3 2020/07/03 21:12:30 sthen Exp $ MODPY_EGG_VERSION = 5.2.1 TRYTON_MODULE = account_eu +REVISION = 0 TRYTON_DEPENDS += account \ account_invoice \ diff --git a/productivity/tryton/5.2/account_fr/Makefile b/productivity/tryton/5.2/account_fr/Makefile index 06bd90105af..3a9fa187c72 100644 --- a/productivity/tryton/5.2/account_fr/Makefile +++ b/productivity/tryton/5.2/account_fr/Makefile @@ -1,7 +1,8 @@ -# $OpenBSD: Makefile,v 1.2 2020/04/10 15:22:43 semarie Exp $ +# $OpenBSD: Makefile,v 1.3 2020/07/03 21:12:30 sthen Exp $ MODPY_EGG_VERSION = 5.2.1 TRYTON_MODULE = account_fr +REVISION = 0 TRYTON_DEPENDS += account \ party_siret diff --git a/productivity/tryton/5.2/account_fr_chorus/Makefile b/productivity/tryton/5.2/account_fr_chorus/Makefile index de22a7f0e83..1815c3423aa 100644 --- a/productivity/tryton/5.2/account_fr_chorus/Makefile +++ b/productivity/tryton/5.2/account_fr_chorus/Makefile @@ -1,7 +1,8 @@ -# $OpenBSD: Makefile,v 1.3 2020/05/14 17:26:44 semarie Exp $ +# $OpenBSD: Makefile,v 1.4 2020/07/03 21:12:30 sthen Exp $ MODPY_EGG_VERSION = 5.2.2 TRYTON_MODULE = account_fr_chorus +REVISION = 0 TRYTON_DEPENDS += account \ account_invoice \ diff --git a/productivity/tryton/5.2/account_invoice/Makefile b/productivity/tryton/5.2/account_invoice/Makefile index 04b3af97d30..1defd588e55 100644 --- a/productivity/tryton/5.2/account_invoice/Makefile +++ b/productivity/tryton/5.2/account_invoice/Makefile @@ -1,7 +1,8 @@ -# $OpenBSD: Makefile,v 1.7 2020/04/10 15:22:43 semarie Exp $ +# $OpenBSD: Makefile,v 1.8 2020/07/03 21:12:30 sthen Exp $ MODPY_EGG_VERSION = 5.2.6 TRYTON_MODULE = account_invoice +REVISION = 0 TRYTON_DEPENDS += account \ account_product \ diff --git a/productivity/tryton/5.2/account_invoice_correction/Makefile b/productivity/tryton/5.2/account_invoice_correction/Makefile index 49ec80b399b..ed6b4f7bc70 100644 --- a/productivity/tryton/5.2/account_invoice_correction/Makefile +++ b/productivity/tryton/5.2/account_invoice_correction/Makefile @@ -1,7 +1,8 @@ -# $OpenBSD: Makefile,v 1.2 2020/04/10 15:22:43 semarie Exp $ +# $OpenBSD: Makefile,v 1.3 2020/07/03 21:12:30 sthen Exp $ MODPY_EGG_VERSION = 5.2.1 TRYTON_MODULE = account_invoice_correction +REVISION = 0 TRYTON_DEPENDS += account_invoice diff --git a/productivity/tryton/5.2/account_invoice_history/Makefile b/productivity/tryton/5.2/account_invoice_history/Makefile index 0768f532157..d2964ba1818 100644 --- a/productivity/tryton/5.2/account_invoice_history/Makefile +++ b/productivity/tryton/5.2/account_invoice_history/Makefile @@ -1,7 +1,8 @@ -# $OpenBSD: Makefile,v 1.3 2020/04/10 15:22:43 semarie Exp $ +# $OpenBSD: Makefile,v 1.4 2020/07/03 21:12:30 sthen Exp $ MODPY_EGG_VERSION = 5.2.2 TRYTON_MODULE = account_invoice_history +REVISION = 0 TRYTON_DEPENDS += account_invoice \ party diff --git a/productivity/tryton/5.2/account_invoice_line_standalone/Makefile b/productivity/tryton/5.2/account_invoice_line_standalone/Makefile index 30d71e64b1a..7bdd791d0a4 100644 --- a/productivity/tryton/5.2/account_invoice_line_standalone/Makefile +++ b/productivity/tryton/5.2/account_invoice_line_standalone/Makefile @@ -1,7 +1,8 @@ -# $OpenBSD: Makefile,v 1.2 2020/05/14 17:26:44 semarie Exp $ +# $OpenBSD: Makefile,v 1.3 2020/07/03 21:12:30 sthen Exp $ MODPY_EGG_VERSION = 5.2.1 TRYTON_MODULE = account_invoice_line_standalone +REVISION = 0 TRYTON_DEPENDS += account_invoice diff --git a/productivity/tryton/5.2/account_invoice_stock/Makefile b/productivity/tryton/5.2/account_invoice_stock/Makefile index fd7d6e3dbed..dfa2c796d9d 100644 --- a/productivity/tryton/5.2/account_invoice_stock/Makefile +++ b/productivity/tryton/5.2/account_invoice_stock/Makefile @@ -1,7 +1,8 @@ -# $OpenBSD: Makefile,v 1.3 2020/05/14 17:26:44 semarie Exp $ +# $OpenBSD: Makefile,v 1.4 2020/07/03 21:12:30 sthen Exp $ MODPY_EGG_VERSION = 5.2.2 TRYTON_MODULE = account_invoice_stock +REVISION = 0 TRYTON_DEPENDS += account_invoice \ stock \ diff --git a/productivity/tryton/5.2/account_payment/Makefile b/productivity/tryton/5.2/account_payment/Makefile index 82291b59124..d1e1a544d98 100644 --- a/productivity/tryton/5.2/account_payment/Makefile +++ b/productivity/tryton/5.2/account_payment/Makefile @@ -1,7 +1,8 @@ -# $OpenBSD: Makefile,v 1.5 2020/05/14 17:26:45 semarie Exp $ +# $OpenBSD: Makefile,v 1.6 2020/07/03 21:12:30 sthen Exp $ MODPY_EGG_VERSION = 5.2.4 TRYTON_MODULE = account_payment +REVISION = 0 TRYTON_DEPENDS += account \ company \ diff --git a/productivity/tryton/5.2/account_payment_clearing/Makefile b/productivity/tryton/5.2/account_payment_clearing/Makefile index 79494849c96..b418a9bf1f9 100644 --- a/productivity/tryton/5.2/account_payment_clearing/Makefile +++ b/productivity/tryton/5.2/account_payment_clearing/Makefile @@ -1,7 +1,8 @@ -# $OpenBSD: Makefile,v 1.5 2020/04/10 15:22:43 semarie Exp $ +# $OpenBSD: Makefile,v 1.6 2020/07/03 21:12:30 sthen Exp $ MODPY_EGG_VERSION = 5.2.4 TRYTON_MODULE = account_payment_clearing +REVISION = 0 TRYTON_DEPENDS += account_payment diff --git a/productivity/tryton/5.2/account_payment_sepa/Makefile b/productivity/tryton/5.2/account_payment_sepa/Makefile index 6050bd2400c..d25928207ba 100644 --- a/productivity/tryton/5.2/account_payment_sepa/Makefile +++ b/productivity/tryton/5.2/account_payment_sepa/Makefile @@ -1,7 +1,8 @@ -# $OpenBSD: Makefile,v 1.4 2020/03/12 10:30:57 semarie Exp $ +# $OpenBSD: Makefile,v 1.5 2020/07/03 21:12:30 sthen Exp $ MODPY_EGG_VERSION = 5.2.2 TRYTON_MODULE = account_payment_sepa +REVISION = 0 TRYTON_DEPENDS += account_payment \ company \ diff --git a/productivity/tryton/5.2/account_payment_sepa_cfonb/Makefile b/productivity/tryton/5.2/account_payment_sepa_cfonb/Makefile index 9dcfadd5c8a..89270decde3 100644 --- a/productivity/tryton/5.2/account_payment_sepa_cfonb/Makefile +++ b/productivity/tryton/5.2/account_payment_sepa_cfonb/Makefile @@ -1,7 +1,8 @@ -# $OpenBSD: Makefile,v 1.2 2020/04/10 15:22:43 semarie Exp $ +# $OpenBSD: Makefile,v 1.3 2020/07/03 21:12:30 sthen Exp $ MODPY_EGG_VERSION = 5.2.1 TRYTON_MODULE = account_payment_sepa_cfonb +REVISION = 0 TRYTON_DEPENDS += account_payment \ account_payment_sepa \ diff --git a/productivity/tryton/5.2/account_product/Makefile b/productivity/tryton/5.2/account_product/Makefile index 71c19431d5f..a803ee18877 100644 --- a/productivity/tryton/5.2/account_product/Makefile +++ b/productivity/tryton/5.2/account_product/Makefile @@ -1,7 +1,8 @@ -# $OpenBSD: Makefile,v 1.3 2020/04/10 15:22:44 semarie Exp $ +# $OpenBSD: Makefile,v 1.4 2020/07/03 21:12:30 sthen Exp $ MODPY_EGG_VERSION = 5.2.2 TRYTON_MODULE = account_product +REVISION = 0 TRYTON_DEPENDS += account \ company \ diff --git a/productivity/tryton/5.2/account_statement/Makefile b/productivity/tryton/5.2/account_statement/Makefile index 13299f66041..83e560d7b42 100644 --- a/productivity/tryton/5.2/account_statement/Makefile +++ b/productivity/tryton/5.2/account_statement/Makefile @@ -1,7 +1,8 @@ -# $OpenBSD: Makefile,v 1.4 2020/04/10 15:22:44 semarie Exp $ +# $OpenBSD: Makefile,v 1.5 2020/07/03 21:12:30 sthen Exp $ MODPY_EGG_VERSION = 5.2.3 TRYTON_MODULE = account_statement +REVISION = 0 TRYTON_DEPENDS += account \ account_invoice \ diff --git a/productivity/tryton/5.2/account_statement_ofx/Makefile b/productivity/tryton/5.2/account_statement_ofx/Makefile index b3fc4fb18e2..01a2930f442 100644 --- a/productivity/tryton/5.2/account_statement_ofx/Makefile +++ b/productivity/tryton/5.2/account_statement_ofx/Makefile @@ -1,7 +1,8 @@ -# $OpenBSD: Makefile,v 1.3 2020/04/10 15:22:44 semarie Exp $ +# $OpenBSD: Makefile,v 1.4 2020/07/03 21:12:30 sthen Exp $ MODPY_EGG_VERSION = 5.2.2 TRYTON_MODULE = account_statement_ofx +REVISION = 0 TRYTON_DEPENDS += account_statement \ bank \ diff --git a/productivity/tryton/5.2/account_statement_rule/Makefile b/productivity/tryton/5.2/account_statement_rule/Makefile index 3e53b85ba0d..956af6a37aa 100644 --- a/productivity/tryton/5.2/account_statement_rule/Makefile +++ b/productivity/tryton/5.2/account_statement_rule/Makefile @@ -1,7 +1,8 @@ -# $OpenBSD: Makefile,v 1.3 2020/04/10 15:22:44 semarie Exp $ +# $OpenBSD: Makefile,v 1.4 2020/07/03 21:12:30 sthen Exp $ MODPY_EGG_VERSION = 5.2.2 TRYTON_MODULE = account_statement_rule +REVISION = 0 TRYTON_DEPENDS += account \ account_invoice \ diff --git a/productivity/tryton/5.2/account_stock_anglo_saxon/Makefile b/productivity/tryton/5.2/account_stock_anglo_saxon/Makefile index acce57c58e7..1d78c69b316 100644 --- a/productivity/tryton/5.2/account_stock_anglo_saxon/Makefile +++ b/productivity/tryton/5.2/account_stock_anglo_saxon/Makefile @@ -1,7 +1,8 @@ -# $OpenBSD: Makefile,v 1.2 2020/04/10 15:22:44 semarie Exp $ +# $OpenBSD: Makefile,v 1.3 2020/07/03 21:12:30 sthen Exp $ MODPY_EGG_VERSION = 5.2.1 TRYTON_MODULE = account_stock_anglo_saxon +REVISION = 0 TRYTON_DEPENDS += account \ account_invoice \ diff --git a/productivity/tryton/5.2/account_stock_continental/Makefile b/productivity/tryton/5.2/account_stock_continental/Makefile index 8ca87fe6e26..6958f7bb835 100644 --- a/productivity/tryton/5.2/account_stock_continental/Makefile +++ b/productivity/tryton/5.2/account_stock_continental/Makefile @@ -1,7 +1,8 @@ -# $OpenBSD: Makefile,v 1.2 2020/04/10 15:22:44 semarie Exp $ +# $OpenBSD: Makefile,v 1.3 2020/07/03 21:12:30 sthen Exp $ MODPY_EGG_VERSION = 5.2.1 TRYTON_MODULE = account_stock_continental +REVISION = 0 TRYTON_DEPENDS += account \ account_product \ diff --git a/productivity/tryton/5.2/account_stock_landed_cost/Makefile b/productivity/tryton/5.2/account_stock_landed_cost/Makefile index a7795adb655..8cac00437f0 100644 --- a/productivity/tryton/5.2/account_stock_landed_cost/Makefile +++ b/productivity/tryton/5.2/account_stock_landed_cost/Makefile @@ -1,7 +1,8 @@ -# $OpenBSD: Makefile,v 1.2 2020/04/10 15:22:44 semarie Exp $ +# $OpenBSD: Makefile,v 1.3 2020/07/03 21:12:31 sthen Exp $ MODPY_EGG_VERSION = 5.2.1 TRYTON_MODULE = account_stock_landed_cost +REVISION = 0 TRYTON_DEPENDS += account \ account_invoice \ diff --git a/productivity/tryton/5.2/account_stock_landed_cost_weight/Makefile b/productivity/tryton/5.2/account_stock_landed_cost_weight/Makefile index 5f3510203cd..d1b60c1f5d1 100644 --- a/productivity/tryton/5.2/account_stock_landed_cost_weight/Makefile +++ b/productivity/tryton/5.2/account_stock_landed_cost_weight/Makefile @@ -1,7 +1,8 @@ -# $OpenBSD: Makefile,v 1.2 2020/04/10 15:22:44 semarie Exp $ +# $OpenBSD: Makefile,v 1.3 2020/07/03 21:12:31 sthen Exp $ MODPY_EGG_VERSION = 5.2.1 TRYTON_MODULE = account_stock_landed_cost_weight +REVISION = 0 TRYTON_DEPENDS += account_stock_landed_cost \ product \ diff --git a/productivity/tryton/5.2/analytic_account/Makefile b/productivity/tryton/5.2/analytic_account/Makefile index d84a4eee667..aa42bef2adb 100644 --- a/productivity/tryton/5.2/analytic_account/Makefile +++ b/productivity/tryton/5.2/analytic_account/Makefile @@ -1,7 +1,8 @@ -# $OpenBSD: Makefile,v 1.2 2020/04/10 15:22:45 semarie Exp $ +# $OpenBSD: Makefile,v 1.3 2020/07/03 21:12:31 sthen Exp $ MODPY_EGG_VERSION = 5.2.1 TRYTON_MODULE = analytic_account +REVISION = 0 TRYTON_DEPENDS += account \ company \ diff --git a/productivity/tryton/5.2/analytic_invoice/Makefile b/productivity/tryton/5.2/analytic_invoice/Makefile index e177a4c0ecc..0d886a4cbbe 100644 --- a/productivity/tryton/5.2/analytic_invoice/Makefile +++ b/productivity/tryton/5.2/analytic_invoice/Makefile @@ -1,7 +1,8 @@ -# $OpenBSD: Makefile,v 1.3 2020/05/14 17:26:45 semarie Exp $ +# $OpenBSD: Makefile,v 1.4 2020/07/03 21:12:31 sthen Exp $ MODPY_EGG_VERSION = 5.2.2 TRYTON_MODULE = analytic_invoice +REVISION = 0 TRYTON_DEPENDS += account_invoice \ analytic_account diff --git a/productivity/tryton/5.2/analytic_purchase/Makefile b/productivity/tryton/5.2/analytic_purchase/Makefile index f6186e8befb..3782752c2c5 100644 --- a/productivity/tryton/5.2/analytic_purchase/Makefile +++ b/productivity/tryton/5.2/analytic_purchase/Makefile @@ -1,7 +1,8 @@ -# $OpenBSD: Makefile,v 1.2 2020/04/10 15:22:45 semarie Exp $ +# $OpenBSD: Makefile,v 1.3 2020/07/03 21:12:31 sthen Exp $ MODPY_EGG_VERSION = 5.2.1 TRYTON_MODULE = analytic_purchase +REVISION = 0 TRYTON_DEPENDS += analytic_account \ analytic_invoice \ diff --git a/productivity/tryton/5.2/analytic_sale/Makefile b/productivity/tryton/5.2/analytic_sale/Makefile index b6e927ba885..5177c614f17 100644 --- a/productivity/tryton/5.2/analytic_sale/Makefile +++ b/productivity/tryton/5.2/analytic_sale/Makefile @@ -1,7 +1,8 @@ -# $OpenBSD: Makefile,v 1.2 2020/04/10 15:22:45 semarie Exp $ +# $OpenBSD: Makefile,v 1.3 2020/07/03 21:12:31 sthen Exp $ MODPY_EGG_VERSION = 5.2.1 TRYTON_MODULE = analytic_sale +REVISION = 0 TRYTON_DEPENDS += analytic_account \ analytic_invoice \ diff --git a/productivity/tryton/5.2/authentication_sms/Makefile b/productivity/tryton/5.2/authentication_sms/Makefile index 6a7b6636e2b..9bb19a26a7c 100644 --- a/productivity/tryton/5.2/authentication_sms/Makefile +++ b/productivity/tryton/5.2/authentication_sms/Makefile @@ -1,6 +1,7 @@ -# $OpenBSD: Makefile,v 1.3 2020/05/14 17:26:45 semarie Exp $ +# $OpenBSD: Makefile,v 1.4 2020/07/03 21:12:31 sthen Exp $ MODPY_EGG_VERSION = 5.2.2 TRYTON_MODULE = authentication_sms +REVISION = 0 .include diff --git a/productivity/tryton/5.2/bank/Makefile b/productivity/tryton/5.2/bank/Makefile index f9e3f63c89b..65bb1d46379 100644 --- a/productivity/tryton/5.2/bank/Makefile +++ b/productivity/tryton/5.2/bank/Makefile @@ -1,7 +1,8 @@ -# $OpenBSD: Makefile,v 1.2 2020/04/10 15:22:45 semarie Exp $ +# $OpenBSD: Makefile,v 1.3 2020/07/03 21:12:31 sthen Exp $ MODPY_EGG_VERSION = 5.2.1 TRYTON_MODULE = bank +REVISION = 0 TRYTON_DEPENDS += party \ currency diff --git a/productivity/tryton/5.2/carrier/Makefile b/productivity/tryton/5.2/carrier/Makefile index 928fa723c1c..afc55261fa6 100644 --- a/productivity/tryton/5.2/carrier/Makefile +++ b/productivity/tryton/5.2/carrier/Makefile @@ -1,7 +1,8 @@ -# $OpenBSD: Makefile,v 1.3 2020/04/10 15:22:45 semarie Exp $ +# $OpenBSD: Makefile,v 1.4 2020/07/03 21:12:31 sthen Exp $ MODPY_EGG_VERSION = 5.2.2 TRYTON_MODULE = carrier +REVISION = 0 TRYTON_DEPENDS += country \ party \ diff --git a/productivity/tryton/5.2/carrier_percentage/Makefile b/productivity/tryton/5.2/carrier_percentage/Makefile index 323b29f5e02..9daa5e269c5 100644 --- a/productivity/tryton/5.2/carrier_percentage/Makefile +++ b/productivity/tryton/5.2/carrier_percentage/Makefile @@ -1,7 +1,8 @@ -# $OpenBSD: Makefile,v 1.2 2020/04/10 15:22:45 semarie Exp $ +# $OpenBSD: Makefile,v 1.3 2020/07/03 21:12:31 sthen Exp $ MODPY_EGG_VERSION = 5.2.1 TRYTON_MODULE = carrier_percentage +REVISION = 0 TRYTON_DEPENDS += carrier \ currency diff --git a/productivity/tryton/5.2/carrier_weight/Makefile b/productivity/tryton/5.2/carrier_weight/Makefile index 48e18a4bbe9..e91b3e4665b 100644 --- a/productivity/tryton/5.2/carrier_weight/Makefile +++ b/productivity/tryton/5.2/carrier_weight/Makefile @@ -1,7 +1,8 @@ -# $OpenBSD: Makefile,v 1.3 2020/04/10 15:22:46 semarie Exp $ +# $OpenBSD: Makefile,v 1.4 2020/07/03 21:12:31 sthen Exp $ MODPY_EGG_VERSION = 5.2.2 TRYTON_MODULE = carrier_weight +REVISION = 0 TRYTON_DEPENDS += carrier \ company \ diff --git a/productivity/tryton/5.2/commission/Makefile b/productivity/tryton/5.2/commission/Makefile index cb01912d76d..515e475ba1a 100644 --- a/productivity/tryton/5.2/commission/Makefile +++ b/productivity/tryton/5.2/commission/Makefile @@ -1,7 +1,8 @@ -# $OpenBSD: Makefile,v 1.2 2020/04/10 15:22:46 semarie Exp $ +# $OpenBSD: Makefile,v 1.3 2020/07/03 21:12:31 sthen Exp $ MODPY_EGG_VERSION = 5.2.1 TRYTON_MODULE = commission +REVISION = 0 TRYTON_DEPENDS += account \ account_invoice \ diff --git a/productivity/tryton/5.2/commission_waiting/Makefile b/productivity/tryton/5.2/commission_waiting/Makefile index 014a9da08cf..db182194d0d 100644 --- a/productivity/tryton/5.2/commission_waiting/Makefile +++ b/productivity/tryton/5.2/commission_waiting/Makefile @@ -1,7 +1,8 @@ -# $OpenBSD: Makefile,v 1.2 2020/04/10 15:22:46 semarie Exp $ +# $OpenBSD: Makefile,v 1.3 2020/07/03 21:12:31 sthen Exp $ MODPY_EGG_VERSION = 5.2.1 TRYTON_MODULE = commission_waiting +REVISION = 0 TRYTON_DEPENDS += account \ account_invoice \ diff --git a/productivity/tryton/5.2/company/Makefile b/productivity/tryton/5.2/company/Makefile index d5accb7312c..ae3aa677307 100644 --- a/productivity/tryton/5.2/company/Makefile +++ b/productivity/tryton/5.2/company/Makefile @@ -1,7 +1,8 @@ -# $OpenBSD: Makefile,v 1.3 2020/04/10 15:22:46 semarie Exp $ +# $OpenBSD: Makefile,v 1.4 2020/07/03 21:12:31 sthen Exp $ MODPY_EGG_VERSION = 5.2.2 TRYTON_MODULE = company +REVISION = 0 TRYTON_DEPENDS += party \ currency diff --git a/productivity/tryton/5.2/company_work_time/Makefile b/productivity/tryton/5.2/company_work_time/Makefile index 82bf272e161..519b3d78607 100644 --- a/productivity/tryton/5.2/company_work_time/Makefile +++ b/productivity/tryton/5.2/company_work_time/Makefile @@ -1,7 +1,8 @@ -# $OpenBSD: Makefile,v 1.2 2020/04/10 15:22:46 semarie Exp $ +# $OpenBSD: Makefile,v 1.3 2020/07/03 21:12:31 sthen Exp $ MODPY_EGG_VERSION = 5.2.1 TRYTON_MODULE = company_work_time +REVISION = 0 TRYTON_DEPENDS += company diff --git a/productivity/tryton/5.2/country/Makefile b/productivity/tryton/5.2/country/Makefile index 37ccede133a..c0ec678980d 100644 --- a/productivity/tryton/5.2/country/Makefile +++ b/productivity/tryton/5.2/country/Makefile @@ -1,6 +1,7 @@ -# $OpenBSD: Makefile,v 1.2 2020/04/10 15:22:46 semarie Exp $ +# $OpenBSD: Makefile,v 1.3 2020/07/03 21:12:31 sthen Exp $ MODPY_EGG_VERSION = 5.2.1 TRYTON_MODULE = country +REVISION = 0 .include diff --git a/productivity/tryton/5.2/currency/Makefile b/productivity/tryton/5.2/currency/Makefile index e78102f0c85..4a7b5906362 100644 --- a/productivity/tryton/5.2/currency/Makefile +++ b/productivity/tryton/5.2/currency/Makefile @@ -1,7 +1,8 @@ -# $OpenBSD: Makefile,v 1.3 2020/04/10 15:22:46 semarie Exp $ +# $OpenBSD: Makefile,v 1.4 2020/07/03 21:12:31 sthen Exp $ MODPY_EGG_VERSION = 5.2.2 TRYTON_MODULE = currency +REVISION = 0 RUN_DEPENDS += databases/py-sql${MODPY_FLAVOR} diff --git a/productivity/tryton/5.2/customs/Makefile b/productivity/tryton/5.2/customs/Makefile index 688e455e31c..df95992d8c9 100644 --- a/productivity/tryton/5.2/customs/Makefile +++ b/productivity/tryton/5.2/customs/Makefile @@ -1,7 +1,8 @@ -# $OpenBSD: Makefile,v 1.3 2020/04/10 15:22:46 semarie Exp $ +# $OpenBSD: Makefile,v 1.4 2020/07/03 21:12:31 sthen Exp $ MODPY_EGG_VERSION = 5.2.2 TRYTON_MODULE = customs +REVISION = 0 TRYTON_DEPENDS += country \ currency \ diff --git a/productivity/tryton/5.2/dashboard/Makefile b/productivity/tryton/5.2/dashboard/Makefile index 84a824bb804..f8889caaa31 100644 --- a/productivity/tryton/5.2/dashboard/Makefile +++ b/productivity/tryton/5.2/dashboard/Makefile @@ -1,7 +1,8 @@ -# $OpenBSD: Makefile,v 1.2 2020/04/10 15:22:47 semarie Exp $ +# $OpenBSD: Makefile,v 1.3 2020/07/03 21:12:32 sthen Exp $ MODPY_EGG_VERSION = 5.2.1 TRYTON_MODULE = dashboard +REVISION = 0 RUN_DEPENDS += databases/py-sql${MODPY_FLAVOR} \ textproc/py-lxml${MODPY_FLAVOR} diff --git a/productivity/tryton/5.2/edocument_uncefact/Makefile b/productivity/tryton/5.2/edocument_uncefact/Makefile index a456dde62da..ad15d3450a8 100644 --- a/productivity/tryton/5.2/edocument_uncefact/Makefile +++ b/productivity/tryton/5.2/edocument_uncefact/Makefile @@ -1,7 +1,8 @@ -# $OpenBSD: Makefile,v 1.2 2020/04/10 15:22:47 semarie Exp $ +# $OpenBSD: Makefile,v 1.3 2020/07/03 21:12:32 sthen Exp $ MODPY_EGG_VERSION = 5.2.1 TRYTON_MODULE = edocument_uncefact +REVISION = 0 TRYTON_DEPENDS += edocument_unece diff --git a/productivity/tryton/5.2/edocument_unece/Makefile b/productivity/tryton/5.2/edocument_unece/Makefile index ca3f219ac8d..06ffa9b3059 100644 --- a/productivity/tryton/5.2/edocument_unece/Makefile +++ b/productivity/tryton/5.2/edocument_unece/Makefile @@ -1,7 +1,8 @@ -# $OpenBSD: Makefile,v 1.2 2020/04/10 15:22:47 semarie Exp $ +# $OpenBSD: Makefile,v 1.3 2020/07/03 21:12:32 sthen Exp $ MODPY_EGG_VERSION = 5.2.1 TRYTON_MODULE = edocument_unece +REVISION = 0 TRYTON_DEPENDS += product \ account diff --git a/productivity/tryton/5.2/google_maps/Makefile b/productivity/tryton/5.2/google_maps/Makefile index a5818e6aeb9..0277a54e54c 100644 --- a/productivity/tryton/5.2/google_maps/Makefile +++ b/productivity/tryton/5.2/google_maps/Makefile @@ -1,7 +1,8 @@ -# $OpenBSD: Makefile,v 1.2 2020/04/10 15:22:47 semarie Exp $ +# $OpenBSD: Makefile,v 1.3 2020/07/03 21:12:32 sthen Exp $ MODPY_EGG_VERSION = 5.2.1 TRYTON_MODULE = google_maps +REVISION = 0 TRYTON_DEPENDS += party diff --git a/productivity/tryton/5.2/notification_email/Makefile b/productivity/tryton/5.2/notification_email/Makefile index 47ef88d4d6d..97674e4388c 100644 --- a/productivity/tryton/5.2/notification_email/Makefile +++ b/productivity/tryton/5.2/notification_email/Makefile @@ -1,6 +1,7 @@ -# $OpenBSD: Makefile,v 1.3 2020/04/10 15:22:47 semarie Exp $ +# $OpenBSD: Makefile,v 1.4 2020/07/03 21:12:32 sthen Exp $ MODPY_EGG_VERSION = 5.2.2 TRYTON_MODULE = notification_email +REVISION = 0 .include diff --git a/productivity/tryton/5.2/party/Makefile b/productivity/tryton/5.2/party/Makefile index e0cab9b960f..045eb4da2a4 100644 --- a/productivity/tryton/5.2/party/Makefile +++ b/productivity/tryton/5.2/party/Makefile @@ -1,7 +1,8 @@ -# $OpenBSD: Makefile,v 1.3 2020/04/10 15:22:47 semarie Exp $ +# $OpenBSD: Makefile,v 1.4 2020/07/03 21:12:32 sthen Exp $ MODPY_EGG_VERSION = 5.2.2 TRYTON_MODULE = party +REVISION = 0 TRYTON_DEPENDS += country diff --git a/productivity/tryton/5.2/party_relationship/Makefile b/productivity/tryton/5.2/party_relationship/Makefile index 645410fb62f..9c500de6d5c 100644 --- a/productivity/tryton/5.2/party_relationship/Makefile +++ b/productivity/tryton/5.2/party_relationship/Makefile @@ -1,7 +1,8 @@ -# $OpenBSD: Makefile,v 1.2 2020/04/10 15:22:47 semarie Exp $ +# $OpenBSD: Makefile,v 1.3 2020/07/03 21:12:32 sthen Exp $ MODPY_EGG_VERSION = 5.2.1 TRYTON_MODULE = party_relationship +REVISION = 0 TRYTON_DEPENDS += party diff --git a/productivity/tryton/5.2/party_siret/Makefile b/productivity/tryton/5.2/party_siret/Makefile index 70e5c693b05..50a06d9c7d8 100644 --- a/productivity/tryton/5.2/party_siret/Makefile +++ b/productivity/tryton/5.2/party_siret/Makefile @@ -1,7 +1,8 @@ -# $OpenBSD: Makefile,v 1.2 2020/04/10 15:22:47 semarie Exp $ +# $OpenBSD: Makefile,v 1.3 2020/07/03 21:12:32 sthen Exp $ MODPY_EGG_VERSION = 5.2.1 TRYTON_MODULE = party_siret +REVISION = 0 TRYTON_DEPENDS += party diff --git a/productivity/tryton/5.2/product/Makefile b/productivity/tryton/5.2/product/Makefile index 2d298f252b2..5cf262d6d71 100644 --- a/productivity/tryton/5.2/product/Makefile +++ b/productivity/tryton/5.2/product/Makefile @@ -1,7 +1,8 @@ -# $OpenBSD: Makefile,v 1.5 2020/04/10 15:22:48 semarie Exp $ +# $OpenBSD: Makefile,v 1.6 2020/07/03 21:12:32 sthen Exp $ MODPY_EGG_VERSION = 5.2.4 TRYTON_MODULE = product +REVISION = 0 TRYTON_DEPENDS += company diff --git a/productivity/tryton/5.2/product_attribute/Makefile b/productivity/tryton/5.2/product_attribute/Makefile index 7d2f6d708ff..b175b9cb3ef 100644 --- a/productivity/tryton/5.2/product_attribute/Makefile +++ b/productivity/tryton/5.2/product_attribute/Makefile @@ -1,7 +1,8 @@ -# $OpenBSD: Makefile,v 1.2 2020/04/10 15:22:48 semarie Exp $ +# $OpenBSD: Makefile,v 1.3 2020/07/03 21:12:32 sthen Exp $ MODPY_EGG_VERSION = 5.2.1 TRYTON_MODULE = product_attribute +REVISION = 0 TRYTON_DEPENDS += product diff --git a/productivity/tryton/5.2/product_classification/Makefile b/productivity/tryton/5.2/product_classification/Makefile index e084d100e6b..a8f539d14fc 100644 --- a/productivity/tryton/5.2/product_classification/Makefile +++ b/productivity/tryton/5.2/product_classification/Makefile @@ -1,7 +1,8 @@ -# $OpenBSD: Makefile,v 1.2 2020/04/10 15:22:48 semarie Exp $ +# $OpenBSD: Makefile,v 1.3 2020/07/03 21:12:32 sthen Exp $ MODPY_EGG_VERSION = 5.2.1 TRYTON_MODULE = product_classification +REVISION = 0 TRYTON_DEPENDS += product diff --git a/productivity/tryton/5.2/product_classification_taxonomic/Makefile b/productivity/tryton/5.2/product_classification_taxonomic/Makefile index 6b2e78dd6d9..497c4a8a6f2 100644 --- a/productivity/tryton/5.2/product_classification_taxonomic/Makefile +++ b/productivity/tryton/5.2/product_classification_taxonomic/Makefile @@ -1,7 +1,8 @@ -# $OpenBSD: Makefile,v 1.2 2020/04/10 15:22:48 semarie Exp $ +# $OpenBSD: Makefile,v 1.3 2020/07/03 21:12:32 sthen Exp $ MODPY_EGG_VERSION = 5.2.1 TRYTON_MODULE = product_classification_taxonomic +REVISION = 0 TRYTON_DEPENDS += product_classification diff --git a/productivity/tryton/5.2/product_cost_fifo/Makefile b/productivity/tryton/5.2/product_cost_fifo/Makefile index 0b33dcb0b56..c0c52b89fb0 100644 --- a/productivity/tryton/5.2/product_cost_fifo/Makefile +++ b/productivity/tryton/5.2/product_cost_fifo/Makefile @@ -1,7 +1,8 @@ -# $OpenBSD: Makefile,v 1.3 2020/04/10 15:22:48 semarie Exp $ +# $OpenBSD: Makefile,v 1.4 2020/07/03 21:12:32 sthen Exp $ MODPY_EGG_VERSION = 5.2.2 TRYTON_MODULE = product_cost_fifo +REVISION = 0 TRYTON_DEPENDS += product \ stock diff --git a/productivity/tryton/5.2/product_cost_history/Makefile b/productivity/tryton/5.2/product_cost_history/Makefile index 36f7f14a0a0..79c36c726e7 100644 --- a/productivity/tryton/5.2/product_cost_history/Makefile +++ b/productivity/tryton/5.2/product_cost_history/Makefile @@ -1,7 +1,8 @@ -# $OpenBSD: Makefile,v 1.2 2020/04/10 15:22:48 semarie Exp $ +# $OpenBSD: Makefile,v 1.3 2020/07/03 21:12:32 sthen Exp $ MODPY_EGG_VERSION = 5.2.1 TRYTON_MODULE = product_cost_history +REVISION = 0 TRYTON_DEPENDS += product diff --git a/productivity/tryton/5.2/product_measurements/Makefile b/productivity/tryton/5.2/product_measurements/Makefile index 3472944680e..2f036e78d16 100644 --- a/productivity/tryton/5.2/product_measurements/Makefile +++ b/productivity/tryton/5.2/product_measurements/Makefile @@ -1,7 +1,8 @@ -# $OpenBSD: Makefile,v 1.2 2020/04/10 15:22:48 semarie Exp $ +# $OpenBSD: Makefile,v 1.3 2020/07/03 21:12:32 sthen Exp $ MODPY_EGG_VERSION = 5.2.1 TRYTON_MODULE = product_measurements +REVISION = 0 TRYTON_DEPENDS += product diff --git a/productivity/tryton/5.2/product_price_list/Makefile b/productivity/tryton/5.2/product_price_list/Makefile index 5d06962bf97..9d0508f4749 100644 --- a/productivity/tryton/5.2/product_price_list/Makefile +++ b/productivity/tryton/5.2/product_price_list/Makefile @@ -1,7 +1,8 @@ -# $OpenBSD: Makefile,v 1.3 2020/04/10 15:22:48 semarie Exp $ +# $OpenBSD: Makefile,v 1.4 2020/07/03 21:12:32 sthen Exp $ MODPY_EGG_VERSION = 5.2.2 TRYTON_MODULE = product_price_list +REVISION = 0 TRYTON_DEPENDS += product \ company diff --git a/productivity/tryton/5.2/product_price_list_dates/Makefile b/productivity/tryton/5.2/product_price_list_dates/Makefile index d93d0fad2b3..4889b08550c 100644 --- a/productivity/tryton/5.2/product_price_list_dates/Makefile +++ b/productivity/tryton/5.2/product_price_list_dates/Makefile @@ -1,7 +1,8 @@ -# $OpenBSD: Makefile,v 1.2 2020/04/10 15:22:48 semarie Exp $ +# $OpenBSD: Makefile,v 1.3 2020/07/03 21:12:32 sthen Exp $ MODPY_EGG_VERSION = 5.2.1 TRYTON_MODULE = product_price_list_dates +REVISION = 0 TRYTON_DEPENDS += product_price_list diff --git a/productivity/tryton/5.2/product_price_list_parent/Makefile b/productivity/tryton/5.2/product_price_list_parent/Makefile index 01fc7d815fb..1c1e154166a 100644 --- a/productivity/tryton/5.2/product_price_list_parent/Makefile +++ b/productivity/tryton/5.2/product_price_list_parent/Makefile @@ -1,7 +1,8 @@ -# $OpenBSD: Makefile,v 1.2 2020/04/10 15:22:48 semarie Exp $ +# $OpenBSD: Makefile,v 1.3 2020/07/03 21:12:32 sthen Exp $ MODPY_EGG_VERSION = 5.2.1 TRYTON_MODULE = product_price_list_parent +REVISION = 0 TRYTON_DEPENDS += product_price_list diff --git a/productivity/tryton/5.2/production/Makefile b/productivity/tryton/5.2/production/Makefile index b27ddec6417..3afa9b2c2f0 100644 --- a/productivity/tryton/5.2/production/Makefile +++ b/productivity/tryton/5.2/production/Makefile @@ -1,7 +1,8 @@ -# $OpenBSD: Makefile,v 1.2 2020/04/10 15:22:49 semarie Exp $ +# $OpenBSD: Makefile,v 1.3 2020/07/03 21:12:33 sthen Exp $ MODPY_EGG_VERSION = 5.2.1 TRYTON_MODULE = production +REVISION = 0 TRYTON_DEPENDS += company \ product \ diff --git a/productivity/tryton/5.2/production_outsourcing/Makefile b/productivity/tryton/5.2/production_outsourcing/Makefile index cec9c38678e..619a84aeb07 100644 --- a/productivity/tryton/5.2/production_outsourcing/Makefile +++ b/productivity/tryton/5.2/production_outsourcing/Makefile @@ -1,7 +1,8 @@ -# $OpenBSD: Makefile,v 1.2 2020/04/10 15:22:49 semarie Exp $ +# $OpenBSD: Makefile,v 1.3 2020/07/03 21:12:33 sthen Exp $ MODPY_EGG_VERSION = 5.2.1 TRYTON_MODULE = production_outsourcing +REVISION = 0 TRYTON_DEPENDS += product \ production \ diff --git a/productivity/tryton/5.2/production_routing/Makefile b/productivity/tryton/5.2/production_routing/Makefile index 4ca29a73df5..558045b6c19 100644 --- a/productivity/tryton/5.2/production_routing/Makefile +++ b/productivity/tryton/5.2/production_routing/Makefile @@ -1,7 +1,8 @@ -# $OpenBSD: Makefile,v 1.2 2020/04/10 15:22:49 semarie Exp $ +# $OpenBSD: Makefile,v 1.3 2020/07/03 21:12:33 sthen Exp $ MODPY_EGG_VERSION = 5.2.1 TRYTON_MODULE = production_routing +REVISION = 0 TRYTON_DEPENDS += production diff --git a/productivity/tryton/5.2/production_split/Makefile b/productivity/tryton/5.2/production_split/Makefile index 73824414e6d..cffc5813b5a 100644 --- a/productivity/tryton/5.2/production_split/Makefile +++ b/productivity/tryton/5.2/production_split/Makefile @@ -1,7 +1,8 @@ -# $OpenBSD: Makefile,v 1.2 2020/04/10 15:22:49 semarie Exp $ +# $OpenBSD: Makefile,v 1.3 2020/07/03 21:12:33 sthen Exp $ MODPY_EGG_VERSION = 5.2.1 TRYTON_MODULE = production_split +REVISION = 0 TRYTON_DEPENDS += production diff --git a/productivity/tryton/5.2/production_work/Makefile b/productivity/tryton/5.2/production_work/Makefile index 76d2198fe70..f51492d6898 100644 --- a/productivity/tryton/5.2/production_work/Makefile +++ b/productivity/tryton/5.2/production_work/Makefile @@ -1,7 +1,8 @@ -# $OpenBSD: Makefile,v 1.5 2020/04/10 15:22:49 semarie Exp $ +# $OpenBSD: Makefile,v 1.6 2020/07/03 21:12:33 sthen Exp $ MODPY_EGG_VERSION = 5.2.4 TRYTON_MODULE = production_work +REVISION = 0 TRYTON_DEPENDS += company \ production \ diff --git a/productivity/tryton/5.2/production_work_timesheet/Makefile b/productivity/tryton/5.2/production_work_timesheet/Makefile index afe224c5715..8bacabe1951 100644 --- a/productivity/tryton/5.2/production_work_timesheet/Makefile +++ b/productivity/tryton/5.2/production_work_timesheet/Makefile @@ -1,7 +1,8 @@ -# $OpenBSD: Makefile,v 1.2 2020/04/10 15:22:49 semarie Exp $ +# $OpenBSD: Makefile,v 1.3 2020/07/03 21:12:33 sthen Exp $ MODPY_EGG_VERSION = 5.2.1 TRYTON_MODULE = production_work_timesheet +REVISION = 0 TRYTON_DEPENDS += production_routing \ production_work \ diff --git a/productivity/tryton/5.2/proteus/Makefile b/productivity/tryton/5.2/proteus/Makefile index c83badc56c9..8d021ea76c9 100644 --- a/productivity/tryton/5.2/proteus/Makefile +++ b/productivity/tryton/5.2/proteus/Makefile @@ -1,9 +1,10 @@ -# $OpenBSD: Makefile,v 1.3 2019/12/11 07:20:53 semarie Exp $ +# $OpenBSD: Makefile,v 1.4 2020/07/03 21:12:33 sthen Exp $ COMMENT = library to access Tryton models like a client MODPY_EGG_VERSION = 5.2.4 DISTNAME = proteus-${MODPY_EGG_VERSION} +REVISION = 0 TRYTON_PY = Yes diff --git a/productivity/tryton/5.2/purchase/Makefile b/productivity/tryton/5.2/purchase/Makefile index ecc010507b5..0ca65eb7af8 100644 --- a/productivity/tryton/5.2/purchase/Makefile +++ b/productivity/tryton/5.2/purchase/Makefile @@ -1,7 +1,8 @@ -# $OpenBSD: Makefile,v 1.3 2020/04/10 15:22:49 semarie Exp $ +# $OpenBSD: Makefile,v 1.4 2020/07/03 21:12:33 sthen Exp $ MODPY_EGG_VERSION = 5.2.2 TRYTON_MODULE = purchase +REVISION = 0 TRYTON_DEPENDS += account \ account_invoice \ diff --git a/productivity/tryton/5.2/purchase_request/Makefile b/productivity/tryton/5.2/purchase_request/Makefile index d8e744be40f..6b271d3535a 100644 --- a/productivity/tryton/5.2/purchase_request/Makefile +++ b/productivity/tryton/5.2/purchase_request/Makefile @@ -1,7 +1,8 @@ -# $OpenBSD: Makefile,v 1.2 2020/04/10 15:22:49 semarie Exp $ +# $OpenBSD: Makefile,v 1.3 2020/07/03 21:12:33 sthen Exp $ MODPY_EGG_VERSION = 5.2.1 TRYTON_MODULE = purchase_request +REVISION = 0 TRYTON_DEPENDS += purchase \ product diff --git a/productivity/tryton/5.2/purchase_shipment_cost/Makefile b/productivity/tryton/5.2/purchase_shipment_cost/Makefile index 26034f05130..7c22bbd7599 100644 --- a/productivity/tryton/5.2/purchase_shipment_cost/Makefile +++ b/productivity/tryton/5.2/purchase_shipment_cost/Makefile @@ -1,7 +1,8 @@ -# $OpenBSD: Makefile,v 1.3 2020/05/14 17:26:45 semarie Exp $ +# $OpenBSD: Makefile,v 1.4 2020/07/03 21:12:33 sthen Exp $ MODPY_EGG_VERSION = 5.2.2 TRYTON_MODULE = purchase_shipment_cost +REVISION = 0 TRYTON_DEPENDS += carrier \ currency \ diff --git a/productivity/tryton/5.2/sale/Makefile b/productivity/tryton/5.2/sale/Makefile index 8324028a390..23b059ecfe5 100644 --- a/productivity/tryton/5.2/sale/Makefile +++ b/productivity/tryton/5.2/sale/Makefile @@ -1,7 +1,8 @@ -# $OpenBSD: Makefile,v 1.2 2020/04/10 15:22:49 semarie Exp $ +# $OpenBSD: Makefile,v 1.3 2020/07/03 21:12:33 sthen Exp $ MODPY_EGG_VERSION = 5.2.1 TRYTON_MODULE = sale +REVISION = 0 TRYTON_DEPENDS += account \ account_invoice \ diff --git a/productivity/tryton/5.2/sale_price_list/Makefile b/productivity/tryton/5.2/sale_price_list/Makefile index 06b14b56010..e4f43b95d80 100644 --- a/productivity/tryton/5.2/sale_price_list/Makefile +++ b/productivity/tryton/5.2/sale_price_list/Makefile @@ -1,7 +1,8 @@ -# $OpenBSD: Makefile,v 1.2 2020/04/10 15:22:49 semarie Exp $ +# $OpenBSD: Makefile,v 1.3 2020/07/03 21:12:33 sthen Exp $ MODPY_EGG_VERSION = 5.2.1 TRYTON_MODULE = sale_price_list +REVISION = 0 TRYTON_DEPENDS += company \ party \ diff --git a/productivity/tryton/5.2/sale_promotion/Makefile b/productivity/tryton/5.2/sale_promotion/Makefile index 99e61809ca5..c30537dd032 100644 --- a/productivity/tryton/5.2/sale_promotion/Makefile +++ b/productivity/tryton/5.2/sale_promotion/Makefile @@ -1,7 +1,8 @@ -# $OpenBSD: Makefile,v 1.2 2020/04/10 15:22:50 semarie Exp $ +# $OpenBSD: Makefile,v 1.3 2020/07/03 21:12:33 sthen Exp $ MODPY_EGG_VERSION = 5.2.1 TRYTON_MODULE = sale_promotion +REVISION = 0 TRYTON_DEPENDS += company \ product \ diff --git a/productivity/tryton/5.2/sale_shipment_cost/Makefile b/productivity/tryton/5.2/sale_shipment_cost/Makefile index 12c3f32f8f1..0b7c5dc8884 100644 --- a/productivity/tryton/5.2/sale_shipment_cost/Makefile +++ b/productivity/tryton/5.2/sale_shipment_cost/Makefile @@ -1,7 +1,8 @@ -# $OpenBSD: Makefile,v 1.2 2020/04/10 15:22:50 semarie Exp $ +# $OpenBSD: Makefile,v 1.3 2020/07/03 21:12:33 sthen Exp $ MODPY_EGG_VERSION = 5.2.1 TRYTON_MODULE = sale_shipment_cost +REVISION = 0 TRYTON_DEPENDS += account_invoice \ carrier \ diff --git a/productivity/tryton/5.2/sale_supply/Makefile b/productivity/tryton/5.2/sale_supply/Makefile index ca61809751d..0ad56a5a4bf 100644 --- a/productivity/tryton/5.2/sale_supply/Makefile +++ b/productivity/tryton/5.2/sale_supply/Makefile @@ -1,7 +1,8 @@ -# $OpenBSD: Makefile,v 1.2 2020/04/10 15:22:50 semarie Exp $ +# $OpenBSD: Makefile,v 1.3 2020/07/03 21:12:33 sthen Exp $ MODPY_EGG_VERSION = 5.2.1 TRYTON_MODULE = sale_supply +REVISION = 0 TRYTON_DEPENDS += purchase \ purchase_request \ diff --git a/productivity/tryton/5.2/sale_supply_drop_shipment/Makefile b/productivity/tryton/5.2/sale_supply_drop_shipment/Makefile index 0e4346e21c8..28a65a4aa32 100644 --- a/productivity/tryton/5.2/sale_supply_drop_shipment/Makefile +++ b/productivity/tryton/5.2/sale_supply_drop_shipment/Makefile @@ -1,7 +1,8 @@ -# $OpenBSD: Makefile,v 1.5 2020/05/14 17:26:45 semarie Exp $ +# $OpenBSD: Makefile,v 1.6 2020/07/03 21:12:33 sthen Exp $ MODPY_EGG_VERSION = 5.2.4 TRYTON_MODULE = sale_supply_drop_shipment +REVISION = 0 TRYTON_DEPENDS += company \ purchase \ diff --git a/productivity/tryton/5.2/sao/Makefile b/productivity/tryton/5.2/sao/Makefile index 07a9e84eeef..d38d1048c1b 100644 --- a/productivity/tryton/5.2/sao/Makefile +++ b/productivity/tryton/5.2/sao/Makefile @@ -1,10 +1,11 @@ -# $OpenBSD: Makefile,v 1.10 2020/05/14 17:26:45 semarie Exp $ +# $OpenBSD: Makefile,v 1.11 2020/07/03 21:12:33 sthen Exp $ COMMENT = tryton web client VERSION = 5.2.14 DEPVERSION = 6 DISTNAME = tryton-sao-${VERSION} +REVISION = 0 EXTRACT_SUFX = .tgz WRKDIST = ${WRKDIR}/package diff --git a/productivity/tryton/5.2/stock/Makefile b/productivity/tryton/5.2/stock/Makefile index cec98e69038..31482ad56ea 100644 --- a/productivity/tryton/5.2/stock/Makefile +++ b/productivity/tryton/5.2/stock/Makefile @@ -1,7 +1,8 @@ -# $OpenBSD: Makefile,v 1.5 2020/03/12 10:30:58 semarie Exp $ +# $OpenBSD: Makefile,v 1.6 2020/07/03 21:12:33 sthen Exp $ MODPY_EGG_VERSION = 5.2.4 TRYTON_MODULE = stock +REVISION = 0 TRYTON_DEPENDS += company \ currency \ diff --git a/productivity/tryton/5.2/stock_package/Makefile b/productivity/tryton/5.2/stock_package/Makefile index 9faf829b02c..819b80c13cd 100644 --- a/productivity/tryton/5.2/stock_package/Makefile +++ b/productivity/tryton/5.2/stock_package/Makefile @@ -1,7 +1,8 @@ -# $OpenBSD: Makefile,v 1.2 2020/04/10 15:22:50 semarie Exp $ +# $OpenBSD: Makefile,v 1.3 2020/07/03 21:12:34 sthen Exp $ MODPY_EGG_VERSION = 5.2.1 TRYTON_MODULE = stock_package +REVISION = 0 TRYTON_DEPENDS += stock diff --git a/productivity/tryton/5.2/stock_shipment_measurements/Makefile b/productivity/tryton/5.2/stock_shipment_measurements/Makefile index b4b21615907..c6e30cfdf80 100644 --- a/productivity/tryton/5.2/stock_shipment_measurements/Makefile +++ b/productivity/tryton/5.2/stock_shipment_measurements/Makefile @@ -1,7 +1,8 @@ -# $OpenBSD: Makefile,v 1.2 2020/04/10 15:22:50 semarie Exp $ +# $OpenBSD: Makefile,v 1.3 2020/07/03 21:12:34 sthen Exp $ MODPY_EGG_VERSION = 5.2.1 TRYTON_MODULE = stock_shipment_measurements +REVISION = 0 TRYTON_DEPENDS += product \ product_measurements \ diff --git a/productivity/tryton/5.2/stock_supply/Makefile b/productivity/tryton/5.2/stock_supply/Makefile index f6a51cace99..c243ece8eee 100644 --- a/productivity/tryton/5.2/stock_supply/Makefile +++ b/productivity/tryton/5.2/stock_supply/Makefile @@ -1,7 +1,8 @@ -# $OpenBSD: Makefile,v 1.3 2020/04/10 15:22:50 semarie Exp $ +# $OpenBSD: Makefile,v 1.4 2020/07/03 21:12:34 sthen Exp $ MODPY_EGG_VERSION = 5.2.2 TRYTON_MODULE = stock_supply +REVISION = 0 TRYTON_DEPENDS += account \ party \ diff --git a/productivity/tryton/5.2/timesheet/Makefile b/productivity/tryton/5.2/timesheet/Makefile index 0225d0d45b4..803ca2fa09d 100644 --- a/productivity/tryton/5.2/timesheet/Makefile +++ b/productivity/tryton/5.2/timesheet/Makefile @@ -1,7 +1,8 @@ -# $OpenBSD: Makefile,v 1.5 2020/04/10 15:22:50 semarie Exp $ +# $OpenBSD: Makefile,v 1.6 2020/07/03 21:12:34 sthen Exp $ MODPY_EGG_VERSION = 5.2.4 TRYTON_MODULE = timesheet +REVISION = 0 TRYTON_DEPENDS += company \ company_work_time diff --git a/productivity/tryton/5.2/tryton/Makefile b/productivity/tryton/5.2/tryton/Makefile index 2ed2143827f..73fe1f5e292 100644 --- a/productivity/tryton/5.2/tryton/Makefile +++ b/productivity/tryton/5.2/tryton/Makefile @@ -1,9 +1,10 @@ -# $OpenBSD: Makefile,v 1.15 2020/05/14 17:26:45 semarie Exp $ +# $OpenBSD: Makefile,v 1.16 2020/07/03 21:12:34 sthen Exp $ COMMENT = tryton desktop client MODPY_EGG_VERSION = 5.2.15 DISTNAME = tryton-${MODPY_EGG_VERSION} +REVISION = 0 TRYTON_PY = Yes diff --git a/productivity/tryton/5.2/trytond/Makefile b/productivity/tryton/5.2/trytond/Makefile index 3cae416aaea..d311d3cd62f 100644 --- a/productivity/tryton/5.2/trytond/Makefile +++ b/productivity/tryton/5.2/trytond/Makefile @@ -1,9 +1,10 @@ -# $OpenBSD: Makefile,v 1.16 2020/05/14 17:26:45 semarie Exp $ +# $OpenBSD: Makefile,v 1.17 2020/07/03 21:12:34 sthen Exp $ COMMENT = 3-tiers general purpose business application framework MODPY_EGG_VERSION = 5.2.15 DISTNAME = trytond-${MODPY_EGG_VERSION} +REVISION = 0 TRYTON_PY = Yes diff --git a/productivity/tryton/5.2/user_role/Makefile b/productivity/tryton/5.2/user_role/Makefile index 02265eda831..643fa5cd205 100644 --- a/productivity/tryton/5.2/user_role/Makefile +++ b/productivity/tryton/5.2/user_role/Makefile @@ -1,6 +1,7 @@ -# $OpenBSD: Makefile,v 1.3 2020/05/14 17:26:45 semarie Exp $ +# $OpenBSD: Makefile,v 1.4 2020/07/03 21:12:34 sthen Exp $ MODPY_EGG_VERSION = 5.2.2 TRYTON_MODULE = user_role +REVISION = 0 .include diff --git a/productivity/tryton/5.2/web_user/Makefile b/productivity/tryton/5.2/web_user/Makefile index a6240b11ba9..46e48b0d1b1 100644 --- a/productivity/tryton/5.2/web_user/Makefile +++ b/productivity/tryton/5.2/web_user/Makefile @@ -1,7 +1,8 @@ -# $OpenBSD: Makefile,v 1.2 2020/04/10 15:22:51 semarie Exp $ +# $OpenBSD: Makefile,v 1.3 2020/07/03 21:12:34 sthen Exp $ MODPY_EGG_VERSION = 5.2.1 TRYTON_MODULE = web_user +REVISION = 0 TRYTON_DEPENDS += party diff --git a/productivity/vdirsyncer/Makefile b/productivity/vdirsyncer/Makefile index 606622d69cb..e933633a9fb 100644 --- a/productivity/vdirsyncer/Makefile +++ b/productivity/vdirsyncer/Makefile @@ -1,10 +1,10 @@ -# $OpenBSD: Makefile,v 1.12 2019/08/03 17:08:45 kmos Exp $ +# $OpenBSD: Makefile,v 1.13 2020/07/03 21:13:04 sthen Exp $ COMMENT = synchronize calendars and contacts MODPY_EGG_VERSION = 0.16.7 DISTNAME = vdirsyncer-${MODPY_EGG_VERSION} -REVISION = 2 +REVISION = 3 CATEGORIES = productivity diff --git a/productivity/yokadi/Makefile b/productivity/yokadi/Makefile index 632eab9c026..a4b5022feb9 100644 --- a/productivity/yokadi/Makefile +++ b/productivity/yokadi/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.8 2019/12/30 12:17:16 sthen Exp $ +# $OpenBSD: Makefile,v 1.9 2020/07/03 21:13:04 sthen Exp $ COMMENT = command-line oriented todo list system @@ -6,6 +6,7 @@ CATEGORIES = productivity MODPY_EGG_VERSION = 1.2.0 DISTNAME = yokadi-${MODPY_EGG_VERSION} +REVISION = 0 HOMEPAGE = https://yokadi.github.io/ MASTER_SITES = ${HOMEPAGE}/download/ diff --git a/security/ROPgadget/Makefile b/security/ROPgadget/Makefile index 72ab35b6366..b98270b256b 100644 --- a/security/ROPgadget/Makefile +++ b/security/ROPgadget/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.6 2020/06/13 09:00:37 jasper Exp $ +# $OpenBSD: Makefile,v 1.7 2020/07/03 21:13:05 sthen Exp $ COMMENT = Gadgets finder and auto-roper @@ -7,6 +7,7 @@ GH_TAGNAME = v${MODPY_EGG_VERSION} GH_PROJECT = ROPGadget GH_ACCOUNT = JonathanSalwan DISTNAME = ROPGadget-${MODPY_EGG_VERSION} +REVISION = 0 CATEGORIES = security diff --git a/security/angrop/Makefile b/security/angrop/Makefile index 9e39d94e623..5663694919e 100644 --- a/security/angrop/Makefile +++ b/security/angrop/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.6 2020/06/15 08:49:02 kn Exp $ +# $OpenBSD: Makefile,v 1.7 2020/07/03 21:13:05 sthen Exp $ # sync with devel/angr/Makefile.inc ONLY_FOR_ARCHS = amd64 @@ -22,6 +22,7 @@ MODPY_VERSION = ${MODPY_DEFAULT_VERSION_3} MODPY_EGG_VERSION = 8.20.6.8 MODPY_PI = Yes MODPY_SETUPTOOLS = Yes +REVISION = 0 RUN_DEPENDS = devel/angr/py-angr>=${MODPY_EGG_VERSION} \ devel/py-progressbar${MODPY_FLAVOR} diff --git a/security/boofuzz/Makefile b/security/boofuzz/Makefile index e8232ad607d..84aa674e63e 100644 --- a/security/boofuzz/Makefile +++ b/security/boofuzz/Makefile @@ -1,9 +1,10 @@ -# $OpenBSD: Makefile,v 1.6 2020/06/10 07:13:13 jasper Exp $ +# $OpenBSD: Makefile,v 1.7 2020/07/03 21:13:05 sthen Exp $ COMMENT = extensible network protocol fuzzer MODPY_EGG_VERSION = 0.2.0 DISTNAME = boofuzz-${MODPY_EGG_VERSION} +REVISION = 0 CATEGORIES = security diff --git a/security/emldump/Makefile b/security/emldump/Makefile index 935a103e4f2..b266782b153 100644 --- a/security/emldump/Makefile +++ b/security/emldump/Makefile @@ -1,11 +1,11 @@ -# $OpenBSD: Makefile,v 1.4 2020/06/14 10:05:14 jasper Exp $ +# $OpenBSD: Makefile,v 1.5 2020/07/03 21:13:05 sthen Exp $ COMMENT = analyze MIME files MODPY_EGG_VERSION = 0.0.10 DISTNAME = emldump_V${MODPY_EGG_VERSION:S/./_/g} PKGNAME = emldump-${MODPY_EGG_VERSION} -REVISION = 0 +REVISION = 1 CATEGORIES = security diff --git a/security/fierce/Makefile b/security/fierce/Makefile index 612b968c4f3..b1aec6122b8 100644 --- a/security/fierce/Makefile +++ b/security/fierce/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.6 2020/05/30 12:09:31 jasper Exp $ +# $OpenBSD: Makefile,v 1.7 2020/07/03 21:13:05 sthen Exp $ COMMENT = DNS reconnaissance tool for locating non-contiguous IP space @@ -6,6 +6,7 @@ MODPY_EGG_VERSION = 1.4.0 GH_ACCOUNT = mschwager GH_PROJECT = fierce GH_TAGNAME = ${MODPY_EGG_VERSION} +REVISION = 0 CATEGORIES = security diff --git a/security/letsencrypt/acme-tiny/Makefile b/security/letsencrypt/acme-tiny/Makefile index 19798c90c1c..61eeb7552c2 100644 --- a/security/letsencrypt/acme-tiny/Makefile +++ b/security/letsencrypt/acme-tiny/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.10 2020/02/05 19:43:09 sthen Exp $ +# $OpenBSD: Makefile,v 1.11 2020/07/03 21:13:05 sthen Exp $ COMMENT= small 3rd-party letsencrypt client @@ -6,7 +6,7 @@ GH_ACCOUNT= diafygi GH_PROJECT= acme-tiny GH_TAGNAME= 4.0.4 EPOCH= 0 -REVISION= 2 +REVISION= 3 HOMEPAGE= https://github.com/diafygi/acme-tiny diff --git a/security/letsencrypt/client/Makefile b/security/letsencrypt/client/Makefile index 0c54beb75dc..939458bbfc7 100644 --- a/security/letsencrypt/client/Makefile +++ b/security/letsencrypt/client/Makefile @@ -1,10 +1,11 @@ -# $OpenBSD: Makefile,v 1.28 2020/05/14 11:48:53 sthen Exp $ +# $OpenBSD: Makefile,v 1.29 2020/07/03 21:13:05 sthen Exp $ COMMENT= client for certificate authorities using ACME protocols HOMEPAGE= https://certbot.eff.org/ DISTNAME= certbot-${MODPY_EGG_VERSION} +REVISION= 0 RUN_DEPENDS= devel/py-configargparse${MODPY_FLAVOR} \ devel/py-configobj${MODPY_FLAVOR} \ diff --git a/security/letsencrypt/py-acme/Makefile b/security/letsencrypt/py-acme/Makefile index 2d228dc8784..02e27d41973 100644 --- a/security/letsencrypt/py-acme/Makefile +++ b/security/letsencrypt/py-acme/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.23 2020/03/04 14:33:29 sthen Exp $ +# $OpenBSD: Makefile,v 1.24 2020/07/03 21:13:05 sthen Exp $ COMMENT= ACME protocol implementation @@ -6,6 +6,7 @@ HOMEPAGE= https://certbot.eff.org/ DISTNAME= acme-${MODPY_EGG_VERSION} PKGNAME= ${MODPY_PY_PREFIX}${DISTNAME:S/.dev/pre/} +REVISION= 0 FLAVORS= python3 FLAVOR= python3 diff --git a/security/libbde/Makefile b/security/libbde/Makefile index 858d8495094..0cd936a59c9 100644 --- a/security/libbde/Makefile +++ b/security/libbde/Makefile @@ -1,10 +1,11 @@ -# $OpenBSD: Makefile,v 1.9 2020/03/17 21:00:19 rpointel Exp $ +# $OpenBSD: Makefile,v 1.10 2020/07/03 21:13:05 sthen Exp $ COMMENT = access the BitLocker Drive Encryption encrypted volumes VERSION = 20191221 DISTNAME = libbde-alpha-${VERSION} PKGNAME = libbde-${VERSION} +REVISION = 0 SHARED_LIBS += bde 0.1 # 1.0 diff --git a/security/libewf/Makefile b/security/libewf/Makefile index 8a07aef67c2..28d41bbbe3e 100644 --- a/security/libewf/Makefile +++ b/security/libewf/Makefile @@ -1,10 +1,11 @@ -# $OpenBSD: Makefile,v 1.12 2020/03/17 21:01:34 rpointel Exp $ +# $OpenBSD: Makefile,v 1.13 2020/07/03 21:13:05 sthen Exp $ COMMENT = access the Expert Witness Compression Format VERSION = 20140808 DISTNAME = libewf-${VERSION} EPOCH = 0 +REVISION = 0 SHARED_LIBS += ewf 1.0 # 3.0 diff --git a/security/libpwquality/Makefile b/security/libpwquality/Makefile index 6de2f867635..88a85015041 100644 --- a/security/libpwquality/Makefile +++ b/security/libpwquality/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.19 2020/05/16 10:41:32 ajacoutot Exp $ +# $OpenBSD: Makefile,v 1.20 2020/07/03 21:13:05 sthen Exp $ COMMENT = library to generate, and check strengh of passwords @@ -8,7 +8,7 @@ GH_PROJECT = libpwquality GH_ACCOUNT = libpwquality GH_TAGNAME = libpwquality-${V} DISTNAME = libpwquality-${V} -REVISION = 0 +REVISION = 1 SHARED_LIBS += pwquality 1.0 # 1.2 diff --git a/security/pcsc-lite/Makefile b/security/pcsc-lite/Makefile index cabfb3dc811..129de3800fb 100644 --- a/security/pcsc-lite/Makefile +++ b/security/pcsc-lite/Makefile @@ -1,9 +1,9 @@ -# $OpenBSD: Makefile,v 1.49 2020/02/05 21:22:17 kn Exp $ +# $OpenBSD: Makefile,v 1.50 2020/07/03 21:13:05 sthen Exp $ COMMENT= resource manager for PC/SC V= 1.8.26 -REVISION= 0 +REVISION= 1 DISTNAME= pcsc-lite-${V} CATEGORIES= security diff --git a/security/pdf-parser/Makefile b/security/pdf-parser/Makefile index 332577b4418..04c1b1c130e 100644 --- a/security/pdf-parser/Makefile +++ b/security/pdf-parser/Makefile @@ -1,10 +1,11 @@ -# $OpenBSD: Makefile,v 1.11 2020/03/08 19:20:45 rpointel Exp $ +# $OpenBSD: Makefile,v 1.12 2020/07/03 21:13:05 sthen Exp $ COMMENT = parse a PDF document MODPY_EGG_VERSION = 0.7.4 DISTNAME = pdf-parser_V${MODPY_EGG_VERSION:S/./_/g} PKGNAME = pdf-parser-${MODPY_EGG_VERSION} +REVISION = 0 CATEGORIES = security diff --git a/security/pdfid/Makefile b/security/pdfid/Makefile index 4a0fd1889bb..f4071deea55 100644 --- a/security/pdfid/Makefile +++ b/security/pdfid/Makefile @@ -1,10 +1,11 @@ -# $OpenBSD: Makefile,v 1.9 2020/03/08 19:24:45 rpointel Exp $ +# $OpenBSD: Makefile,v 1.10 2020/07/03 21:13:05 sthen Exp $ COMMENT = tool to test a PDF file MODPY_EGG_VERSION = 0.2.7 DISTNAME = pdfid_v${MODPY_EGG_VERSION:S/./_/g} PKGNAME = pdfid-${MODPY_EGG_VERSION} +REVISION = 0 CATEGORIES = security diff --git a/security/plaso/Makefile b/security/plaso/Makefile index b6f1791787a..5f5d1f542bd 100644 --- a/security/plaso/Makefile +++ b/security/plaso/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.14 2020/03/17 22:18:14 rpointel Exp $ +# $OpenBSD: Makefile,v 1.15 2020/07/03 21:13:05 sthen Exp $ COMMENT = engine and tools to automate creation of super timeline @@ -15,6 +15,7 @@ MAINTAINER = Remi Pointel PERMIT_PACKAGE = Yes DISTNAME = plaso-${MODPY_EGG_VERSION} +REVISION = 0 MASTER_SITES = https://github.com/log2timeline/plaso/releases/download/${MODPY_EGG_VERSION}/ diff --git a/security/pwntools/Makefile b/security/pwntools/Makefile index 1b0f47052d2..212a9d75f98 100644 --- a/security/pwntools/Makefile +++ b/security/pwntools/Makefile @@ -1,9 +1,10 @@ -# $OpenBSD: Makefile,v 1.7 2020/06/27 08:47:43 jasper Exp $ +# $OpenBSD: Makefile,v 1.8 2020/07/03 21:13:05 sthen Exp $ COMMENT = Pwntools CTF framework and exploit development library MODPY_EGG_VERSION = 4.1.4 DISTNAME = pwntools-${MODPY_EGG_VERSION} +REVISION = 0 CATEGORIES = security diff --git a/security/py-M2Crypto/Makefile b/security/py-M2Crypto/Makefile index 234fb3bfe61..ba788e1ab8e 100644 --- a/security/py-M2Crypto/Makefile +++ b/security/py-M2Crypto/Makefile @@ -1,10 +1,11 @@ -# $OpenBSD: Makefile,v 1.26 2019/09/01 12:34:07 jasper Exp $ +# $OpenBSD: Makefile,v 1.27 2020/07/03 21:13:05 sthen Exp $ COMMENT = crypto and ssl toolkit for python MODPY_EGG_VERSION = 0.35.2 DISTNAME = M2Crypto-${MODPY_EGG_VERSION} PKGNAME = py-${DISTNAME} +REVISION = 0 CATEGORIES = security diff --git a/security/py-PyNaCl/Makefile b/security/py-PyNaCl/Makefile index 90d68f4c67e..d232088e274 100644 --- a/security/py-PyNaCl/Makefile +++ b/security/py-PyNaCl/Makefile @@ -1,11 +1,11 @@ -# $OpenBSD: Makefile,v 1.8 2020/06/12 12:00:43 ajacoutot Exp $ +# $OpenBSD: Makefile,v 1.9 2020/07/03 21:13:05 sthen Exp $ COMMENT = Python binding to the NaCl library MODPY_EGG_VERSION = 1.4.0 DISTNAME = PyNaCl-${MODPY_EGG_VERSION} PKGNAME = py-${DISTNAME} -REVISION = 0 +REVISION = 1 CATEGORIES = security diff --git a/security/py-aes/Makefile b/security/py-aes/Makefile index a542578ec96..f90fd303d1c 100644 --- a/security/py-aes/Makefile +++ b/security/py-aes/Makefile @@ -1,11 +1,11 @@ -# $OpenBSD: Makefile,v 1.4 2019/07/12 20:49:34 sthen Exp $ +# $OpenBSD: Makefile,v 1.5 2020/07/03 21:13:06 sthen Exp $ COMMENT = pure-Python implementation of AES block-cipher MODPY_EGG_VERSION = 1.6.1 DISTNAME = pyaes-${MODPY_EGG_VERSION} PKGNAME = py-aes-${MODPY_EGG_VERSION} -REVISION = 0 +REVISION = 1 CATEGORIES = security diff --git a/security/py-artifacts/Makefile b/security/py-artifacts/Makefile index 8a4c6222a3e..097063825bc 100644 --- a/security/py-artifacts/Makefile +++ b/security/py-artifacts/Makefile @@ -1,10 +1,11 @@ -# $OpenBSD: Makefile,v 1.15 2020/03/17 21:08:15 rpointel Exp $ +# $OpenBSD: Makefile,v 1.16 2020/07/03 21:13:06 sthen Exp $ COMMENT = ForensicArtifacts.com Artifact Repository MODPY_EGG_VERSION = 20200118 DISTNAME = artifacts-${MODPY_EGG_VERSION} PKGNAME = py-${DISTNAME} +REVISION = 0 CATEGORIES = security diff --git a/security/py-asn1crypto/Makefile b/security/py-asn1crypto/Makefile index 5d3184ad44a..2640433210f 100644 --- a/security/py-asn1crypto/Makefile +++ b/security/py-asn1crypto/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.4 2019/07/12 20:49:34 sthen Exp $ +# $OpenBSD: Makefile,v 1.5 2020/07/03 21:13:06 sthen Exp $ COMMENT = fast ASN.1 parser and serializer @@ -7,7 +7,7 @@ GH_TAGNAME = ${MODPY_EGG_VERSION} GH_ACCOUNT = wbond GH_PROJECT = asn1crypto PKGNAME = py-${DISTNAME} -REVISION = 0 +REVISION = 1 CATEGORIES = security diff --git a/security/py-axolotl-curve25519/Makefile b/security/py-axolotl-curve25519/Makefile index c4fe76d5106..05f949cb95d 100644 --- a/security/py-axolotl-curve25519/Makefile +++ b/security/py-axolotl-curve25519/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.3 2019/07/12 20:49:34 sthen Exp $ +# $OpenBSD: Makefile,v 1.4 2020/07/03 21:13:06 sthen Exp $ COMMENT = Python curve25519 library with ed25519 signatures @@ -6,7 +6,7 @@ MODPY_EGG_VERSION = 0.4.1 POST = 2 DISTNAME = python-axolotl-curve25519-${MODPY_EGG_VERSION}.post${POST} PKGNAME = py-axolotl-curve25519-${MODPY_EGG_VERSION}pl${POST} -REVISION = 0 +REVISION = 1 CATEGORIES = security diff --git a/security/py-axolotl/Makefile b/security/py-axolotl/Makefile index 40fa5e5da21..04bed8df5a0 100644 --- a/security/py-axolotl/Makefile +++ b/security/py-axolotl/Makefile @@ -1,10 +1,11 @@ -# $OpenBSD: Makefile,v 1.6 2019/07/12 20:49:34 sthen Exp $ +# $OpenBSD: Makefile,v 1.7 2020/07/03 21:13:06 sthen Exp $ COMMENT = Python port of libaxolotl MODPY_EGG_VERSION = 0.2.3 DISTNAME = python-axolotl-${MODPY_EGG_VERSION} PKGNAME = py-axolotl-${MODPY_EGG_VERSION} +REVISION = 0 CATEGORIES = security diff --git a/security/py-bcrypt/Makefile b/security/py-bcrypt/Makefile index e6d09e30f96..bf599471b87 100644 --- a/security/py-bcrypt/Makefile +++ b/security/py-bcrypt/Makefile @@ -1,11 +1,11 @@ -# $OpenBSD: Makefile,v 1.21 2020/02/03 20:40:40 sthen Exp $ +# $OpenBSD: Makefile,v 1.22 2020/07/03 21:13:06 sthen Exp $ COMMENT= bcrypt blowfish password hashing for Python MODPY_EGG_VERSION= 3.1.7 DISTNAME= bcrypt-${MODPY_EGG_VERSION} PKGNAME= py-${DISTNAME} -REVISION= 0 +REVISION= 1 CATEGORIES= security diff --git a/security/py-cryptodome/Makefile b/security/py-cryptodome/Makefile index 5fd3f767018..98d2ecfebca 100644 --- a/security/py-cryptodome/Makefile +++ b/security/py-cryptodome/Makefile @@ -1,10 +1,11 @@ -# $OpenBSD: Makefile,v 1.19 2020/02/23 13:31:06 jasper Exp $ +# $OpenBSD: Makefile,v 1.20 2020/07/03 21:13:06 sthen Exp $ COMMENT = self-contained cryptographic library for Python MODPY_EGG_VERSION = 3.9.7 DISTNAME = pycryptodome-${MODPY_EGG_VERSION} PKGNAME = py-${DISTNAME:S/py//} +REVISION = 0 CATEGORIES = security diff --git a/security/py-cryptography/Makefile b/security/py-cryptography/Makefile index 7b6b424fef8..59fb2eb8749 100644 --- a/security/py-cryptography/Makefile +++ b/security/py-cryptography/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.36 2020/06/12 12:26:17 sthen Exp $ +# $OpenBSD: Makefile,v 1.37 2020/07/03 21:13:06 sthen Exp $ COMMENT= cryptographic recipes and primitives for Python @@ -6,6 +6,7 @@ MODPY_EGG_VERSION= 2.9.2 DISTNAME= cryptography-${MODPY_EGG_VERSION} PKGNAME= ${MODPY_PY_PREFIX}${DISTNAME} CATEGORIES= security devel +REVISION= 0 HOMEPAGE= https://cryptography.io/ diff --git a/security/py-cryptography_vectors/Makefile b/security/py-cryptography_vectors/Makefile index cf5180361b5..5b222ce0123 100644 --- a/security/py-cryptography_vectors/Makefile +++ b/security/py-cryptography_vectors/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.25 2020/06/12 12:26:18 sthen Exp $ +# $OpenBSD: Makefile,v 1.26 2020/07/03 21:13:06 sthen Exp $ COMMENT= test vectors for py-cryptography @@ -6,6 +6,7 @@ MODPY_EGG_VERSION= 2.9.2 DISTNAME= cryptography_vectors-${MODPY_EGG_VERSION} PKGNAME= ${MODPY_PY_PREFIX}${DISTNAME} CATEGORIES= security +REVISION= 0 HOMEPAGE= https://cryptography.io/ diff --git a/security/py-dfdatetime/Makefile b/security/py-dfdatetime/Makefile index 79e338f4ca4..602029fba63 100644 --- a/security/py-dfdatetime/Makefile +++ b/security/py-dfdatetime/Makefile @@ -1,10 +1,11 @@ -# $OpenBSD: Makefile,v 1.13 2020/03/17 21:12:07 rpointel Exp $ +# $OpenBSD: Makefile,v 1.14 2020/07/03 21:13:06 sthen Exp $ COMMENT = Digital Forensics date and time MODPY_EGG_VERSION = 20200121 DISTNAME = dfdatetime-${MODPY_EGG_VERSION} PKGNAME = py-${DISTNAME} +REVISION = 0 CATEGORIES = security devel diff --git a/security/py-dfvfs/Makefile b/security/py-dfvfs/Makefile index 6667dddaa75..a686ea72a49 100644 --- a/security/py-dfvfs/Makefile +++ b/security/py-dfvfs/Makefile @@ -1,10 +1,11 @@ -# $OpenBSD: Makefile,v 1.12 2020/03/17 21:48:23 rpointel Exp $ +# $OpenBSD: Makefile,v 1.13 2020/07/03 21:13:06 sthen Exp $ COMMENT = Digital Forensics Virtual File System (dfVFS) MODPY_EGG_VERSION = 20200211 DISTNAME = dfvfs-${MODPY_EGG_VERSION} PKGNAME = py-${DISTNAME} +REVISION = 0 CATEGORIES = security diff --git a/security/py-dfwinreg/Makefile b/security/py-dfwinreg/Makefile index 9a2a652f95e..fd81925d614 100644 --- a/security/py-dfwinreg/Makefile +++ b/security/py-dfwinreg/Makefile @@ -1,10 +1,11 @@ -# $OpenBSD: Makefile,v 1.8 2020/03/17 21:52:42 rpointel Exp $ +# $OpenBSD: Makefile,v 1.9 2020/07/03 21:13:06 sthen Exp $ COMMENT = Digital Forensics Windows Registry (dfWinReg) MODPY_EGG_VERSION = 20200121 DISTNAME = dfwinreg-${MODPY_EGG_VERSION} PKGNAME = py-${DISTNAME} +REVISION = 0 CATEGORIES = security diff --git a/security/py-ecdsa/Makefile b/security/py-ecdsa/Makefile index 0aa79a16e4e..4ddd4a02806 100644 --- a/security/py-ecdsa/Makefile +++ b/security/py-ecdsa/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.12 2020/02/23 18:00:27 tb Exp $ +# $OpenBSD: Makefile,v 1.13 2020/07/03 21:13:06 sthen Exp $ COMMENT = Python implementation of ECDSA cryptography @@ -6,7 +6,7 @@ MODPY_EGG_VERSION = 0.15 DISTNAME = ecdsa-${MODPY_EGG_VERSION} PKGNAME = py-${DISTNAME} CATEGORIES = security -REVISION = 0 +REVISION = 1 HOMEPAGE = https://github.com/warner/python-ecdsa diff --git a/security/py-fido2/Makefile b/security/py-fido2/Makefile index 7c9e1b07da1..3a223700f70 100644 --- a/security/py-fido2/Makefile +++ b/security/py-fido2/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.3 2020/05/23 21:55:55 sthen Exp $ +# $OpenBSD: Makefile,v 1.4 2020/07/03 21:13:06 sthen Exp $ COMMENT = Python module to communicate with USB FIDO devices @@ -13,6 +13,7 @@ MODPY_EGG_VERSION = 0.8.2.dev0 #DISTNAME = fido2-${MODPY_EGG_VERSION} #PKGNAME = py-${DISTNAME} DISTNAME = py-fido2-0.8.2pre20200313 +REVISION = 0 CATEGORIES = security diff --git a/security/py-gnupg/Makefile b/security/py-gnupg/Makefile index d14897cff81..09751fe61e8 100644 --- a/security/py-gnupg/Makefile +++ b/security/py-gnupg/Makefile @@ -1,11 +1,11 @@ -# $OpenBSD: Makefile,v 1.37 2019/07/12 20:49:34 sthen Exp $ +# $OpenBSD: Makefile,v 1.38 2020/07/03 21:13:06 sthen Exp $ COMMENT= Python module for GnuPG interface MODPY_EGG_VERSION= 0.4.3 DISTNAME= python-gnupg-${MODPY_EGG_VERSION} PKGNAME= py-gnupg-${MODPY_EGG_VERSION} -REVISION= 0 +REVISION= 1 CATEGORIES= security devel diff --git a/security/py-josepy/Makefile b/security/py-josepy/Makefile index cc220ddc82b..6660e5ffb34 100644 --- a/security/py-josepy/Makefile +++ b/security/py-josepy/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.9 2020/03/04 14:33:29 sthen Exp $ +# $OpenBSD: Makefile,v 1.10 2020/07/03 21:13:06 sthen Exp $ COMMENT= Javascript Object Signing and Encryption (JOSE) @@ -7,7 +7,7 @@ CATEGORIES= security devel MODPY_EGG_VERSION= 1.3.0 DISTNAME= josepy-${MODPY_EGG_VERSION} PKGNAME= py-${DISTNAME} -REVISION= 1 +REVISION= 2 FLAVORS= python3 FLAVOR= python3 diff --git a/security/py-keyring/Makefile b/security/py-keyring/Makefile index 1df35772fa2..c966b18ca3c 100644 --- a/security/py-keyring/Makefile +++ b/security/py-keyring/Makefile @@ -1,11 +1,11 @@ -# $OpenBSD: Makefile,v 1.14 2019/07/12 20:49:34 sthen Exp $ +# $OpenBSD: Makefile,v 1.15 2020/07/03 21:13:06 sthen Exp $ COMMENT= store and access your passwords safely MODPY_EGG_VERSION= 9.3.1 DISTNAME= keyring-${MODPY_EGG_VERSION} PKGNAME= py-${DISTNAME} -REVISION= 2 +REVISION= 3 CATEGORIES= security diff --git a/security/py-libnacl/Makefile b/security/py-libnacl/Makefile index 85efa3fbe0b..ca99a034147 100644 --- a/security/py-libnacl/Makefile +++ b/security/py-libnacl/Makefile @@ -1,11 +1,11 @@ -# $OpenBSD: Makefile,v 1.14 2020/03/08 16:42:52 landry Exp $ +# $OpenBSD: Makefile,v 1.15 2020/07/03 21:13:06 sthen Exp $ COMMENT= python bindings for libsodium/tweetnacl based on ctypes MODPY_EGG_VERSION= 1.6.1 DISTNAME= libnacl-${MODPY_EGG_VERSION} PKGNAME= py-${DISTNAME} -REVISION= 3 +REVISION= 4 CATEGORIES= security diff --git a/security/py-oauthlib/Makefile b/security/py-oauthlib/Makefile index 2d2727573dd..43c18aac6e1 100644 --- a/security/py-oauthlib/Makefile +++ b/security/py-oauthlib/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.17 2020/02/29 19:34:27 kmos Exp $ +# $OpenBSD: Makefile,v 1.18 2020/07/03 21:13:07 sthen Exp $ COMMENT = Python library for OAuth @@ -9,6 +9,7 @@ GH_PROJECT = oauthlib GH_TAGNAME = v${MODPY_EGG_VERSION} PKGNAME = py-oauthlib-${MODPY_EGG_VERSION} +REVISION = 0 CATEGORIES = security MAINTAINER = Johan Huldtgren diff --git a/security/py-openssl/Makefile b/security/py-openssl/Makefile index c1d4f04537b..d10997f97ba 100644 --- a/security/py-openssl/Makefile +++ b/security/py-openssl/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.35 2019/11/19 14:42:53 sthen Exp $ +# $OpenBSD: Makefile,v 1.36 2020/07/03 21:13:07 sthen Exp $ COMMENT= Python interface to the OpenSSL library @@ -6,6 +6,7 @@ MODPY_EGG_VERSION= 19.1.0 DISTNAME= pyOpenSSL-${MODPY_EGG_VERSION} PKGNAME= py-openssl-${MODPY_EGG_VERSION} CATEGORIES= security devel +REVISION= 0 HOMEPAGE= https://github.com/pyca/pyopenssl diff --git a/security/py-paramiko/Makefile b/security/py-paramiko/Makefile index f40f964089f..1b06aefe2bf 100644 --- a/security/py-paramiko/Makefile +++ b/security/py-paramiko/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.54 2019/11/10 11:04:45 kmos Exp $ +# $OpenBSD: Makefile,v 1.55 2020/07/03 21:13:07 sthen Exp $ COMMENT = Python module that implements the SSH2 protocol @@ -6,6 +6,7 @@ MODPY_EGG_VERSION = 2.6.0 DISTNAME = paramiko-${MODPY_EGG_VERSION} PKGNAME = py-${DISTNAME} CATEGORIES = security +REVISION = 0 HOMEPAGE = https://github.com/paramiko/paramiko/ diff --git a/security/py-passlib/Makefile b/security/py-passlib/Makefile index da27a851d1d..c32620f6154 100644 --- a/security/py-passlib/Makefile +++ b/security/py-passlib/Makefile @@ -1,11 +1,11 @@ -# $OpenBSD: Makefile,v 1.15 2019/11/23 15:23:14 sthen Exp $ +# $OpenBSD: Makefile,v 1.16 2020/07/03 21:13:07 sthen Exp $ COMMENT= Python module providing a password hashing framework MODPY_EGG_VERSION= 1.7.2 DISTNAME= passlib-${MODPY_EGG_VERSION} PKGNAME= py-passlib-${MODPY_EGG_VERSION} -REVISION= 0 +REVISION= 1 CATEGORIES= security diff --git a/security/py-pbkdf2/Makefile b/security/py-pbkdf2/Makefile index 2bba6562f8f..9fd9c035c83 100644 --- a/security/py-pbkdf2/Makefile +++ b/security/py-pbkdf2/Makefile @@ -1,9 +1,9 @@ -# $OpenBSD: Makefile,v 1.7 2019/07/12 20:49:35 sthen Exp $ +# $OpenBSD: Makefile,v 1.8 2020/07/03 21:13:07 sthen Exp $ COMMENT = Python implementation of PBKDF2 MODPY_EGG_VERSION = 1.3 -REVISION = 4 +REVISION = 5 DISTNAME = pbkdf2-${MODPY_EGG_VERSION} PKGNAME = py-${DISTNAME} CATEGORIES = security devel diff --git a/security/py-pefile/Makefile b/security/py-pefile/Makefile index c0d7c764a3c..7c2fd0decc2 100644 --- a/security/py-pefile/Makefile +++ b/security/py-pefile/Makefile @@ -1,11 +1,11 @@ -# $OpenBSD: Makefile,v 1.12 2019/07/12 20:49:35 sthen Exp $ +# $OpenBSD: Makefile,v 1.13 2020/07/03 21:13:07 sthen Exp $ COMMENT = Python module to read and work with PE files MODPY_EGG_VERSION = 2018.8.8 DISTNAME = pefile-${MODPY_EGG_VERSION} PKGNAME = py-${DISTNAME} -REVISION = 0 +REVISION = 1 CATEGORIES = security diff --git a/security/py-pgpdump/Makefile b/security/py-pgpdump/Makefile index 9bd6bbc5b56..8b745658156 100644 --- a/security/py-pgpdump/Makefile +++ b/security/py-pgpdump/Makefile @@ -1,11 +1,11 @@ -# $OpenBSD: Makefile,v 1.4 2019/07/12 20:49:35 sthen Exp $ +# $OpenBSD: Makefile,v 1.5 2020/07/03 21:13:07 sthen Exp $ COMMENT = PGP packet parser library for Python MODPY_EGG_VERSION = 1.5 DISTNAME = pgpdump-${MODPY_EGG_VERSION} PKGNAME = py-${DISTNAME} -REVISION = 0 +REVISION = 1 CATEGORIES = security diff --git a/security/py-potr/Makefile b/security/py-potr/Makefile index 70bc2e93017..776d73bb086 100644 --- a/security/py-potr/Makefile +++ b/security/py-potr/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.6 2019/07/12 20:49:35 sthen Exp $ +# $OpenBSD: Makefile,v 1.7 2020/07/03 21:13:07 sthen Exp $ COMMENT = pure Python Off-The-Record encryption @@ -6,7 +6,7 @@ MODPY_EGG_VERSION = 1.0.1 DISTNAME = python-potr-${MODPY_EGG_VERSION} PKGNAME = py-potr-${MODPY_EGG_VERSION} CATEGORIES = security net -REVISION = 3 +REVISION = 4 MAINTAINER = Daniel Jakots diff --git a/security/py-pyscard/Makefile b/security/py-pyscard/Makefile index 15e2254f101..2d225b995a4 100644 --- a/security/py-pyscard/Makefile +++ b/security/py-pyscard/Makefile @@ -1,11 +1,11 @@ -# $OpenBSD: Makefile,v 1.2 2020/05/23 21:54:05 sthen Exp $ +# $OpenBSD: Makefile,v 1.3 2020/07/03 21:13:07 sthen Exp $ COMMENT = smartcard package for Python MODPY_EGG_VERSION = 1.9.9 DISTNAME = pyscard-${MODPY_EGG_VERSION} PKGNAME = py-${DISTNAME} -REVISION = 0 +REVISION = 1 CATEGORIES = security diff --git a/security/py-requests-aws4auth/Makefile b/security/py-requests-aws4auth/Makefile index 5ab0bfc660f..49e3440b8f6 100644 --- a/security/py-requests-aws4auth/Makefile +++ b/security/py-requests-aws4auth/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.3 2019/07/12 20:49:35 sthen Exp $ +# $OpenBSD: Makefile,v 1.4 2020/07/03 21:13:07 sthen Exp $ COMMENT = AWS v4 authentication for py-requests @@ -6,7 +6,7 @@ MODPY_EGG_VERSION = 0.9 DISTNAME = requests-aws4auth-${MODPY_EGG_VERSION} PKGNAME = ${MODPY_PY_PREFIX}requests-aws4auth-${MODPY_EGG_VERSION} -REVISION = 0 +REVISION = 1 CATEGORIES = security diff --git a/security/py-ropper/Makefile b/security/py-ropper/Makefile index 8919956a37f..2ee18162620 100644 --- a/security/py-ropper/Makefile +++ b/security/py-ropper/Makefile @@ -1,10 +1,11 @@ -# $OpenBSD: Makefile,v 1.6 2019/09/27 05:48:12 rpointel Exp $ +# $OpenBSD: Makefile,v 1.7 2020/07/03 21:13:07 sthen Exp $ COMMENT = rop gadget finder and binary information tool MODPY_EGG_VERSION = 1.12.5 DISTNAME = ropper-${MODPY_EGG_VERSION} PKGNAME = py-${DISTNAME} +REVISION = 0 CATEGORIES = security diff --git a/security/py-rsa/Makefile b/security/py-rsa/Makefile index 9d635b55c2f..6449f400eaf 100644 --- a/security/py-rsa/Makefile +++ b/security/py-rsa/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.16 2020/06/13 08:23:35 ajacoutot Exp $ +# $OpenBSD: Makefile,v 1.17 2020/07/03 21:13:07 sthen Exp $ # !!! do not update blindly: sysutils/awscli requires a specific version @@ -7,6 +7,7 @@ COMMENT= Python RSA implementation MODPY_EGG_VERSION= 4.6 DISTNAME= rsa-${MODPY_EGG_VERSION} PKGNAME= py-${DISTNAME} +REVISION= 0 CATEGORIES= security diff --git a/security/py-scp/Makefile b/security/py-scp/Makefile index ead82f52e54..6360cda0f45 100644 --- a/security/py-scp/Makefile +++ b/security/py-scp/Makefile @@ -1,11 +1,11 @@ -# $OpenBSD: Makefile,v 1.7 2019/07/12 20:49:35 sthen Exp $ +# $OpenBSD: Makefile,v 1.8 2020/07/03 21:13:07 sthen Exp $ COMMENT = scp module for Paramiko MODPY_EGG_VERSION = 0.13.2 DISTNAME = scp-${MODPY_EGG_VERSION} PKGNAME = py-${DISTNAME} -REVISION = 0 +REVISION = 1 CATEGORIES = security diff --git a/security/py-scrypt/Makefile b/security/py-scrypt/Makefile index ea0f65677e6..6d606a1d426 100644 --- a/security/py-scrypt/Makefile +++ b/security/py-scrypt/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.1.1.1 2019/11/23 15:10:06 sthen Exp $ +# $OpenBSD: Makefile,v 1.2 2020/07/03 21:13:07 sthen Exp $ COMMENT = support for the scrypt key derivation function @@ -6,6 +6,7 @@ MODPY_EGG_VERSION = 0.8.13 DISTNAME = scrypt-${MODPY_EGG_VERSION} PKGNAME = py-${DISTNAME} +REVISION = 0 CATEGORIES = security diff --git a/security/py-secretstorage/Makefile b/security/py-secretstorage/Makefile index 86bfc0e088f..1acc29a615d 100644 --- a/security/py-secretstorage/Makefile +++ b/security/py-secretstorage/Makefile @@ -1,11 +1,11 @@ -# $OpenBSD: Makefile,v 1.17 2020/01/22 05:46:23 ajacoutot Exp $ +# $OpenBSD: Makefile,v 1.18 2020/07/03 21:13:07 sthen Exp $ COMMENT= secure storing of passwords using the SecretService DBus API MODPY_EGG_VERSION= 2.3.1 DISTNAME= SecretStorage-${MODPY_EGG_VERSION} PKGNAME= py-${DISTNAME:L} -REVISION= 1 +REVISION= 2 CATEGORIES= security diff --git a/security/py-service_identity/Makefile b/security/py-service_identity/Makefile index 8b6c0a97979..725e7ff5030 100644 --- a/security/py-service_identity/Makefile +++ b/security/py-service_identity/Makefile @@ -1,11 +1,11 @@ -# $OpenBSD: Makefile,v 1.7 2019/07/12 20:49:35 sthen Exp $ +# $OpenBSD: Makefile,v 1.8 2020/07/03 21:13:07 sthen Exp $ COMMENT = service identity verification for pyOpenSSL/py-cryptography MODPY_EGG_VERSION = 18.1.0 DISTNAME = service_identity-${MODPY_EGG_VERSION} PKGNAME = py-${DISTNAME} -REVISION = 1 +REVISION = 2 # also on pypi, but no tests present GH_ACCOUNT = pyca diff --git a/security/py-tlsfuzzer/Makefile b/security/py-tlsfuzzer/Makefile index 1ae6a05dd5a..864c2e5b9ce 100644 --- a/security/py-tlsfuzzer/Makefile +++ b/security/py-tlsfuzzer/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.11 2020/06/26 05:46:11 tb Exp $ +# $OpenBSD: Makefile,v 1.12 2020/07/03 21:13:07 sthen Exp $ COMMENT = fuzzer and test suite for TLS implementations. @@ -6,6 +6,7 @@ MODPY_EGG_VERSION = 20200624 DISTNAME = tlsfuzzer-${MODPY_EGG_VERSION} PKGNAME = py-${DISTNAME} CATEGORIES = security +REVISION = 0 GH_ACCOUNT = tomato42 GH_PROJECT = tlsfuzzer diff --git a/security/py-trustme/Makefile b/security/py-trustme/Makefile index 6da54740233..df2f5ffd4d9 100644 --- a/security/py-trustme/Makefile +++ b/security/py-trustme/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.1.1.1 2019/12/27 05:20:36 kmos Exp $ +# $OpenBSD: Makefile,v 1.2 2020/07/03 21:13:07 sthen Exp $ COMMENT = quality TLS certs while you wait, for the discerning @@ -6,6 +6,7 @@ MODPY_EGG_VERSION = 0.5.3 DISTNAME = trustme-${MODPY_EGG_VERSION} PKGNAME = py-${DISTNAME} +REVISION = 0 CATEGORIES = security devel diff --git a/security/py-yaswfp/Makefile b/security/py-yaswfp/Makefile index 675ca9d1e1e..4cea7c25898 100644 --- a/security/py-yaswfp/Makefile +++ b/security/py-yaswfp/Makefile @@ -1,11 +1,11 @@ -# $OpenBSD: Makefile,v 1.3 2019/07/12 20:49:35 sthen Exp $ +# $OpenBSD: Makefile,v 1.4 2020/07/03 21:13:08 sthen Exp $ COMMENT = Yet Another SWF Parser MODPY_EGG_VERSION = 0.9.3 DISTNAME = yaswfp-${MODPY_EGG_VERSION} PKGNAME = py-${DISTNAME} -REVISION = 0 +REVISION = 1 GH_ACCOUNT = facundobatista GH_PROJECT = yaswfp diff --git a/security/routersploit/Makefile b/security/routersploit/Makefile index e03efd12937..3fbd2e153ce 100644 --- a/security/routersploit/Makefile +++ b/security/routersploit/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.3 2019/09/05 08:33:27 sebastia Exp $ +# $OpenBSD: Makefile,v 1.4 2020/07/03 21:13:08 sthen Exp $ COMMENT = The Router Exploitation Framework @@ -6,6 +6,7 @@ MODPY_EGG_VERSION = 3.4.0 GH_ACCOUNT = threat9 GH_PROJECT = routersploit GH_TAGNAME = v${MODPY_EGG_VERSION} +REVISION = 0 CATEGORIES = security net diff --git a/security/sqlmap/Makefile b/security/sqlmap/Makefile index 10c6b7e87b9..ee5863311de 100644 --- a/security/sqlmap/Makefile +++ b/security/sqlmap/Makefile @@ -1,10 +1,11 @@ -# $OpenBSD: Makefile,v 1.30 2020/05/14 14:22:39 gonzalo Exp $ +# $OpenBSD: Makefile,v 1.31 2020/07/03 21:13:08 sthen Exp $ COMMENT = penetration testing tool to detect/exploit SQL injection GH_ACCOUNT = sqlmapproject GH_PROJECT = sqlmap GH_TAGNAME = 1.4.5 +REVISION = 0 CATEGORIES = security diff --git a/security/sudo/Makefile b/security/sudo/Makefile index 7551f4dad63..ffd2bfad461 100644 --- a/security/sudo/Makefile +++ b/security/sudo/Makefile @@ -1,10 +1,11 @@ -# $OpenBSD: Makefile,v 1.42 2020/06/26 20:23:54 sthen Exp $ +# $OpenBSD: Makefile,v 1.43 2020/07/03 21:13:08 sthen Exp $ COMMENT-main= execute a command as another user COMMENT-python= sudo Python plugin V= 1.9.1 REVISION-main= 2 +REVISION-python= 0 DISTNAME= sudo-${V} CATEGORIES= security diff --git a/security/suricata/Makefile b/security/suricata/Makefile index ad98d2d4dd7..79354468bb7 100644 --- a/security/suricata/Makefile +++ b/security/suricata/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.31 2020/05/15 09:17:39 gonzalo Exp $ +# $OpenBSD: Makefile,v 1.32 2020/07/03 21:13:08 sthen Exp $ COMMENT = high performance network IDS, IPS and security monitoring @@ -8,6 +8,7 @@ SUPDATE_V = 1.1.2 DISTNAME = suricata-${SURICATA_V} CATEGORIES = security SHARED_LIBS += htp 0.0 # 2.0 +REVISION = 0 HOMEPAGE = https://suricata-ids.org/ diff --git a/security/theharvester/Makefile b/security/theharvester/Makefile index d94cf3d15a1..67f414ae2b5 100644 --- a/security/theharvester/Makefile +++ b/security/theharvester/Makefile @@ -1,10 +1,10 @@ -# $OpenBSD: Makefile,v 1.9 2019/07/12 20:49:37 sthen Exp $ +# $OpenBSD: Makefile,v 1.10 2020/07/03 21:13:08 sthen Exp $ COMMENT = information gathering suite VERSION = 3.0.6 DISTNAME = theharvester-${VERSION} -REVISION = 1 +REVISION = 2 GH_ACCOUNT = laramies GH_PROJECT = theHarvester diff --git a/security/wapiti/Makefile b/security/wapiti/Makefile index ef1b8015882..b2a961fad73 100644 --- a/security/wapiti/Makefile +++ b/security/wapiti/Makefile @@ -1,11 +1,11 @@ -# $OpenBSD: Makefile,v 1.5 2019/07/12 20:49:38 sthen Exp $ +# $OpenBSD: Makefile,v 1.6 2020/07/03 21:13:08 sthen Exp $ COMMENT = web-application vulnerability scanner MODPY_EGG_VERSION = 3.0.1 DISTNAME = wapiti3-${MODPY_EGG_VERSION} PKGNAME = wapiti-${MODPY_EGG_VERSION} -REVISION = 0 +REVISION = 1 CATEGORIES = security www diff --git a/security/wesng/Makefile b/security/wesng/Makefile index 6a8b047e3ca..66dbf5e8915 100644 --- a/security/wesng/Makefile +++ b/security/wesng/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.6 2019/11/12 20:08:35 jasper Exp $ +# $OpenBSD: Makefile,v 1.7 2020/07/03 21:13:08 sthen Exp $ COMMENT = Windows Exploit Suggester - Next Generation @@ -7,6 +7,7 @@ GH_COMMIT = 07ac559c1f63c0db0324a54713e078d5f26afd57 GH_PROJECT = wesng GH_ACCOUNT = bitsadmin DISTNAME = wesng-${MODPY_EGG_VERSION} +REVISION = 0 CATEGORIES = security diff --git a/security/yara/python/Makefile b/security/yara/python/Makefile index 2cac79faa6c..42e94ffb59c 100644 --- a/security/yara/python/Makefile +++ b/security/yara/python/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.8 2019/05/16 09:37:00 rpointel Exp $ +# $OpenBSD: Makefile,v 1.9 2020/07/03 21:13:08 sthen Exp $ COMMENT = Python extension that gives access to YARA @@ -6,6 +6,7 @@ GH_PROJECT = yara-python MODPY_EGG_VERSION = ${VERSION} PKGNAME = py-yara-${VERSION} +REVISION =0 WANTLIB += pthread ${MODPY_WANTLIB} yara diff --git a/security/yubico/yubikey-manager/Makefile b/security/yubico/yubikey-manager/Makefile index 6b353f1e670..7a068511be1 100644 --- a/security/yubico/yubikey-manager/Makefile +++ b/security/yubico/yubikey-manager/Makefile @@ -1,9 +1,9 @@ -# $OpenBSD: Makefile,v 1.5 2020/05/23 23:01:25 sthen Exp $ +# $OpenBSD: Makefile,v 1.6 2020/07/03 21:13:08 sthen Exp $ COMMENT = library and CLI tool (ykman) for configuring a YubiKey MODPY_EGG_VERSION = 3.1.1 -REVISION = 1 +REVISION = 2 DISTNAME = yubikey-manager-${MODPY_EGG_VERSION} YK_PROJECT = yubikey-manager diff --git a/shells/fish/Makefile b/shells/fish/Makefile index fc0cb86ced4..d7cbf70539c 100644 --- a/shells/fish/Makefile +++ b/shells/fish/Makefile @@ -1,9 +1,10 @@ -# $OpenBSD: Makefile,v 1.15 2020/05/15 01:36:52 abieber Exp $ +# $OpenBSD: Makefile,v 1.16 2020/07/03 21:13:08 sthen Exp $ COMMENT = friendly interactive shell V = 3.1.2 DISTNAME = fish-$V +REVISION = 0 CATEGORIES = shells diff --git a/shells/py-qtconsole/Makefile b/shells/py-qtconsole/Makefile index 77795b93fbc..b55ae34a744 100644 --- a/shells/py-qtconsole/Makefile +++ b/shells/py-qtconsole/Makefile @@ -1,9 +1,9 @@ -# $OpenBSD: Makefile,v 1.8 2020/03/06 17:57:15 bket Exp $ +# $OpenBSD: Makefile,v 1.9 2020/07/03 21:13:08 sthen Exp $ COMMENT = Jupyter Qt console MODPY_EGG_VERSION = 4.3.0 -REVISION = 3 +REVISION = 4 DISTNAME = qtconsole-${MODPY_EGG_VERSION} PKGNAME = py-${DISTNAME} diff --git a/sysutils/ansible-lint/Makefile b/sysutils/ansible-lint/Makefile index ca30a9aef44..0aaeea936ef 100644 --- a/sysutils/ansible-lint/Makefile +++ b/sysutils/ansible-lint/Makefile @@ -1,10 +1,10 @@ -# $OpenBSD: Makefile,v 1.17 2019/07/12 20:49:39 sthen Exp $ +# $OpenBSD: Makefile,v 1.18 2020/07/03 21:13:08 sthen Exp $ COMMENT = best practices checker for ansible MODPY_EGG_VERSION = 4.1.0 DISTNAME = ansible-lint-${MODPY_EGG_VERSION} -REVISION = 0 +REVISION = 1 CATEGORIES = sysutils diff --git a/sysutils/ansible/Makefile b/sysutils/ansible/Makefile index cdad2f7c98f..0d4dbc6784d 100644 --- a/sysutils/ansible/Makefile +++ b/sysutils/ansible/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.124 2020/07/01 22:12:09 pvk Exp $ +# $OpenBSD: Makefile,v 1.125 2020/07/03 21:13:08 sthen Exp $ COMMENT-main = ssh based config management framework COMMENT-html = offline Ansible documentation in HTML format @@ -7,6 +7,7 @@ MODPY_EGG_VERSION = 2.9.10 DISTNAME = ansible-${MODPY_EGG_VERSION} PKGNAME-main = ${PKGNAME} PKGNAME-html = ansible-html-${MODPY_EGG_VERSION} +REVISION-main = 0 CATEGORIES = sysutils diff --git a/sysutils/awscli/Makefile b/sysutils/awscli/Makefile index 5b7afe51919..4e8d15ebc1f 100644 --- a/sysutils/awscli/Makefile +++ b/sysutils/awscli/Makefile @@ -1,9 +1,10 @@ -# $OpenBSD: Makefile,v 1.464 2020/06/27 12:20:49 ajacoutot Exp $ +# $OpenBSD: Makefile,v 1.465 2020/07/03 21:13:08 sthen Exp $ COMMENT= universal command line environment for AWS MODPY_EGG_VERSION= 1.18.89 DISTNAME= awscli-${MODPY_EGG_VERSION} +REVISION= 0 CATEGORIES= sysutils diff --git a/sysutils/binwalk/Makefile b/sysutils/binwalk/Makefile index 6a199543118..d5564f741ca 100644 --- a/sysutils/binwalk/Makefile +++ b/sysutils/binwalk/Makefile @@ -1,9 +1,9 @@ -# $OpenBSD: Makefile,v 1.14 2019/12/21 14:18:30 jasper Exp $ +# $OpenBSD: Makefile,v 1.15 2020/07/03 21:13:09 sthen Exp $ COMMENT = tool for reverse-engineering and analysing firmware blobs MODPY_EGG_VERSION = 2.2.0 -REVISION = 0 +REVISION = 1 GH_ACCOUNT = ReFirmLabs GH_PROJECT = binwalk GH_TAGNAME = v${MODPY_EGG_VERSION} diff --git a/sysutils/borgbackup/Makefile b/sysutils/borgbackup/Makefile index f19cb075460..5d5eb14633a 100644 --- a/sysutils/borgbackup/Makefile +++ b/sysutils/borgbackup/Makefile @@ -1,9 +1,10 @@ -# $OpenBSD: Makefile,v 1.34 2020/06/07 13:28:25 bket Exp $ +# $OpenBSD: Makefile,v 1.35 2020/07/03 21:13:09 sthen Exp $ COMMENT = deduplicating backup program MODPY_EGG_VERSION = 1.1.13 DISTNAME = borgbackup-${MODPY_EGG_VERSION} +REVISION = 0 CATEGORIES = sysutils diff --git a/sysutils/borgmatic/Makefile b/sysutils/borgmatic/Makefile index 19654e8d809..aff43c20980 100644 --- a/sysutils/borgmatic/Makefile +++ b/sysutils/borgmatic/Makefile @@ -1,9 +1,10 @@ -# $OpenBSD: Makefile,v 1.26 2020/06/25 07:12:21 jasper Exp $ +# $OpenBSD: Makefile,v 1.27 2020/07/03 21:13:09 sthen Exp $ COMMENT = wrapper for Borg to create and prune backups MODPY_EGG_VERSION = 1.5.7 DISTNAME = borgmatic-${MODPY_EGG_VERSION} +REVISION = 0 MAINTAINER = Jasper Lievisse Adriaanse diff --git a/sysutils/d-feet/Makefile b/sysutils/d-feet/Makefile index 3e87612bc38..879a38a58be 100644 --- a/sysutils/d-feet/Makefile +++ b/sysutils/d-feet/Makefile @@ -1,10 +1,11 @@ -# $OpenBSD: Makefile,v 1.54 2019/08/10 08:22:29 ajacoutot Exp $ +# $OpenBSD: Makefile,v 1.55 2020/07/03 21:13:09 sthen Exp $ COMMENT= dbus debugger GNOME_VERSION= 0.3.15 GNOME_PROJECT= d-feet MODPY_EGG_VERSION= ${GNOME_VERSION} +REVISION= 0 CATEGORIES= sysutils diff --git a/sysutils/diffoscope/Makefile b/sysutils/diffoscope/Makefile index 2979ed46cd2..9deba448c04 100644 --- a/sysutils/diffoscope/Makefile +++ b/sysutils/diffoscope/Makefile @@ -1,9 +1,10 @@ -# $OpenBSD: Makefile,v 1.34 2020/06/28 17:06:08 bcallah Exp $ +# $OpenBSD: Makefile,v 1.35 2020/07/03 21:13:09 sthen Exp $ MODPY_EGG_VERSION = 149 COMMENT = in-depth comparison of files, archives, and directories DISTNAME = diffoscope-${MODPY_EGG_VERSION} CATEGORIES = sysutils devel +REVISION = 0 HOMEPAGE = https://diffoscope.org/ MAINTAINER = Brian Callahan diff --git a/sysutils/jefferson/Makefile b/sysutils/jefferson/Makefile index f57a631ea86..39c27a741a0 100644 --- a/sysutils/jefferson/Makefile +++ b/sysutils/jefferson/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.2 2020/03/14 15:37:31 kn Exp $ +# $OpenBSD: Makefile,v 1.3 2020/07/03 21:13:09 sthen Exp $ COMMENT = JFFS2 filesystem extraction tool @@ -7,7 +7,7 @@ GH_COMMIT = d1aff710928f05e889b0ae23d97d1b9640eecbd0 GH_PROJECT = jefferson GH_ACCOUNT = wittrup DISTNAME = jefferson-${MODPY_EGG_VERSION} -REVISION = 0 +REVISION = 1 CATEGORIES = sysutils diff --git a/sysutils/libesedb/Makefile b/sysutils/libesedb/Makefile index bf80317c59c..42413e36dcf 100644 --- a/sysutils/libesedb/Makefile +++ b/sysutils/libesedb/Makefile @@ -1,10 +1,11 @@ -# $OpenBSD: Makefile,v 1.7 2020/03/17 21:15:38 rpointel Exp $ +# $OpenBSD: Makefile,v 1.8 2020/07/03 21:13:09 sthen Exp $ COMMENT = library and tools to access the ESE and EDB format VERSION = 20191220 DISTNAME = libesedb-experimental-${VERSION} PKGNAME = ${DISTNAME:S/-experimental//} +REVISION = 0 SHARED_LIBS += esedb 0.0 # 1.0 diff --git a/sysutils/libevt/Makefile b/sysutils/libevt/Makefile index 753ad64a58a..7b487ecc861 100644 --- a/sysutils/libevt/Makefile +++ b/sysutils/libevt/Makefile @@ -1,10 +1,11 @@ -# $OpenBSD: Makefile,v 1.6 2020/03/17 21:16:47 rpointel Exp $ +# $OpenBSD: Makefile,v 1.7 2020/07/03 21:13:09 sthen Exp $ COMMENT = library and tools to access the Windows Event Log (EVT) VERSION = 20191221 DISTNAME = libevt-alpha-${VERSION} PKGNAME = ${DISTNAME:S/-alpha//} +REVISION = 0 SHARED_LIBS += evt 0.0 # 1.0 diff --git a/sysutils/libevtx/Makefile b/sysutils/libevtx/Makefile index 50a49623102..7c2519a560a 100644 --- a/sysutils/libevtx/Makefile +++ b/sysutils/libevtx/Makefile @@ -1,10 +1,11 @@ -# $OpenBSD: Makefile,v 1.5 2020/03/17 21:17:46 rpointel Exp $ +# $OpenBSD: Makefile,v 1.6 2020/07/03 21:13:09 sthen Exp $ COMMENT = library and tools to access the Windows XML Event Log (EVTX) VERSION = 20191221 DISTNAME = libevtx-alpha-${VERSION} PKGNAME = ${DISTNAME:S/-alpha//} +REVISION = 0 SHARED_LIBS += evtx 0.0 # 1.0 diff --git a/sysutils/libfsapfs/Makefile b/sysutils/libfsapfs/Makefile index 98b10af41eb..bad2fe084e0 100644 --- a/sysutils/libfsapfs/Makefile +++ b/sysutils/libfsapfs/Makefile @@ -1,10 +1,11 @@ -# $OpenBSD: Makefile,v 1.2 2020/03/26 07:28:17 ajacoutot Exp $ +# $OpenBSD: Makefile,v 1.3 2020/07/03 21:13:09 sthen Exp $ COMMENT = library and tools to access the Apple File System VERSION = 20191221 DISTNAME = libfsapfs-experimental-${VERSION} PKGNAME = ${DISTNAME:S/-experimental//} +REVISION = 0 SHARED_LIBS += fsapfs 0.0 # 1.0 diff --git a/sysutils/libfsntfs/Makefile b/sysutils/libfsntfs/Makefile index b64dd2ad4b9..be186fa0477 100644 --- a/sysutils/libfsntfs/Makefile +++ b/sysutils/libfsntfs/Makefile @@ -1,10 +1,11 @@ -# $OpenBSD: Makefile,v 1.7 2020/03/17 21:22:59 rpointel Exp $ +# $OpenBSD: Makefile,v 1.8 2020/07/03 21:13:09 sthen Exp $ COMMENT = library and tools to access NTFS VERSION = 20200223 DISTNAME = libfsntfs-experimental-${VERSION} PKGNAME = ${DISTNAME:S/-experimental//} +REVISION = 0 SHARED_LIBS += fsntfs 0.1 # 1.0 diff --git a/sysutils/libfvde/Makefile b/sysutils/libfvde/Makefile index 2f502383c86..324ea275f84 100644 --- a/sysutils/libfvde/Makefile +++ b/sysutils/libfvde/Makefile @@ -1,10 +1,11 @@ -# $OpenBSD: Makefile,v 1.8 2020/03/17 21:23:46 rpointel Exp $ +# $OpenBSD: Makefile,v 1.9 2020/07/03 21:13:09 sthen Exp $ COMMENT = library and tools to access FileVault Drive Encryption VERSION = 20191221 DISTNAME = libfvde-experimental-${VERSION} PKGNAME = ${DISTNAME:S/-experimental//} +REVISION = 0 SHARED_LIBS += fvde 0.1 # 1.0 diff --git a/sysutils/libfwnt/Makefile b/sysutils/libfwnt/Makefile index 32f972d293a..0d474d8460e 100644 --- a/sysutils/libfwnt/Makefile +++ b/sysutils/libfwnt/Makefile @@ -1,10 +1,11 @@ -# $OpenBSD: Makefile,v 1.5 2020/03/17 21:24:30 rpointel Exp $ +# $OpenBSD: Makefile,v 1.6 2020/07/03 21:13:09 sthen Exp $ COMMENT = library for Windows NT data types VERSION = 20191222 DISTNAME = libfwnt-alpha-${VERSION} PKGNAME = ${DISTNAME:S/-alpha//} +REVISION = 0 SHARED_LIBS += fwnt 0.0 # 1.0 diff --git a/sysutils/libfwsi/Makefile b/sysutils/libfwsi/Makefile index 83479562a79..331634ab954 100644 --- a/sysutils/libfwsi/Makefile +++ b/sysutils/libfwsi/Makefile @@ -1,10 +1,11 @@ -# $OpenBSD: Makefile,v 1.6 2020/03/17 21:25:07 rpointel Exp $ +# $OpenBSD: Makefile,v 1.7 2020/07/03 21:13:09 sthen Exp $ COMMENT = library to access the Windows Shell Item format VERSION = 20191221 DISTNAME = libfwsi-experimental-${VERSION} PKGNAME = ${DISTNAME:S/-experimental//} +REVISION = 0 SHARED_LIBS += fwsi 0.0 # 1.0 diff --git a/sysutils/liblnk/Makefile b/sysutils/liblnk/Makefile index 5ca9709696c..1f377752b97 100644 --- a/sysutils/liblnk/Makefile +++ b/sysutils/liblnk/Makefile @@ -1,10 +1,11 @@ -# $OpenBSD: Makefile,v 1.6 2020/03/17 21:25:44 rpointel Exp $ +# $OpenBSD: Makefile,v 1.7 2020/07/03 21:13:09 sthen Exp $ COMMENT = library and tools to access the Windows Shortcut File VERSION = 20191221 DISTNAME = liblnk-alpha-${VERSION} PKGNAME = ${DISTNAME:S/-alpha//} +REVISION = 0 SHARED_LIBS += lnk 0.1 # 1.0 diff --git a/sysutils/libluksde/Makefile b/sysutils/libluksde/Makefile index f307221bf9e..e2355d63b41 100644 --- a/sysutils/libluksde/Makefile +++ b/sysutils/libluksde/Makefile @@ -1,10 +1,11 @@ -# $OpenBSD: Makefile,v 1.1.1.1 2020/03/18 06:40:13 rpointel Exp $ +# $OpenBSD: Makefile,v 1.2 2020/07/03 21:13:09 sthen Exp $ COMMENT = library and tools to access LUKS Disk Encryption VERSION = 20200205 DISTNAME = libluksde-experimental-${VERSION} PKGNAME = ${DISTNAME:S/-experimental//} +REVISION = 0 SHARED_LIBS += luksde 0.1 # 1.0 diff --git a/sysutils/libmsiecf/Makefile b/sysutils/libmsiecf/Makefile index b11845462d3..9d4839811eb 100644 --- a/sysutils/libmsiecf/Makefile +++ b/sysutils/libmsiecf/Makefile @@ -1,10 +1,11 @@ -# $OpenBSD: Makefile,v 1.7 2020/03/17 21:26:58 rpointel Exp $ +# $OpenBSD: Makefile,v 1.8 2020/07/03 21:13:09 sthen Exp $ COMMENT = library and tools to access the IE Cache File (index.dat) VERSION = 20191221 DISTNAME = libmsiecf-alpha-${VERSION} PKGNAME = ${DISTNAME:S/-alpha//} +REVISION = 0 SHARED_LIBS += msiecf 0.0 # 1.0 diff --git a/sysutils/libolecf/Makefile b/sysutils/libolecf/Makefile index 01f9035b221..4740644567d 100644 --- a/sysutils/libolecf/Makefile +++ b/sysutils/libolecf/Makefile @@ -1,10 +1,11 @@ -# $OpenBSD: Makefile,v 1.8 2020/03/17 21:27:32 rpointel Exp $ +# $OpenBSD: Makefile,v 1.9 2020/07/03 21:13:09 sthen Exp $ COMMENT = library and tools to access the OLE 2 Compound File VERSION = 20191221 DISTNAME = libolecf-alpha-${VERSION} PKGNAME = ${DISTNAME:S/-alpha//} +REVISION = 0 SHARED_LIBS += olecf 0.1 # 1.0 diff --git a/sysutils/libqcow/Makefile b/sysutils/libqcow/Makefile index e0054ffdbca..21e2e1a8a4e 100644 --- a/sysutils/libqcow/Makefile +++ b/sysutils/libqcow/Makefile @@ -1,10 +1,11 @@ -# $OpenBSD: Makefile,v 1.7 2020/03/17 21:28:13 rpointel Exp $ +# $OpenBSD: Makefile,v 1.8 2020/07/03 21:13:10 sthen Exp $ COMMENT = library and tools to access the QEMU Copy-On-Write (QCOW) VERSION = 20191221 DISTNAME = libqcow-alpha-${VERSION} PKGNAME = ${DISTNAME:S/-alpha//} +REVISION = 0 SHARED_LIBS += qcow 0.0 # 1.0 diff --git a/sysutils/libregf/Makefile b/sysutils/libregf/Makefile index 9c2c62c3fdf..0e83e6a4e35 100644 --- a/sysutils/libregf/Makefile +++ b/sysutils/libregf/Makefile @@ -1,11 +1,11 @@ -# $OpenBSD: Makefile,v 1.9 2020/03/17 21:29:33 rpointel Exp $ +# $OpenBSD: Makefile,v 1.10 2020/07/03 21:13:10 sthen Exp $ COMMENT = library and tools to access the Windows NT Registry File VERSION = 20170130 DISTNAME = libregf-alpha-${VERSION} PKGNAME = ${DISTNAME:S/-alpha//} -REVISION = 2 +REVISION = 3 SHARED_LIBS += regf 0.0 # 1.0 diff --git a/sysutils/libscca/Makefile b/sysutils/libscca/Makefile index 1a3b20bb264..cdb4c073a5f 100644 --- a/sysutils/libscca/Makefile +++ b/sysutils/libscca/Makefile @@ -1,10 +1,11 @@ -# $OpenBSD: Makefile,v 1.6 2020/03/17 21:30:51 rpointel Exp $ +# $OpenBSD: Makefile,v 1.7 2020/07/03 21:13:10 sthen Exp $ COMMENT = library and tools to access the Windows Prefetch File VERSION = 20191222 DISTNAME = libscca-alpha-${VERSION} PKGNAME = ${DISTNAME:S/-alpha//} +REVISION = 0 SHARED_LIBS += scca 0.0 # 1.0 diff --git a/sysutils/libsigscan/Makefile b/sysutils/libsigscan/Makefile index 20cbb30cd2c..4aa846ed306 100644 --- a/sysutils/libsigscan/Makefile +++ b/sysutils/libsigscan/Makefile @@ -1,10 +1,11 @@ -# $OpenBSD: Makefile,v 1.7 2020/03/17 21:31:37 rpointel Exp $ +# $OpenBSD: Makefile,v 1.8 2020/07/03 21:13:10 sthen Exp $ COMMENT = library for binary signature scanning VERSION = 20191221 DISTNAME = libsigscan-experimental-${VERSION} PKGNAME = ${DISTNAME:S/-experimental//} +REVISION = 0 SHARED_LIBS += sigscan 0.0 # 1.0 diff --git a/sysutils/libsmdev/Makefile b/sysutils/libsmdev/Makefile index addee963278..100c153e2d4 100644 --- a/sysutils/libsmdev/Makefile +++ b/sysutils/libsmdev/Makefile @@ -1,10 +1,11 @@ -# $OpenBSD: Makefile,v 1.7 2020/03/17 21:33:09 rpointel Exp $ +# $OpenBSD: Makefile,v 1.8 2020/07/03 21:13:10 sthen Exp $ COMMENT = library to access to storage media devices VERSION = 20200210 DISTNAME = libsmdev-alpha-${VERSION} PKGNAME = ${DISTNAME:S/-alpha//} +REVISION = 0 SHARED_LIBS += smdev 0.0 # 1.0 diff --git a/sysutils/libsmraw/Makefile b/sysutils/libsmraw/Makefile index 0cfb07d38cf..3de9ec54899 100644 --- a/sysutils/libsmraw/Makefile +++ b/sysutils/libsmraw/Makefile @@ -1,10 +1,11 @@ -# $OpenBSD: Makefile,v 1.8 2020/03/17 21:33:50 rpointel Exp $ +# $OpenBSD: Makefile,v 1.9 2020/07/03 21:13:10 sthen Exp $ COMMENT = library and tools to access the (split) RAW image format VERSION = 20191221 DISTNAME = libsmraw-alpha-${VERSION} PKGNAME = ${DISTNAME:S/-alpha//} +REVISION = 0 SHARED_LIBS += smraw 0.1 # 1.0 diff --git a/sysutils/libvhdi/Makefile b/sysutils/libvhdi/Makefile index 2a39e480d70..dc8aea38618 100644 --- a/sysutils/libvhdi/Makefile +++ b/sysutils/libvhdi/Makefile @@ -1,10 +1,11 @@ -# $OpenBSD: Makefile,v 1.7 2020/03/17 21:34:59 rpointel Exp $ +# $OpenBSD: Makefile,v 1.8 2020/07/03 21:13:10 sthen Exp $ COMMENT = library and tools to access the VHD image format VERSION = 20191221 DISTNAME = libvhdi-alpha-${VERSION} PKGNAME = ${DISTNAME:S/-alpha//} +REVISION = 0 SHARED_LIBS += vhdi 0.0 # 1.0 diff --git a/sysutils/libvirt-python/Makefile b/sysutils/libvirt-python/Makefile index f434d5e5622..f183ea83269 100644 --- a/sysutils/libvirt-python/Makefile +++ b/sysutils/libvirt-python/Makefile @@ -1,10 +1,11 @@ -# $OpenBSD: Makefile,v 1.33 2020/06/07 15:59:18 ajacoutot Exp $ +# $OpenBSD: Makefile,v 1.34 2020/07/03 21:13:10 sthen Exp $ COMMENT = libvirt virtualization API python bindings MODPY_EGG_VERSION = 6.4.0 DISTNAME = libvirt-python-${MODPY_EGG_VERSION} PKGNAME = py-${DISTNAME:S/-python-/-/} +REVISION = 0 CATEGORIES = sysutils diff --git a/sysutils/libvmdk/Makefile b/sysutils/libvmdk/Makefile index 821fd0beeb4..ad98c435019 100644 --- a/sysutils/libvmdk/Makefile +++ b/sysutils/libvmdk/Makefile @@ -1,10 +1,11 @@ -# $OpenBSD: Makefile,v 1.7 2020/03/17 21:35:53 rpointel Exp $ +# $OpenBSD: Makefile,v 1.8 2020/07/03 21:13:10 sthen Exp $ COMMENT = library and tools to access the VMware Virtual Disk format VERSION = 20191221 DISTNAME = libvmdk-alpha-${VERSION} PKGNAME = ${DISTNAME:S/-alpha//} +REVISION = 0 SHARED_LIBS += vmdk 0.0 # 1.0 diff --git a/sysutils/libvshadow/Makefile b/sysutils/libvshadow/Makefile index b484fa13025..612a5e08547 100644 --- a/sysutils/libvshadow/Makefile +++ b/sysutils/libvshadow/Makefile @@ -1,10 +1,11 @@ -# $OpenBSD: Makefile,v 1.7 2020/03/17 21:36:57 rpointel Exp $ +# $OpenBSD: Makefile,v 1.8 2020/07/03 21:13:10 sthen Exp $ COMMENT = library and tools to access the VSSformat VERSION = 20191221 DISTNAME = libvshadow-alpha-${VERSION} PKGNAME = ${DISTNAME:S/-alpha//} +REVISION = 0 SHARED_LIBS += vshadow 0.1 # 1.0 diff --git a/sysutils/libvslvm/Makefile b/sysutils/libvslvm/Makefile index 35aa89f6c75..049ddad5847 100644 --- a/sysutils/libvslvm/Makefile +++ b/sysutils/libvslvm/Makefile @@ -1,10 +1,11 @@ -# $OpenBSD: Makefile,v 1.6 2020/03/17 21:40:46 rpointel Exp $ +# $OpenBSD: Makefile,v 1.7 2020/07/03 21:13:10 sthen Exp $ COMMENT = library to access the LVM volume system format VERSION = 20200102 DISTNAME = libvslvm-experimental-${VERSION} PKGNAME = ${DISTNAME:S/-experimental//} +REVISION = 0 SHARED_LIBS += vslvm 0.0 # 1.0 diff --git a/sysutils/mdprint/Makefile b/sysutils/mdprint/Makefile index b0aa7e9327c..5d8078a51c6 100644 --- a/sysutils/mdprint/Makefile +++ b/sysutils/mdprint/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.3 2020/05/14 19:12:08 kn Exp $ +# $OpenBSD: Makefile,v 1.4 2020/07/03 21:13:10 sthen Exp $ COMMENT = print sun4v machine descriptions @@ -6,7 +6,7 @@ COMMENT = print sun4v machine descriptions DISTNAME = ldomsmanager-3.5.0.0-30.2411.1 # own version, documented in source code PKGNAME = mdprint-1.3 -REVISION = 0 +REVISION = 1 CATEGORIES = sysutils devel diff --git a/sysutils/me_cleaner/Makefile b/sysutils/me_cleaner/Makefile index d7aa7b6ed39..a89198e46c0 100644 --- a/sysutils/me_cleaner/Makefile +++ b/sysutils/me_cleaner/Makefile @@ -1,10 +1,11 @@ -# $OpenBSD: Makefile,v 1.1.1.1 2020/01/19 20:47:10 kn Exp $ +# $OpenBSD: Makefile,v 1.2 2020/07/03 21:13:10 sthen Exp $ COMMENT = tool for partial deblobbing of Intel ME/TXE firmware images GH_ACCOUNT = corna GH_PROJECT = me_cleaner GH_TAGNAME = v1.2 +REVISION = 0 DISTFILES = me_cleaner-{}${GH_TAGNAME}${EXTRACT_SUFX} diff --git a/sysutils/menulibre/Makefile b/sysutils/menulibre/Makefile index 81242bbdb87..71ea4683ec2 100644 --- a/sysutils/menulibre/Makefile +++ b/sysutils/menulibre/Makefile @@ -1,11 +1,11 @@ -# $OpenBSD: Makefile,v 1.13 2019/07/12 20:49:46 sthen Exp $ +# $OpenBSD: Makefile,v 1.14 2020/07/03 21:13:10 sthen Exp $ COMMENT = fd.o-compliant menu editor MODPY_EGG_VERSION = 2.1.3 DISTNAME = menulibre-${MODPY_EGG_VERSION} CATEGORIES = sysutils x11 -REVISION = 4 +REVISION = 5 MAINTAINER = Landry Breuil diff --git a/sysutils/py-augeas/Makefile b/sysutils/py-augeas/Makefile index 7dabc9e65fd..c3cce2a4087 100644 --- a/sysutils/py-augeas/Makefile +++ b/sysutils/py-augeas/Makefile @@ -1,11 +1,11 @@ -# $OpenBSD: Makefile,v 1.10 2019/11/03 14:07:45 jasper Exp $ +# $OpenBSD: Makefile,v 1.11 2020/07/03 21:13:10 sthen Exp $ COMMENT = Python bindings for Augeas MODPY_EGG_VERSION = 1.0.3 DISTNAME = python-augeas-${MODPY_EGG_VERSION} PKGNAME = ${DISTNAME:S/python-/py-/} -REVISION = 1 +REVISION = 2 CATEGORIES = sysutils diff --git a/sysutils/py-consul/Makefile b/sysutils/py-consul/Makefile index 0f5a00ef3d1..fdc427c49fe 100644 --- a/sysutils/py-consul/Makefile +++ b/sysutils/py-consul/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.2 2020/06/19 22:27:44 naddy Exp $ +# $OpenBSD: Makefile,v 1.3 2020/07/03 21:13:10 sthen Exp $ COMMENT = python client for consul @@ -6,6 +6,7 @@ MODPY_EGG_VERSION = 1.1.0 DISTNAME = python-consul-${MODPY_EGG_VERSION} PKGNAME = py-consul-${MODPY_EGG_VERSION} +REVISION = 0 CATEGORIES = sysutils diff --git a/sysutils/py-croniter/Makefile b/sysutils/py-croniter/Makefile index 25596c23edb..69179b1670f 100644 --- a/sysutils/py-croniter/Makefile +++ b/sysutils/py-croniter/Makefile @@ -1,10 +1,11 @@ -# $OpenBSD: Makefile,v 1.17 2020/06/23 07:35:45 jasper Exp $ +# $OpenBSD: Makefile,v 1.18 2020/07/03 21:13:10 sthen Exp $ COMMENT = datetime-iterator for cron-like formats MODPY_EGG_VERSION = 0.3.34 DISTNAME = croniter-${MODPY_EGG_VERSION} PKGNAME = py-${DISTNAME} +REVISION = 0 CATEGORIES = sysutils diff --git a/sysutils/py-daemon/Makefile b/sysutils/py-daemon/Makefile index e9072500380..b3633728a19 100644 --- a/sysutils/py-daemon/Makefile +++ b/sysutils/py-daemon/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.13 2020/03/01 08:11:41 martin Exp $ +# $OpenBSD: Makefile,v 1.14 2020/07/03 21:13:10 sthen Exp $ COMMENT = library to implement a Unix daemon process @@ -6,7 +6,7 @@ MODPY_EGG_VERSION = 2.2.4 DISTNAME = python-daemon-${MODPY_EGG_VERSION} PKGNAME = py-daemon-${MODPY_EGG_VERSION} CATEGORIES = sysutils -REVISION = 0 +REVISION = 1 MAINTAINER = Martin Reindl diff --git a/sysutils/py-daemonize/Makefile b/sysutils/py-daemonize/Makefile index c91e94508ad..200f4e9e148 100644 --- a/sysutils/py-daemonize/Makefile +++ b/sysutils/py-daemonize/Makefile @@ -1,11 +1,11 @@ -# $OpenBSD: Makefile,v 1.3 2019/07/12 20:49:49 sthen Exp $ +# $OpenBSD: Makefile,v 1.4 2020/07/03 21:13:11 sthen Exp $ COMMENT = library to enable your code run as a daemon process MODPY_EGG_VERSION = 2.5.0 DISTNAME = daemonize-${MODPY_EGG_VERSION} PKGNAME = py-daemonize-${MODPY_EGG_VERSION} -REVISION = 0 +REVISION = 1 CATEGORIES = sysutils devel diff --git a/sysutils/py-distro/Makefile b/sysutils/py-distro/Makefile index 628856fa4e1..5d1d26d8a2c 100644 --- a/sysutils/py-distro/Makefile +++ b/sysutils/py-distro/Makefile @@ -1,11 +1,11 @@ -# $OpenBSD: Makefile,v 1.2 2020/03/04 14:33:29 sthen Exp $ +# $OpenBSD: Makefile,v 1.3 2020/07/03 21:13:11 sthen Exp $ COMMENT= provide information about the OS platform MODPY_EGG_VERSION= 1.4.0 DISTNAME= distro-${MODPY_EGG_VERSION} PKGNAME= py-${DISTNAME} -REVISION= 0 +REVISION= 1 CATEGORIES= sysutils diff --git a/sysutils/py-dotenv/Makefile b/sysutils/py-dotenv/Makefile index f4b4d2fbf4b..78c9ca38edc 100644 --- a/sysutils/py-dotenv/Makefile +++ b/sysutils/py-dotenv/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.1.1.1 2020/06/18 09:50:00 sthen Exp $ +# $OpenBSD: Makefile,v 1.2 2020/07/03 21:13:11 sthen Exp $ COMMENT = handle .env files @@ -6,6 +6,7 @@ MODPY_EGG_VERSION = 0.0.5 DISTNAME = dotenv-${MODPY_EGG_VERSION} PKGNAME = py-${DISTNAME} +REVISION = 0 CATEGORIES = sysutils diff --git a/sysutils/py-elasticsearch-curator/Makefile b/sysutils/py-elasticsearch-curator/Makefile index 206280c5eef..e94322864f6 100644 --- a/sysutils/py-elasticsearch-curator/Makefile +++ b/sysutils/py-elasticsearch-curator/Makefile @@ -1,9 +1,9 @@ -# $OpenBSD: Makefile,v 1.23 2020/05/15 13:09:36 pvk Exp $ +# $OpenBSD: Makefile,v 1.24 2020/07/03 21:13:11 sthen Exp $ COMMENT= manage Elasticsearch indices MODPY_EGG_VERSION=5.8.1 -REVISION= 0 +REVISION= 1 DISTNAME= elasticsearch-curator-${MODPY_EGG_VERSION} PKGNAME= ${MODPY_PY_PREFIX}elasticsearch-curator-${MODPY_EGG_VERSION} diff --git a/sysutils/py-filelock/Makefile b/sysutils/py-filelock/Makefile index 5bfbb88775f..61d2018cf30 100644 --- a/sysutils/py-filelock/Makefile +++ b/sysutils/py-filelock/Makefile @@ -1,10 +1,11 @@ -# $OpenBSD: Makefile,v 1.1.1.1 2019/12/14 22:16:04 kmos Exp $ +# $OpenBSD: Makefile,v 1.2 2020/07/03 21:13:11 sthen Exp $ COMMENT = platform independent file lock MODPY_EGG_VERSION = 3.0.12 DISTNAME = filelock-${MODPY_EGG_VERSION} PKGNAME = py-${DISTNAME} +REVISION = 0 CATEGORIES = sysutils diff --git a/sysutils/py-ghmi/Makefile b/sysutils/py-ghmi/Makefile index abe31d3fd44..2ac21596b75 100644 --- a/sysutils/py-ghmi/Makefile +++ b/sysutils/py-ghmi/Makefile @@ -1,11 +1,11 @@ -# $OpenBSD: Makefile,v 1.35 2020/05/14 18:39:31 jasper Exp $ +# $OpenBSD: Makefile,v 1.36 2020/07/03 21:13:11 sthen Exp $ COMMENT = pure python IPMI protocol library MODPY_EGG_VERSION = 1.5.14 DISTNAME = pyghmi-${MODPY_EGG_VERSION} PKGNAME = ${DISTNAME:S/py/${MODPY_PY_PREFIX}/} -REVISION = 0 +REVISION = 1 MAINTAINER = Jasper Lievisse Adriaanse diff --git a/sysutils/py-joblib/Makefile b/sysutils/py-joblib/Makefile index 123111b64bf..f4b00dd1a8d 100644 --- a/sysutils/py-joblib/Makefile +++ b/sysutils/py-joblib/Makefile @@ -1,10 +1,11 @@ -# $OpenBSD: Makefile,v 1.2 2020/07/01 10:07:04 sthen Exp $ +# $OpenBSD: Makefile,v 1.3 2020/07/03 21:13:11 sthen Exp $ COMMENT = lightweight pipelining: using Python functions as pipeline MODPY_EGG_VERSION = 0.15.1 DISTNAME = joblib-${MODPY_EGG_VERSION} PKGNAME = py-${DISTNAME} +REVISION = 0 CATEGORIES = sysutils diff --git a/sysutils/py-lockfile/Makefile b/sysutils/py-lockfile/Makefile index ffd7e83d22d..af5d087a124 100644 --- a/sysutils/py-lockfile/Makefile +++ b/sysutils/py-lockfile/Makefile @@ -1,11 +1,11 @@ -# $OpenBSD: Makefile,v 1.18 2019/11/07 14:39:29 kmos Exp $ +# $OpenBSD: Makefile,v 1.19 2020/07/03 21:13:11 sthen Exp $ COMMENT= platform-independent file locking for Python MODPY_EGG_VERSION= 0.12.2 DISTNAME= lockfile-${MODPY_EGG_VERSION} PKGNAME= py-${DISTNAME} -REVISION= 3 +REVISION= 4 CATEGORIES= sysutils diff --git a/sysutils/py-packaging/Makefile b/sysutils/py-packaging/Makefile index 3ff251b916e..8476e3348e5 100644 --- a/sysutils/py-packaging/Makefile +++ b/sysutils/py-packaging/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.1.1.1 2019/10/06 20:20:23 sthen Exp $ +# $OpenBSD: Makefile,v 1.2 2020/07/03 21:13:11 sthen Exp $ COMMENT = core utilities for Python packages @@ -6,6 +6,7 @@ MODPY_EGG_VERSION = 19.2 DISTNAME = packaging-${MODPY_EGG_VERSION} PKGNAME = py-${DISTNAME} +REVISION = 0 CATEGORIES = sysutils diff --git a/sysutils/py-parallel-ssh/Makefile b/sysutils/py-parallel-ssh/Makefile index aa24b9e42d2..b3a51e4fec6 100644 --- a/sysutils/py-parallel-ssh/Makefile +++ b/sysutils/py-parallel-ssh/Makefile @@ -1,11 +1,11 @@ -# $OpenBSD: Makefile,v 1.3 2019/07/12 20:49:49 sthen Exp $ +# $OpenBSD: Makefile,v 1.4 2020/07/03 21:13:11 sthen Exp $ COMMENT = asynchronous parallel SSH client library MODPY_EGG_VERSION = 1.1.1 DISTNAME = parallel-ssh-${MODPY_EGG_VERSION} PKGNAME = py-${DISTNAME} -REVISION = 0 +REVISION = 1 CATEGORIES = sysutils diff --git a/sysutils/py-prometheus_client/Makefile b/sysutils/py-prometheus_client/Makefile index 70c3fe933f4..54f476c0656 100644 --- a/sysutils/py-prometheus_client/Makefile +++ b/sysutils/py-prometheus_client/Makefile @@ -1,11 +1,11 @@ -# $OpenBSD: Makefile,v 1.5 2020/02/28 16:09:32 naddy Exp $ +# $OpenBSD: Makefile,v 1.6 2020/07/03 21:13:11 sthen Exp $ COMMENT = python client for the prometheus monitoring system MODPY_EGG_VERSION = 0.7.1 DISTNAME = prometheus_client-${MODPY_EGG_VERSION} PKGNAME = py-${DISTNAME} -REVISION = 1 +REVISION = 2 CATEGORIES = sysutils diff --git a/sysutils/py-psutil/Makefile b/sysutils/py-psutil/Makefile index 9697a8b379c..af4cdfd025b 100644 --- a/sysutils/py-psutil/Makefile +++ b/sysutils/py-psutil/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.14 2019/12/02 15:31:36 kmos Exp $ +# $OpenBSD: Makefile,v 1.15 2020/07/03 21:13:11 sthen Exp $ COMMENT = library to retrieve system information and utilisation @@ -9,7 +9,7 @@ GH_TAGNAME = release-${MODPY_EGG_VERSION} DISTNAME = psutil-${MODPY_EGG_VERSION} PKGNAME = py-psutil-${MODPY_EGG_VERSION} CATEGORIES = sysutils -REVISION = 2 +REVISION = 3 HOMEPAGE = https://github.com/giampaolo/psutil diff --git a/sysutils/py-pushover/Makefile b/sysutils/py-pushover/Makefile index 0a06c74e6ec..45c68f02c5e 100644 --- a/sysutils/py-pushover/Makefile +++ b/sysutils/py-pushover/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.2 2020/05/30 12:02:59 jasper Exp $ +# $OpenBSD: Makefile,v 1.3 2020/07/03 21:13:11 sthen Exp $ COMMENT = send messages via Pushover @@ -7,6 +7,7 @@ EPOCH = 0 DISTNAME = python-pushover-${MODPY_EGG_VERSION} PKGNAME = py-${DISTNAME:S/python-//} +REVISION = 0 CATEGORIES = sysutils diff --git a/sysutils/py-pynetbox/Makefile b/sysutils/py-pynetbox/Makefile index f73d87664c8..7aa4afb4758 100644 --- a/sysutils/py-pynetbox/Makefile +++ b/sysutils/py-pynetbox/Makefile @@ -1,10 +1,11 @@ -# $OpenBSD: Makefile,v 1.17 2020/06/23 07:36:53 jasper Exp $ +# $OpenBSD: Makefile,v 1.18 2020/07/03 21:13:11 sthen Exp $ COMMENT = NetBox API client library MODPY_EGG_VERSION = 4.3.3 DISTNAME = pynetbox-${MODPY_EGG_VERSION} PKGNAME = py-${DISTNAME} +REVISION = 0 CATEGORIES = sysutils net diff --git a/sysutils/py-scandir/Makefile b/sysutils/py-scandir/Makefile index 91c4d1b0b51..5f96ea26c0f 100644 --- a/sysutils/py-scandir/Makefile +++ b/sysutils/py-scandir/Makefile @@ -1,11 +1,11 @@ -# $OpenBSD: Makefile,v 1.6 2019/07/12 20:49:49 sthen Exp $ +# $OpenBSD: Makefile,v 1.7 2020/07/03 21:13:11 sthen Exp $ COMMENT = improved directory iterator and faster os.walk() MODPY_EGG_VERSION = 1.10.0 DISTNAME = scandir-${MODPY_EGG_VERSION} PKGNAME = py-${DISTNAME} -REVISION = 1 +REVISION = 2 CATEGORIES = sysutils diff --git a/sysutils/py-schedule/Makefile b/sysutils/py-schedule/Makefile index 2163b5270b4..f81cc81a056 100644 --- a/sysutils/py-schedule/Makefile +++ b/sysutils/py-schedule/Makefile @@ -1,10 +1,11 @@ -# $OpenBSD: Makefile,v 1.1.1.1 2020/02/17 09:35:41 martin Exp $ +# $OpenBSD: Makefile,v 1.2 2020/07/03 21:13:11 sthen Exp $ COMMENT = job scheduling for humans MODPY_EGG_VERSION = 0.6.0 DISTNAME = schedule-${MODPY_EGG_VERSION} PKGNAME = py-${DISTNAME} +REVISION = 0 CATEGORIES = sysutils diff --git a/sysutils/py-statgrab/Makefile b/sysutils/py-statgrab/Makefile index ff32d52019c..df50bf6cc8d 100644 --- a/sysutils/py-statgrab/Makefile +++ b/sysutils/py-statgrab/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.7 2019/12/02 05:06:07 kmos Exp $ +# $OpenBSD: Makefile,v 1.8 2020/07/03 21:13:11 sthen Exp $ COMMENT= python bindings to libstatgrab @@ -6,7 +6,7 @@ MODPY_EGG_VERSION = 0.7 DISTNAME= pystatgrab-${MODPY_EGG_VERSION} PKGNAME= py-statgrab-${MODPY_EGG_VERSION} CATEGORIES= sysutils -REVISION= 2 +REVISION= 3 HOMEPAGE= http://www.i-scream.org/pystatgrab/ diff --git a/sysutils/py-tsk/Makefile b/sysutils/py-tsk/Makefile index 963b3336372..870b42abeac 100644 --- a/sysutils/py-tsk/Makefile +++ b/sysutils/py-tsk/Makefile @@ -1,10 +1,11 @@ -# $OpenBSD: Makefile,v 1.10 2020/03/17 20:42:46 rpointel Exp $ +# $OpenBSD: Makefile,v 1.11 2020/07/03 21:13:11 sthen Exp $ COMMENT = Python bindings for The Sleuth Kit (libtsk) MODPY_EGG_VERSION = 20200117 DISTNAME = pytsk3-${MODPY_EGG_VERSION} PKGNAME = py-tsk-${MODPY_EGG_VERSION} +REVISION = 0 CATEGORIES = sysutils diff --git a/sysutils/py-vmomi/Makefile b/sysutils/py-vmomi/Makefile index 4857586fe3c..aaa4ed562e8 100644 --- a/sysutils/py-vmomi/Makefile +++ b/sysutils/py-vmomi/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.3 2020/03/18 11:53:15 pvk Exp $ +# $OpenBSD: Makefile,v 1.4 2020/07/03 21:13:12 sthen Exp $ COMMENT = python SDK for the VMware vSphere API @@ -6,7 +6,7 @@ MODPY_EGG_VERSION = 6.7.3 DISTNAME = pyvmomi-${MODPY_EGG_VERSION} PKGNAME = ${DISTNAME:S/py/py-/} -REVISION = 0 +REVISION = 1 CATEGORIES = sysutils diff --git a/sysutils/ranger/Makefile b/sysutils/ranger/Makefile index 52b7381d939..54194afe665 100644 --- a/sysutils/ranger/Makefile +++ b/sysutils/ranger/Makefile @@ -1,9 +1,10 @@ -# $OpenBSD: Makefile,v 1.11 2020/01/02 13:13:22 kn Exp $ +# $OpenBSD: Makefile,v 1.12 2020/07/03 21:13:12 sthen Exp $ COMMENT = minimalistic console file manager MODPY_EGG_VERSION = 1.9.3 DISTNAME = ranger-${MODPY_EGG_VERSION} +REVISION = 0 CATEGORIES = sysutils misc diff --git a/sysutils/salt-testing/Makefile b/sysutils/salt-testing/Makefile index 28cc32171bd..d1710892bad 100644 --- a/sysutils/salt-testing/Makefile +++ b/sysutils/salt-testing/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.27 2020/05/15 06:22:55 jasper Exp $ +# $OpenBSD: Makefile,v 1.28 2020/07/03 21:13:12 sthen Exp $ COMMENT = common testing tools used in the Salt Stack projects @@ -7,6 +7,7 @@ DISTNAME = salt-testing-${MODPY_EGG_VERSION} GH_ACCOUNT = saltstack GH_PROJECT = salt-testing GH_COMMIT = 70145afcc5eb96bf15b22631dcb364caf19b1fc1 +REVISION = 0 CATEGORIES = sysutils diff --git a/sysutils/salt/Makefile b/sysutils/salt/Makefile index f490722b50f..ca55fc5d9c8 100644 --- a/sysutils/salt/Makefile +++ b/sysutils/salt/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.144 2020/07/02 19:04:32 jasper Exp $ +# $OpenBSD: Makefile,v 1.145 2020/07/03 21:13:12 sthen Exp $ # optional dependencies # https://github.com/saltstack/salt/blob/develop/doc/conf.py @@ -19,6 +19,7 @@ COMMENT = remote execution and configuration management system MODPY_EGG_VERSION = 3001 DISTNAME = salt-${MODPY_EGG_VERSION} +REVISION = 0 CATEGORIES = sysutils net devel diff --git a/sysutils/supervisor/Makefile b/sysutils/supervisor/Makefile index fa799f9da9d..efec9f531bf 100644 --- a/sysutils/supervisor/Makefile +++ b/sysutils/supervisor/Makefile @@ -1,9 +1,10 @@ -# $OpenBSD: Makefile,v 1.16 2020/06/27 14:33:20 jasper Exp $ +# $OpenBSD: Makefile,v 1.17 2020/07/03 21:13:12 sthen Exp $ COMMENT= system to monitor and control processes MODPY_EGG_VERSION = 4.2.0 DISTNAME= supervisor-${MODPY_EGG_VERSION} +REVISION= 0 CATEGORIES= sysutils diff --git a/sysutils/tarsnapper/Makefile b/sysutils/tarsnapper/Makefile index 15dea46db71..38544f414eb 100644 --- a/sysutils/tarsnapper/Makefile +++ b/sysutils/tarsnapper/Makefile @@ -1,10 +1,10 @@ -# $OpenBSD: Makefile,v 1.7 2019/11/08 22:40:35 kmos Exp $ +# $OpenBSD: Makefile,v 1.8 2020/07/03 21:13:12 sthen Exp $ COMMENT = tarsnap wrapper which automatically expires backups MODPY_EGG_VERSION = 0.4.0 DISTNAME = tarsnapper-${MODPY_EGG_VERSION} -REVISION = 2 +REVISION = 3 CATEGORIES = sysutils diff --git a/sysutils/upt/upt-cpan/Makefile b/sysutils/upt/upt-cpan/Makefile index bdbac385f96..d5069c4b2bb 100644 --- a/sysutils/upt/upt-cpan/Makefile +++ b/sysutils/upt/upt-cpan/Makefile @@ -1,9 +1,10 @@ -# $OpenBSD: Makefile,v 1.4 2019/12/16 18:35:10 kmos Exp $ +# $OpenBSD: Makefile,v 1.5 2020/07/03 21:13:12 sthen Exp $ COMMENT = CPAN frontend for upt MODPY_EGG_VERSION = 0.5 DISTNAME = upt-cpan-${MODPY_EGG_VERSION} +REVISION = 0 HOMEPAGE = https://framagit.org/upt/upt-cpan diff --git a/sysutils/upt/upt-openbsd/Makefile b/sysutils/upt/upt-openbsd/Makefile index 92fd5adc627..7ca5bb809e7 100644 --- a/sysutils/upt/upt-openbsd/Makefile +++ b/sysutils/upt/upt-openbsd/Makefile @@ -1,9 +1,10 @@ -# $OpenBSD: Makefile,v 1.5 2019/06/23 15:01:50 danj Exp $ +# $OpenBSD: Makefile,v 1.6 2020/07/03 21:13:12 sthen Exp $ COMMENT = OpenBSD backend for upt MODPY_EGG_VERSION = 0.5 DISTNAME = upt-openbsd-${MODPY_EGG_VERSION} +REVISION = 0 HOMEPAGE = https://framagit.org/upt/upt-openbsd diff --git a/sysutils/upt/upt-pypi/Makefile b/sysutils/upt/upt-pypi/Makefile index 1078a6c74ad..dcb32eba0d0 100644 --- a/sysutils/upt/upt-pypi/Makefile +++ b/sysutils/upt/upt-pypi/Makefile @@ -1,9 +1,10 @@ -# $OpenBSD: Makefile,v 1.6 2019/12/16 18:35:10 kmos Exp $ +# $OpenBSD: Makefile,v 1.7 2020/07/03 21:13:12 sthen Exp $ COMMENT = PyPI frontend for upt MODPY_EGG_VERSION = 0.4 DISTNAME = upt-pypi-${MODPY_EGG_VERSION} +REVISION = 0 HOMEPAGE = https://framagit.org/upt/upt-pypi diff --git a/sysutils/upt/upt-rubygems/Makefile b/sysutils/upt/upt-rubygems/Makefile index b2567ff4ef3..7548b91004e 100644 --- a/sysutils/upt/upt-rubygems/Makefile +++ b/sysutils/upt/upt-rubygems/Makefile @@ -1,10 +1,10 @@ -# $OpenBSD: Makefile,v 1.6 2019/12/17 14:12:36 kmos Exp $ +# $OpenBSD: Makefile,v 1.7 2020/07/03 21:13:12 sthen Exp $ COMMENT = RubyGems frontend for upt MODPY_EGG_VERSION = 0.2 DISTNAME = upt-rubygems-${MODPY_EGG_VERSION} -REVISION = 0 +REVISION = 1 HOMEPAGE = https://framagit.org/upt/upt-rubygems diff --git a/sysutils/upt/upt/Makefile b/sysutils/upt/upt/Makefile index 786d72fa3af..80927c1e729 100644 --- a/sysutils/upt/upt/Makefile +++ b/sysutils/upt/upt/Makefile @@ -1,9 +1,10 @@ -# $OpenBSD: Makefile,v 1.6 2019/12/16 18:35:10 kmos Exp $ +# $OpenBSD: Makefile,v 1.7 2020/07/03 21:13:12 sthen Exp $ COMMENT = package software from any package manager to any OS MODPY_EGG_VERSION = 0.9 DISTNAME = upt-${MODPY_EGG_VERSION} +REVISION = 0 HOMEPAGE = https://framagit.org/upt/upt diff --git a/sysutils/virt-manager/Makefile b/sysutils/virt-manager/Makefile index 92f8447886a..5f9554a4b7f 100644 --- a/sysutils/virt-manager/Makefile +++ b/sysutils/virt-manager/Makefile @@ -1,9 +1,10 @@ -# $OpenBSD: Makefile,v 1.33 2020/06/09 07:30:55 ajacoutot Exp $ +# $OpenBSD: Makefile,v 1.34 2020/07/03 21:13:12 sthen Exp $ COMMENT= GUI for managing virtual machines through libvirt DISTNAME= virt-manager-2.2.1 CATEGORIES= sysutils x11 +REVISION= 0 HOMEPAGE= http://virt-manager.org/ diff --git a/sysutils/yabitrot/Makefile b/sysutils/yabitrot/Makefile index 4d50eaedf3b..a6c6bd5e1f6 100644 --- a/sysutils/yabitrot/Makefile +++ b/sysutils/yabitrot/Makefile @@ -1,9 +1,10 @@ -# $OpenBSD: Makefile,v 1.5 2020/02/15 07:44:21 rsadowski Exp $ +# $OpenBSD: Makefile,v 1.6 2020/07/03 21:13:12 sthen Exp $ COMMENT = fast bitrot detection utility V = 0.4 DISTNAME = yabitrot-${V} +REVISION = 0 CATEGORIES = sysutils diff --git a/telephony/py-phonenumbers/Makefile b/telephony/py-phonenumbers/Makefile index b1856cd2dd2..8aae5d22471 100644 --- a/telephony/py-phonenumbers/Makefile +++ b/telephony/py-phonenumbers/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.8 2019/12/10 18:40:49 semarie Exp $ +# $OpenBSD: Makefile,v 1.9 2020/07/03 21:13:12 sthen Exp $ COMMENT = port of Google's libphonenumber library #' @@ -6,6 +6,7 @@ COMMENT = port of Google's libphonenumber library MODPY_EGG_VERSION = 8.11.0 DISTNAME = phonenumbers-${MODPY_EGG_VERSION} PKGNAME = py-${DISTNAME} +REVISION = 0 CATEGORIES = telephony devel diff --git a/textproc/apertium-streamparser/Makefile b/textproc/apertium-streamparser/Makefile index ebf43ed93f3..475b8b43164 100644 --- a/textproc/apertium-streamparser/Makefile +++ b/textproc/apertium-streamparser/Makefile @@ -1,11 +1,11 @@ -# $OpenBSD: Makefile,v 1.3 2019/07/12 20:49:56 sthen Exp $ +# $OpenBSD: Makefile,v 1.4 2020/07/03 21:13:12 sthen Exp $ COMMENT = apertium stream format parser DISTNAME = apertium-streamparser-${MODPY_EGG_VERSION} MODPY_EGG_VERSION = 5.0.2 -REVISION = 0 +REVISION = 1 CATEGORIES = textproc diff --git a/textproc/asciinema/Makefile b/textproc/asciinema/Makefile index 907080e160a..e7c84bd10cb 100644 --- a/textproc/asciinema/Makefile +++ b/textproc/asciinema/Makefile @@ -1,8 +1,9 @@ -# $OpenBSD: Makefile,v 1.9 2019/11/08 22:44:27 kmos Exp $ +# $OpenBSD: Makefile,v 1.10 2020/07/03 21:13:12 sthen Exp $ COMMENT= terminal session recorder MODPY_EGG_VERSION= 2.0.2 +REVISION= 0 # MODPY_PI does not work GH_PROJECT= asciinema diff --git a/textproc/catfish/Makefile b/textproc/catfish/Makefile index 440df1d63bb..b9e18706c5e 100644 --- a/textproc/catfish/Makefile +++ b/textproc/catfish/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.35 2020/01/21 09:35:58 landry Exp $ +# $OpenBSD: Makefile,v 1.36 2020/07/03 21:13:12 sthen Exp $ COMMENT = versatile file searching tool @@ -6,6 +6,7 @@ XFCE_GOODIE = catfish XFCE_VERSION = 1.4.13 MODPY_EGG_VERSION = ${XFCE_VERSION} CATEGORIES = textproc +REVISION = 0 MAINTAINER = Landry Breuil diff --git a/textproc/codespell/Makefile b/textproc/codespell/Makefile index a9c6e853baa..e930ead4382 100644 --- a/textproc/codespell/Makefile +++ b/textproc/codespell/Makefile @@ -1,10 +1,11 @@ -# $OpenBSD: Makefile,v 1.2 2020/06/30 07:55:22 fcambus Exp $ +# $OpenBSD: Makefile,v 1.3 2020/07/03 21:13:12 sthen Exp $ COMMENT = source code spelling checker MODPY_EGG_VERSION = 1.17.1 DISTNAME = codespell-${MODPY_EGG_VERSION} +REVISION = 0 CATEGORIES = devel textproc diff --git a/textproc/gtk-doc/Makefile b/textproc/gtk-doc/Makefile index 1c289af829c..857dd176e55 100644 --- a/textproc/gtk-doc/Makefile +++ b/textproc/gtk-doc/Makefile @@ -1,9 +1,10 @@ -# $OpenBSD: Makefile,v 1.60 2019/08/16 21:19:56 ajacoutot Exp $ +# $OpenBSD: Makefile,v 1.61 2020/07/03 21:13:13 sthen Exp $ COMMENT= GTK C code documentation system GNOME_VERSION= 1.32 GNOME_PROJECT= gtk-doc +REVISION= 0 CATEGORIES= textproc devel diff --git a/textproc/itstool/Makefile b/textproc/itstool/Makefile index d5b66d3da24..eb240044961 100755 --- a/textproc/itstool/Makefile +++ b/textproc/itstool/Makefile @@ -1,11 +1,11 @@ -# $OpenBSD: Makefile,v 1.14 2020/06/09 07:19:47 jasper Exp $ +# $OpenBSD: Makefile,v 1.15 2020/07/03 21:13:13 sthen Exp $ PKG_ARCH= * COMMENT= translate XML documents with PO files DISTNAME= itstool-2.0.6 -REVISION= 1 +REVISION= 2 CATEGORIES= textproc diff --git a/textproc/libxml/Makefile b/textproc/libxml/Makefile index 13e3580cfe0..2221b69af3a 100644 --- a/textproc/libxml/Makefile +++ b/textproc/libxml/Makefile @@ -1,11 +1,11 @@ -# $OpenBSD: Makefile,v 1.182 2020/06/10 22:54:58 ajacoutot Exp $ +# $OpenBSD: Makefile,v 1.183 2020/07/03 21:13:13 sthen Exp $ COMMENT-main= XML parsing library COMMENT-python= Python bindings for libxml VERSION= 2.9.10 REVISION-main= 1 -REVISION-python= 2 +REVISION-python= 3 DISTNAME= libxml2-${VERSION} PKGNAME-main= libxml-${VERSION} PKGNAME-python= py3-libxml-${VERSION} diff --git a/textproc/link-grammar/Makefile b/textproc/link-grammar/Makefile index b8db90793df..e9da6d8df04 100644 --- a/textproc/link-grammar/Makefile +++ b/textproc/link-grammar/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.57 2020/03/01 10:26:49 ajacoutot Exp $ +# $OpenBSD: Makefile,v 1.58 2020/07/03 21:13:13 sthen Exp $ ONLY_FOR_ARCHS-java = i386 amd64 ONLY_FOR_ARCHS = ${CLANG_ARCHS} ${LLVM_ARCHS} @@ -9,6 +9,7 @@ COMMENT-python = Python bindings for link-grammar VERSION = 5.8.0 DISTNAME = link-grammar-${VERSION} +REVISION-python = 0 PKGNAME-main = ${DISTNAME} PKGNAME-java = link-grammar-java-${VERSION} diff --git a/textproc/meld/Makefile b/textproc/meld/Makefile index 8a7ce0b0f3d..c28df0c97d4 100644 --- a/textproc/meld/Makefile +++ b/textproc/meld/Makefile @@ -1,11 +1,11 @@ -# $OpenBSD: Makefile,v 1.70 2020/05/28 04:57:01 kirby Exp $ +# $OpenBSD: Makefile,v 1.71 2020/07/03 21:13:13 sthen Exp $ COMMENT= graphical diff and merge tool GNOME_VERSION= 3.21.0 GNOME_PROJECT= meld MODPY_EGG_VERSION= ${GNOME_VERSION} -REVISION= 0 +REVISION= 1 CATEGORIES= textproc diff --git a/textproc/nfoview/Makefile b/textproc/nfoview/Makefile index 37f422a35a1..05aa0b1f66e 100644 --- a/textproc/nfoview/Makefile +++ b/textproc/nfoview/Makefile @@ -1,9 +1,10 @@ -# $OpenBSD: Makefile,v 1.30 2020/05/22 22:02:39 bcallah Exp $ +# $OpenBSD: Makefile,v 1.31 2020/07/03 21:13:13 sthen Exp $ COMMENT = simple viewer for NFO files MODPY_EGG_VERSION = 1.28 DISTNAME = nfoview-${MODPY_EGG_VERSION} CATEGORIES = textproc x11 +REVISION = 0 GH_ACCOUNT = otsaloma GH_PROJECT = nfoview diff --git a/textproc/py-ICU/Makefile b/textproc/py-ICU/Makefile index 85592d58fab..e68be699190 100644 --- a/textproc/py-ICU/Makefile +++ b/textproc/py-ICU/Makefile @@ -1,10 +1,11 @@ -# $OpenBSD: Makefile,v 1.22 2019/11/26 16:11:34 kmos Exp $ +# $OpenBSD: Makefile,v 1.23 2020/07/03 21:13:13 sthen Exp $ COMMENT= Python extension wrapping the ICU C++ API MODPY_EGG_VERSION= 2.3.1 DISTNAME= PyICU-${MODPY_EGG_VERSION} PKGNAME= py-ICU-${MODPY_EGG_VERSION} +REVISION= 0 CATEGORIES= textproc diff --git a/textproc/py-MarkupSafe/Makefile b/textproc/py-MarkupSafe/Makefile index 82b32047024..022a758271d 100644 --- a/textproc/py-MarkupSafe/Makefile +++ b/textproc/py-MarkupSafe/Makefile @@ -1,10 +1,11 @@ -# $OpenBSD: Makefile,v 1.25 2019/07/22 12:55:10 kmos Exp $ +# $OpenBSD: Makefile,v 1.26 2020/07/03 21:13:13 sthen Exp $ COMMENT= implements an XML/HTML/XHTML markup safe string MODPY_EGG_VERSION= 1.1.1 DISTNAME= MarkupSafe-${MODPY_EGG_VERSION} PKGNAME= py-${DISTNAME} +REVISION= 0 CATEGORIES= textproc diff --git a/textproc/py-PEG2/Makefile b/textproc/py-PEG2/Makefile index 065cf1bfe72..d6b8a6dd5d1 100644 --- a/textproc/py-PEG2/Makefile +++ b/textproc/py-PEG2/Makefile @@ -1,11 +1,11 @@ -# $OpenBSD: Makefile,v 1.5 2019/11/26 00:56:18 kmos Exp $ +# $OpenBSD: Makefile,v 1.6 2020/07/03 21:13:13 sthen Exp $ COMMENT = PEG Parser-Interpreter in Python MODPY_EGG_VERSION = 2.15.2 DISTNAME = pyPEG2-${MODPY_EGG_VERSION} PKGNAME = ${DISTNAME:S/^py/${MODPY_PY_PREFIX}/} -REVISION = 1 +REVISION = 2 CATEGORIES = textproc diff --git a/textproc/py-PyPDF2/Makefile b/textproc/py-PyPDF2/Makefile index 145316df045..5e450ed137e 100644 --- a/textproc/py-PyPDF2/Makefile +++ b/textproc/py-PyPDF2/Makefile @@ -1,10 +1,11 @@ -# $OpenBSD: Makefile,v 1.1.1.1 2019/06/15 12:14:36 robert Exp $ +# $OpenBSD: Makefile,v 1.2 2020/07/03 21:13:13 sthen Exp $ COMMENT = PDF Python toolkit MODPY_EGG_VERSION = 1.26.0 DISTNAME = PyPDF2-${MODPY_EGG_VERSION} PKGNAME = py-${DISTNAME} +REVISION = 0 CATEGORIES = textproc diff --git a/textproc/py-alabaster/Makefile b/textproc/py-alabaster/Makefile index 8ff94381bf1..108c0e63abc 100644 --- a/textproc/py-alabaster/Makefile +++ b/textproc/py-alabaster/Makefile @@ -1,11 +1,11 @@ -# $OpenBSD: Makefile,v 1.8 2019/07/12 20:50:11 sthen Exp $ +# $OpenBSD: Makefile,v 1.9 2020/07/03 21:13:13 sthen Exp $ COMMENT = configurable sidebar-enabled Sphinx theme MODPY_EGG_VERSION = 0.7.10 DISTNAME = alabaster-${MODPY_EGG_VERSION} PKGNAME = py-${DISTNAME} -REVISION = 1 +REVISION = 2 CATEGORIES = textproc diff --git a/textproc/py-black/Makefile b/textproc/py-black/Makefile index 7b8c7bcffd8..4ad1eafc86b 100644 --- a/textproc/py-black/Makefile +++ b/textproc/py-black/Makefile @@ -1,11 +1,11 @@ -# $OpenBSD: Makefile,v 1.8 2020/02/06 20:36:03 danj Exp $ +# $OpenBSD: Makefile,v 1.9 2020/07/03 21:13:13 sthen Exp $ COMMENT = python code formatter MODPY_EGG_VERSION = 19.3b0 DISTNAME = black-${MODPY_EGG_VERSION} PKGNAME = py-black-${MODPY_EGG_VERSION:S/b/beta/} -REVISION = 1 +REVISION = 2 CATEGORIES = textproc devel diff --git a/textproc/py-canonicaljson/Makefile b/textproc/py-canonicaljson/Makefile index 96ae9859a5d..b59c7dd0e59 100644 --- a/textproc/py-canonicaljson/Makefile +++ b/textproc/py-canonicaljson/Makefile @@ -1,10 +1,11 @@ -# $OpenBSD: Makefile,v 1.1.1.1 2020/03/08 16:21:42 landry Exp $ +# $OpenBSD: Makefile,v 1.2 2020/07/03 21:13:13 sthen Exp $ COMMENT = canonical JSON MODPY_EGG_VERSION = 1.1.4 DISTNAME = canonicaljson-${MODPY_EGG_VERSION} PKGNAME = py-canonicaljson-${MODPY_EGG_VERSION} +REVISION = 0 CATEGORIES = textproc diff --git a/textproc/py-chardet/Makefile b/textproc/py-chardet/Makefile index 9e4570a951e..932933644cb 100755 --- a/textproc/py-chardet/Makefile +++ b/textproc/py-chardet/Makefile @@ -1,11 +1,11 @@ -# $OpenBSD: Makefile,v 1.14 2019/07/12 20:50:11 sthen Exp $ +# $OpenBSD: Makefile,v 1.15 2020/07/03 21:13:13 sthen Exp $ COMMENT= character encoding auto-detection in Python MODPY_EGG_VERSION= 3.0.4 DISTNAME= chardet-${MODPY_EGG_VERSION} PKGNAME= py-chardet-${MODPY_EGG_VERSION} -REVISION= 1 +REVISION= 2 CATEGORIES= textproc diff --git a/textproc/py-colored/Makefile b/textproc/py-colored/Makefile index dc9f7eb6d01..5de793e8308 100644 --- a/textproc/py-colored/Makefile +++ b/textproc/py-colored/Makefile @@ -1,11 +1,11 @@ -# $OpenBSD: Makefile,v 1.4 2019/07/12 20:50:11 sthen Exp $ +# $OpenBSD: Makefile,v 1.5 2020/07/03 21:13:13 sthen Exp $ COMMENT = simple library for color and formatting in terminal MODPY_EGG_VERSION = 1.3.93 DISTNAME = colored-${MODPY_EGG_VERSION} PKGNAME = py-${DISTNAME} -REVISION = 0 +REVISION = 1 CATEGORIES = textproc diff --git a/textproc/py-commonmark/Makefile b/textproc/py-commonmark/Makefile index 9fd84706fb0..66cb8e9618c 100644 --- a/textproc/py-commonmark/Makefile +++ b/textproc/py-commonmark/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.6 2019/07/12 20:50:11 sthen Exp $ +# $OpenBSD: Makefile,v 1.7 2020/07/03 21:13:13 sthen Exp $ COMMENT= parser for the CommonMark markdown spec @@ -6,7 +6,7 @@ MODPY_EGG_VERSION= 0.7.5 DISTNAME= CommonMark-${MODPY_EGG_VERSION} PKGNAME= py-commonmark-${MODPY_EGG_VERSION} CATEGORIES= textproc -REVISION= 0 +REVISION= 1 MAINTAINER= Sebastian Reitenbach diff --git a/textproc/py-cssselect/Makefile b/textproc/py-cssselect/Makefile index a5159e6281d..12085b008db 100644 --- a/textproc/py-cssselect/Makefile +++ b/textproc/py-cssselect/Makefile @@ -1,10 +1,10 @@ -# $OpenBSD: Makefile,v 1.13 2019/11/25 21:53:58 kmos Exp $ +# $OpenBSD: Makefile,v 1.14 2020/07/03 21:13:13 sthen Exp $ COMMENT = parse CSS3 Selectors and translates them to XPath 1.0 MODPY_EGG_VERSION = 1.0.0 PKGNAME = py-${DISTNAME} -REVISION = 2 +REVISION = 3 GH_ACCOUNT = scrapy GH_PROJECT = cssselect diff --git a/textproc/py-cssutils/Makefile b/textproc/py-cssutils/Makefile index 0d5f1fc447a..049cea9e08e 100644 --- a/textproc/py-cssutils/Makefile +++ b/textproc/py-cssutils/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.19 2019/11/25 22:06:54 kmos Exp $ +# $OpenBSD: Makefile,v 1.20 2020/07/03 21:13:14 sthen Exp $ COMMENT = python package to parse and build CSS @@ -8,7 +8,7 @@ MODPY_EGG_VERSION = 1.0.2 DISTNAME = cssutils-${MODPY_EGG_VERSION} PKGNAME = py-${DISTNAME} MODPY_PI = Yes -REVISION = 0 +REVISION = 1 # GPLv3 PERMIT_PACKAGE= Yes diff --git a/textproc/py-defusedxml/Makefile b/textproc/py-defusedxml/Makefile index ebb6f509690..485e6557171 100644 --- a/textproc/py-defusedxml/Makefile +++ b/textproc/py-defusedxml/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.8 2019/11/25 22:15:13 kmos Exp $ +# $OpenBSD: Makefile,v 1.9 2020/07/03 21:13:14 sthen Exp $ COMMENT= XML bomb protection for Python stdlib modules @@ -6,7 +6,7 @@ MODPY_EGG_VERSION= 0.5.0 DISTNAME= defusedxml-${MODPY_EGG_VERSION} PKGNAME= py-${DISTNAME} CATEGORIES= textproc www -REVISION= 0 +REVISION= 1 # BSD PERMIT_PACKAGE= Yes diff --git a/textproc/py-demjson/Makefile b/textproc/py-demjson/Makefile index c18bd94ee70..0e23811d374 100644 --- a/textproc/py-demjson/Makefile +++ b/textproc/py-demjson/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.5 2019/07/12 20:50:11 sthen Exp $ +# $OpenBSD: Makefile,v 1.6 2020/07/03 21:13:14 sthen Exp $ COMMENT = encoder, decoder, and lint/validator for JSON @@ -6,7 +6,7 @@ DISTNAME = demjson-${MODPY_EGG_VERSION} MODPY_EGG_VERSION = 2.2.4 MODPY_PI = Yes PKGNAME = py-${DISTNAME} -REVISION = 1 +REVISION = 2 CATEGORIES = textproc devel diff --git a/textproc/py-dicttoxml/Makefile b/textproc/py-dicttoxml/Makefile index dd8735249e1..8da803a7f6d 100644 --- a/textproc/py-dicttoxml/Makefile +++ b/textproc/py-dicttoxml/Makefile @@ -1,11 +1,11 @@ -# $OpenBSD: Makefile,v 1.3 2019/07/12 20:50:11 sthen Exp $ +# $OpenBSD: Makefile,v 1.4 2020/07/03 21:13:14 sthen Exp $ COMMENT = convert dicts and other data types into XML MODPY_EGG_VERSION = 1.7.4 DISTNAME = dicttoxml-${MODPY_EGG_VERSION} PKGNAME = py-${DISTNAME} -REVISION = 0 +REVISION = 1 CATEGORIES = textproc diff --git a/textproc/py-docutils/Makefile b/textproc/py-docutils/Makefile index 2850d7eaa16..9f8e2910bc2 100644 --- a/textproc/py-docutils/Makefile +++ b/textproc/py-docutils/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.25 2019/07/12 20:50:11 sthen Exp $ +# $OpenBSD: Makefile,v 1.26 2020/07/03 21:13:14 sthen Exp $ COMMENT = process plaintext documentation into other formats @@ -6,7 +6,7 @@ MODPY_EGG_VERSION = 0.12 DISTNAME = docutils-${MODPY_EGG_VERSION} PKGNAME = py-${DISTNAME} CATEGORIES = textproc -REVISION = 2 +REVISION = 3 HOMEPAGE = http://docutils.sourceforge.net/ diff --git a/textproc/py-elasticsearch/Makefile b/textproc/py-elasticsearch/Makefile index 6cfa7f63d06..78f0ec5c93d 100644 --- a/textproc/py-elasticsearch/Makefile +++ b/textproc/py-elasticsearch/Makefile @@ -1,11 +1,11 @@ -# $OpenBSD: Makefile,v 1.16 2020/03/18 11:40:34 pvk Exp $ +# $OpenBSD: Makefile,v 1.17 2020/07/03 21:13:14 sthen Exp $ COMMENT= Python client for Elasticsearch MODPY_EGG_VERSION=7.5.1 DISTNAME= elasticsearch-${MODPY_EGG_VERSION} PKGNAME= py-elasticsearch-${MODPY_EGG_VERSION} -REVISION= 0 +REVISION= 1 CATEGORIES= textproc diff --git a/textproc/py-emoji/Makefile b/textproc/py-emoji/Makefile index 5826079600b..52d9db05e99 100644 --- a/textproc/py-emoji/Makefile +++ b/textproc/py-emoji/Makefile @@ -1,10 +1,11 @@ -# $OpenBSD: Makefile,v 1.6 2019/11/11 00:40:45 kmos Exp $ +# $OpenBSD: Makefile,v 1.7 2020/07/03 21:13:14 sthen Exp $ COMMENT = emoji for Python MODPY_EGG_VERSION = 0.5.4 DISTNAME = emoji-${MODPY_EGG_VERSION} PKGNAME = py-${DISTNAME} +REVISION = 0 CATEGORIES = textproc diff --git a/textproc/py-enchant/Makefile b/textproc/py-enchant/Makefile index 04c1910dcc6..6ddf3fe0f4f 100644 --- a/textproc/py-enchant/Makefile +++ b/textproc/py-enchant/Makefile @@ -1,11 +1,11 @@ -# $OpenBSD: Makefile,v 1.16 2019/11/25 22:22:33 kmos Exp $ +# $OpenBSD: Makefile,v 1.17 2020/07/03 21:13:14 sthen Exp $ COMMENT= spellchecking library for Python MODPY_EGG_VERSION= 2.0.0 DISTNAME= pyenchant-${MODPY_EGG_VERSION} PKGNAME= py-enchant-${MODPY_EGG_VERSION} -REVISION= 0 +REVISION= 1 CATEGORIES= textproc diff --git a/textproc/py-feedparser/Makefile b/textproc/py-feedparser/Makefile index c4331553ed2..307c95be29a 100644 --- a/textproc/py-feedparser/Makefile +++ b/textproc/py-feedparser/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.24 2019/09/05 11:07:45 sthen Exp $ +# $OpenBSD: Makefile,v 1.25 2020/07/03 21:13:14 sthen Exp $ COMMENT= RSS and Atom feeds parser written in Python @@ -6,7 +6,7 @@ MODPY_EGG_VERSION= 5.2.1 DISTNAME= feedparser-${MODPY_EGG_VERSION} PKGNAME= py-${DISTNAME} CATEGORIES= textproc -REVISION= 2 +REVISION= 3 HOMEPAGE= https://github.com/kurtmckee/feedparser diff --git a/textproc/py-humanize/Makefile b/textproc/py-humanize/Makefile index 7362b98297a..3e640c87c64 100644 --- a/textproc/py-humanize/Makefile +++ b/textproc/py-humanize/Makefile @@ -1,10 +1,11 @@ -# $OpenBSD: Makefile,v 1.5 2020/02/10 14:44:54 kmos Exp $ +# $OpenBSD: Makefile,v 1.6 2020/07/03 21:13:14 sthen Exp $ COMMENT = python number humanization utilities MODPY_EGG_VERSION = 1.0.0 DISTNAME = humanize-${MODPY_EGG_VERSION} PKGNAME = py-humanize-${MODPY_EGG_VERSION} +REVISION = 0 CATEGORIES = textproc diff --git a/textproc/py-iso8601/Makefile b/textproc/py-iso8601/Makefile index 02251d4ddd6..050af6088de 100644 --- a/textproc/py-iso8601/Makefile +++ b/textproc/py-iso8601/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.8 2019/11/18 04:41:13 kmos Exp $ +# $OpenBSD: Makefile,v 1.9 2020/07/03 21:13:14 sthen Exp $ COMMENT = Python module to parse ISO 8601 dates @@ -6,7 +6,7 @@ MODPY_EGG_VERSION = 0.1.12 DISTNAME = iso8601-${MODPY_EGG_VERSION} PKGNAME = py-${DISTNAME} CATEGORIES = textproc -REVISION = 0 +REVISION = 1 HOMEPAGE = https://bitbucket.org/micktwomey/pyiso8601 diff --git a/textproc/py-jellyfish/Makefile b/textproc/py-jellyfish/Makefile index 2a4d0346916..9fa5cff04a8 100644 --- a/textproc/py-jellyfish/Makefile +++ b/textproc/py-jellyfish/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.12 2019/07/12 20:50:12 sthen Exp $ +# $OpenBSD: Makefile,v 1.13 2020/07/03 21:13:14 sthen Exp $ COMMENT = Python library for approximate and phonetic string matching @@ -6,7 +6,7 @@ MODPY_EGG_VERSION = 0.5.6 DISTNAME = jellyfish-${MODPY_EGG_VERSION} PKGNAME = py-${DISTNAME} CATEGORIES = textproc -REVISION = 2 +REVISION = 3 HOMEPAGE = https://github.com/sunlightlabs/jellyfish diff --git a/textproc/py-lxml/Makefile b/textproc/py-lxml/Makefile index 2908c201426..0ec1c2d0c54 100644 --- a/textproc/py-lxml/Makefile +++ b/textproc/py-lxml/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.33 2020/06/09 07:14:45 jasper Exp $ +# $OpenBSD: Makefile,v 1.34 2020/07/03 21:13:14 sthen Exp $ BROKEN-hppa= OOM on src/lxml/lxml.etree.c @@ -7,7 +7,7 @@ COMMENT= Python binding for the libxml2 and libxslt libraries MODPY_EGG_VERSION= 4.3.3 DISTNAME= lxml-${MODPY_EGG_VERSION} PKGNAME= py-lxml-${MODPY_EGG_VERSION} -REVISION= 2 +REVISION= 3 CATEGORIES= textproc devel diff --git a/textproc/py-m2r/Makefile b/textproc/py-m2r/Makefile index 54ad79e6d71..a898e2c990c 100644 --- a/textproc/py-m2r/Makefile +++ b/textproc/py-m2r/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.6 2019/07/12 20:50:12 sthen Exp $ +# $OpenBSD: Makefile,v 1.7 2020/07/03 21:13:14 sthen Exp $ COMMENT = markdown to reStructuredText converter @@ -6,7 +6,7 @@ MODPY_EGG_VERSION = 0.1.6 DISTNAME = m2r-${MODPY_EGG_VERSION} PKGNAME = py-${DISTNAME} -REVISION = 0 +REVISION = 1 CATEGORIES = devel textproc diff --git a/textproc/py-markdown/Makefile b/textproc/py-markdown/Makefile index d5ee9ae852e..706acdccf2c 100644 --- a/textproc/py-markdown/Makefile +++ b/textproc/py-markdown/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.11 2020/02/06 20:26:58 danj Exp $ +# $OpenBSD: Makefile,v 1.12 2020/07/03 21:13:14 sthen Exp $ COMMENT= text-to-HTML conversion tool @@ -6,7 +6,7 @@ MODPY_EGG_VERSION= 2.6.11 DISTNAME= Markdown-${MODPY_EGG_VERSION} PKGNAME= py-markdown-${MODPY_EGG_VERSION} CATEGORIES= textproc -REVISION= 2 +REVISION= 3 # BSD PERMIT_PACKAGE= Yes diff --git a/textproc/py-mistune/Makefile b/textproc/py-mistune/Makefile index b9ce414c888..0c98af2e759 100644 --- a/textproc/py-mistune/Makefile +++ b/textproc/py-mistune/Makefile @@ -1,11 +1,11 @@ -# $OpenBSD: Makefile,v 1.8 2019/11/25 22:59:40 kmos Exp $ +# $OpenBSD: Makefile,v 1.9 2020/07/03 21:13:14 sthen Exp $ COMMENT = markdown parser for Python MODPY_EGG_VERSION = 0.7.4 DISTNAME = mistune-${MODPY_EGG_VERSION} PKGNAME = py-${DISTNAME} -REVISION = 1 +REVISION = 2 CATEGORIES = textproc diff --git a/textproc/py-natsort/Makefile b/textproc/py-natsort/Makefile index f23406c63d5..52887fdf023 100644 --- a/textproc/py-natsort/Makefile +++ b/textproc/py-natsort/Makefile @@ -1,10 +1,11 @@ -# $OpenBSD: Makefile,v 1.15 2020/01/30 13:08:26 jasper Exp $ +# $OpenBSD: Makefile,v 1.16 2020/07/03 21:13:14 sthen Exp $ COMMENT = simple yet flexible natural sorting MODPY_EGG_VERSION = 7.0.1 DISTNAME = natsort-${MODPY_EGG_VERSION} PKGNAME = py-${DISTNAME} +REVISION = 0 CATEGORIES = textproc devel diff --git a/textproc/py-nltk/Makefile b/textproc/py-nltk/Makefile index 6008861014e..ad9a8e04a4c 100644 --- a/textproc/py-nltk/Makefile +++ b/textproc/py-nltk/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.24 2019/07/12 20:50:12 sthen Exp $ +# $OpenBSD: Makefile,v 1.25 2020/07/03 21:13:14 sthen Exp $ COMMENT= Natural Language ToolKit @@ -6,7 +6,7 @@ MODPY_EGG_VERSION = 3.2.4 DISTNAME= nltk-${MODPY_EGG_VERSION} PKGNAME= py-nltk-${MODPY_EGG_VERSION} CATEGORIES= textproc -REVISION= 1 +REVISION= 2 EPOCH = 0 diff --git a/textproc/py-numpydoc/Makefile b/textproc/py-numpydoc/Makefile index 9d92aa503ff..cd29dc04c83 100644 --- a/textproc/py-numpydoc/Makefile +++ b/textproc/py-numpydoc/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.11 2019/11/08 22:59:10 kmos Exp $ +# $OpenBSD: Makefile,v 1.12 2020/07/03 21:13:15 sthen Exp $ COMMENT = Sphinx extension to support docstrings in Numpy format @@ -7,7 +7,7 @@ DISTNAME = numpydoc-${MODPY_EGG_VERSION} PKGNAME = py-numpydoc-${MODPY_EGG_VERSION} CATEGORIES = textproc devel HOMEPAGE = https://github.com/numpy/numpydoc -REVISION = 1 +REVISION = 2 # BSD PERMIT_PACKAGE = Yes diff --git a/textproc/py-odfpy/Makefile b/textproc/py-odfpy/Makefile index 049067e6301..35415dc471b 100644 --- a/textproc/py-odfpy/Makefile +++ b/textproc/py-odfpy/Makefile @@ -1,10 +1,11 @@ -# $OpenBSD: Makefile,v 1.1.1.1 2020/01/26 16:58:57 ajacoutot Exp $ +# $OpenBSD: Makefile,v 1.2 2020/07/03 21:13:15 sthen Exp $ COMMENT= Python API and tools to manipulate OpenDocument files MODPY_EGG_VERSION= 1.4.1 DISTNAME= odfpy-${MODPY_EGG_VERSION} PKGNAME= py-odfpy-${MODPY_EGG_VERSION} +REVISION= 0 CATEGORIES= textproc devel diff --git a/textproc/py-ofxparse/Makefile b/textproc/py-ofxparse/Makefile index df440666256..ad3615c1a22 100644 --- a/textproc/py-ofxparse/Makefile +++ b/textproc/py-ofxparse/Makefile @@ -1,11 +1,11 @@ -# $OpenBSD: Makefile,v 1.6 2019/11/25 23:06:54 kmos Exp $ +# $OpenBSD: Makefile,v 1.7 2020/07/03 21:13:15 sthen Exp $ COMMENT = parser for the Open Financial Exchange file format MODPY_EGG_VERSION = 0.20 DISTNAME = ofxparse-${MODPY_EGG_VERSION} PKGNAME = py-${DISTNAME} -REVISION = 0 +REVISION = 1 CATEGORIES = textproc diff --git a/textproc/py-pandocfilters/Makefile b/textproc/py-pandocfilters/Makefile index 897c9ae0458..b4c725b4604 100644 --- a/textproc/py-pandocfilters/Makefile +++ b/textproc/py-pandocfilters/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.5 2019/11/21 03:31:42 kmos Exp $ +# $OpenBSD: Makefile,v 1.6 2020/07/03 21:13:15 sthen Exp $ COMMENT = utilities for writing pandoc filters @@ -6,7 +6,7 @@ MODPY_EGG_VERSION = 1.4.1 DISTNAME = pandocfilters-${MODPY_EGG_VERSION} PKGNAME = py-${DISTNAME} CATEGORIES = textproc -REVISION = 1 +REVISION = 2 HOMEPAGE = https://github.com/jgm/pandocfilters diff --git a/textproc/py-patiencediff/Makefile b/textproc/py-patiencediff/Makefile index 7914fcc900d..0c649839f27 100644 --- a/textproc/py-patiencediff/Makefile +++ b/textproc/py-patiencediff/Makefile @@ -1,10 +1,11 @@ -# $OpenBSD: Makefile,v 1.1.1.1 2020/05/31 20:33:32 juanfra Exp $ +# $OpenBSD: Makefile,v 1.2 2020/07/03 21:13:15 sthen Exp $ COMMENT = Python implementation of the patiencediff algorithm MODPY_EGG_VERSION = 0.1.0 DISTNAME = patiencediff-${MODPY_EGG_VERSION} PKGNAME = py-patiencediff-${MODPY_EGG_VERSION} +REVISION = 0 CATEGORIES = textproc diff --git a/textproc/py-pdfminer/Makefile b/textproc/py-pdfminer/Makefile index 17207c4e84a..c71bc7cdb75 100644 --- a/textproc/py-pdfminer/Makefile +++ b/textproc/py-pdfminer/Makefile @@ -1,10 +1,11 @@ -# $OpenBSD: Makefile,v 1.5 2019/12/03 17:14:54 feinerer Exp $ +# $OpenBSD: Makefile,v 1.6 2020/07/03 21:13:15 sthen Exp $ COMMENT = PDF parser and analyzer MODPY_EGG_VERSION = 20191125 DISTNAME = pdfminer-${MODPY_EGG_VERSION} PKGNAME = py-${DISTNAME} +REVISION = 0 CATEGORIES = textproc diff --git a/textproc/py-podcastparser/Makefile b/textproc/py-podcastparser/Makefile index d3a25463b67..eabde47a8e1 100644 --- a/textproc/py-podcastparser/Makefile +++ b/textproc/py-podcastparser/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.6 2019/07/12 20:50:12 sthen Exp $ +# $OpenBSD: Makefile,v 1.7 2020/07/03 21:13:15 sthen Exp $ COMMENT= simple, fast and efficient podcast parser @@ -6,7 +6,7 @@ MODPY_EGG_VERSION= 0.6.4 DISTNAME= podcastparser-${MODPY_EGG_VERSION} PKGNAME= py-${DISTNAME} CATEGORIES= textproc -REVISION= 0 +REVISION= 1 MAINTAINER= Tim Meunier diff --git a/textproc/py-polib/Makefile b/textproc/py-polib/Makefile index f19801f889c..0619b627327 100644 --- a/textproc/py-polib/Makefile +++ b/textproc/py-polib/Makefile @@ -1,11 +1,11 @@ -# $OpenBSD: Makefile,v 1.17 2019/11/18 04:43:31 kmos Exp $ +# $OpenBSD: Makefile,v 1.18 2020/07/03 21:13:15 sthen Exp $ COMMENT= Python library to manipulate gettext files MODPY_EGG_VERSION = 1.1.0 DISTNAME = polib-${MODPY_EGG_VERSION} PKGNAME = py-${DISTNAME} -REVISION = 0 +REVISION = 1 CATEGORIES= textproc devel diff --git a/textproc/py-precis_i18n/Makefile b/textproc/py-precis_i18n/Makefile index 9d59f6f601b..4fc840a0191 100644 --- a/textproc/py-precis_i18n/Makefile +++ b/textproc/py-precis_i18n/Makefile @@ -1,11 +1,11 @@ -# $OpenBSD: Makefile,v 1.4 2019/11/25 23:30:14 kmos Exp $ +# $OpenBSD: Makefile,v 1.5 2020/07/03 21:13:15 sthen Exp $ COMMENT = internationalized usernames and passwords MODPY_EGG_VERSION = 1.0.0 DISTNAME = precis_i18n-${MODPY_EGG_VERSION} PKGNAME = py-${DISTNAME} -REVISION = 0 +REVISION = 1 CATEGORIES = textproc security diff --git a/textproc/py-prettytable/Makefile b/textproc/py-prettytable/Makefile index fb80dc89b17..74832995bcd 100644 --- a/textproc/py-prettytable/Makefile +++ b/textproc/py-prettytable/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.14 2019/11/25 23:25:01 kmos Exp $ +# $OpenBSD: Makefile,v 1.15 2020/07/03 21:13:15 sthen Exp $ COMMENT = Python library for pretty-printing tabular data @@ -6,7 +6,7 @@ MODPY_EGG_VERSION = 0.7.2 DISTNAME = prettytable-${MODPY_EGG_VERSION} PKGNAME = py-${DISTNAME} CATEGORIES = textproc devel -REVISION = 2 +REVISION = 3 MAINTAINER = Edd Barrett diff --git a/textproc/py-pyRFC3339/Makefile b/textproc/py-pyRFC3339/Makefile index 4357a59413c..c8b0f11bf54 100644 --- a/textproc/py-pyRFC3339/Makefile +++ b/textproc/py-pyRFC3339/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.7 2019/07/12 20:50:12 sthen Exp $ +# $OpenBSD: Makefile,v 1.8 2020/07/03 21:13:15 sthen Exp $ COMMENT= format dates according to RFC3339 @@ -6,7 +6,7 @@ MODPY_EGG_VERSION= 1.0 DISTNAME= pyRFC3339-${MODPY_EGG_VERSION} PKGNAME= ${MODPY_PY_PREFIX}${DISTNAME} CATEGORIES= textproc -REVISION= 2 +REVISION= 3 # ISC PERMIT_PACKAGE= Yes diff --git a/textproc/py-pyaml/Makefile b/textproc/py-pyaml/Makefile index 7972f1cea13..0b8bcc43ad1 100644 --- a/textproc/py-pyaml/Makefile +++ b/textproc/py-pyaml/Makefile @@ -1,9 +1,9 @@ -# $OpenBSD: Makefile,v 1.2 2019/12/27 17:10:44 sthen Exp $ +# $OpenBSD: Makefile,v 1.3 2020/07/03 21:13:15 sthen Exp $ COMMENT = module to produce pretty and readable YAML MODPY_EGG_VERSION = 19.4.1 -REVISION = 0 +REVISION = 1 DISTNAME = pyaml-${MODPY_EGG_VERSION} PKGNAME = py-${DISTNAME} diff --git a/textproc/py-pygfm/Makefile b/textproc/py-pygfm/Makefile index 0837d09b6eb..830fd6a6746 100644 --- a/textproc/py-pygfm/Makefile +++ b/textproc/py-pygfm/Makefile @@ -1,11 +1,11 @@ -# $OpenBSD: Makefile,v 1.6 2019/11/23 23:26:34 kmos Exp $ +# $OpenBSD: Makefile,v 1.7 2020/07/03 21:13:15 sthen Exp $ COMMENT = GitHub Flavored Markdown extension MODPY_EGG_VERSION = 0.1.4 DISTNAME = py-gfm-${MODPY_EGG_VERSION} PKGNAME = py-${DISTNAME:S/py-/py/} -REVISION = 1 +REVISION = 2 CATEGORIES = textproc diff --git a/textproc/py-pygments/Makefile b/textproc/py-pygments/Makefile index 19d8577ac94..b143f2b1e96 100644 --- a/textproc/py-pygments/Makefile +++ b/textproc/py-pygments/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.32 2020/03/09 14:22:57 sthen Exp $ +# $OpenBSD: Makefile,v 1.33 2020/07/03 21:13:15 sthen Exp $ COMMENT= Python syntax highlighter @@ -11,6 +11,7 @@ MODPY_EGG_VERSION = 2.5.2 DISTNAME= Pygments-${MODPY_EGG_VERSION} PKGNAME= ${DISTNAME:L:S/^/py-/} CATEGORIES= textproc devel +REVISION= 0 HOMEPAGE= http://pygments.org/ diff --git a/textproc/py-pykwalify/Makefile b/textproc/py-pykwalify/Makefile index 11b332cf36a..e67f252c08b 100644 --- a/textproc/py-pykwalify/Makefile +++ b/textproc/py-pykwalify/Makefile @@ -1,9 +1,9 @@ -# $OpenBSD: Makefile,v 1.4 2019/07/12 20:50:13 sthen Exp $ +# $OpenBSD: Makefile,v 1.5 2020/07/03 21:13:15 sthen Exp $ COMMENT = lib/cli for JSON/YAML schema validation MODPY_EGG_VERSION = 1.6.0 -REVISION = 1 +REVISION = 2 DISTNAME = pykwalify-${MODPY_EGG_VERSION} PKGNAME = py-${DISTNAME} diff --git a/textproc/py-rdflib/Makefile b/textproc/py-rdflib/Makefile index b6cd393087d..d505d6eda2f 100644 --- a/textproc/py-rdflib/Makefile +++ b/textproc/py-rdflib/Makefile @@ -1,11 +1,11 @@ -# $OpenBSD: Makefile,v 1.10 2019/07/12 20:50:13 sthen Exp $ +# $OpenBSD: Makefile,v 1.11 2020/07/03 21:13:15 sthen Exp $ COMMENT= library to manipulate RDF data MODPY_EGG_VERSION= 3.2.2 DISTNAME = rdflib-${MODPY_EGG_VERSION} PKGNAME = py-${DISTNAME} -REVISION = 5 +REVISION = 6 CATEGORIES= textproc diff --git a/textproc/py-recommonmark/Makefile b/textproc/py-recommonmark/Makefile index 99811349825..d3342e16840 100644 --- a/textproc/py-recommonmark/Makefile +++ b/textproc/py-recommonmark/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.2 2019/11/23 23:46:21 kmos Exp $ +# $OpenBSD: Makefile,v 1.3 2020/07/03 21:13:15 sthen Exp $ COMMENT = markdown parser for docutils @@ -9,6 +9,7 @@ GH_ACCOUNT = readthedocs GH_PROJECT = recommonmark GH_TAGNAME = ${MODPY_EGG_VERSION} PKGNAME = py-recommonmark-${MODPY_EGG_VERSION} +REVISION = 0 CATEGORIES = textproc devel diff --git a/textproc/py-ruamel.yaml/Makefile b/textproc/py-ruamel.yaml/Makefile index c6c558cc935..0ad2819636b 100644 --- a/textproc/py-ruamel.yaml/Makefile +++ b/textproc/py-ruamel.yaml/Makefile @@ -1,11 +1,11 @@ -# $OpenBSD: Makefile,v 1.8 2019/07/12 20:50:13 sthen Exp $ +# $OpenBSD: Makefile,v 1.9 2020/07/03 21:13:15 sthen Exp $ COMMENT = YAML 1.2 loader/dumper package for Python MODPY_EGG_VERSION = 0.15.92 DISTNAME = ruamel.yaml-${MODPY_EGG_VERSION} PKGNAME = py-${DISTNAME} -REVISION = 0 +REVISION = 1 CATEGORIES = textproc diff --git a/textproc/py-semver/Makefile b/textproc/py-semver/Makefile index 438534f8e33..6fe506b6164 100644 --- a/textproc/py-semver/Makefile +++ b/textproc/py-semver/Makefile @@ -1,10 +1,11 @@ -# $OpenBSD: Makefile,v 1.5 2019/12/17 14:11:34 kmos Exp $ +# $OpenBSD: Makefile,v 1.6 2020/07/03 21:13:16 sthen Exp $ COMMENT = python helper for Semantic Versioning MODPY_EGG_VERSION = 2.9.0 DISTNAME = semver-${MODPY_EGG_VERSION} PKGNAME = py-${DISTNAME} +REVISION = 0 CATEGORIES = textproc diff --git a/textproc/py-signedjson/Makefile b/textproc/py-signedjson/Makefile index 03ac87ba3b2..d9f5b64c9da 100644 --- a/textproc/py-signedjson/Makefile +++ b/textproc/py-signedjson/Makefile @@ -1,10 +1,11 @@ -# $OpenBSD: Makefile,v 1.1.1.1 2020/03/08 16:46:03 landry Exp $ +# $OpenBSD: Makefile,v 1.2 2020/07/03 21:13:16 sthen Exp $ COMMENT = sign JSON with Ed25519 signatures MODPY_EGG_VERSION = 1.1 DISTNAME = signedjson-${MODPY_EGG_VERSION} PKGNAME = py-${DISTNAME} +REVISION = 0 CATEGORIES = textproc diff --git a/textproc/py-snowballstemmer/Makefile b/textproc/py-snowballstemmer/Makefile index a1d74ec6aa9..95e0dd21afb 100644 --- a/textproc/py-snowballstemmer/Makefile +++ b/textproc/py-snowballstemmer/Makefile @@ -1,11 +1,11 @@ -# $OpenBSD: Makefile,v 1.5 2019/07/12 20:50:13 sthen Exp $ +# $OpenBSD: Makefile,v 1.6 2020/07/03 21:13:16 sthen Exp $ COMMENT = snowball stemming library collection for Python MODPY_EGG_VERSION = 1.2.1 DISTNAME = snowballstemmer-${MODPY_EGG_VERSION} PKGNAME = py-${DISTNAME} -REVISION = 2 +REVISION = 3 CATEGORIES = textproc diff --git a/textproc/py-spdx-lookup/Makefile b/textproc/py-spdx-lookup/Makefile index 8c3ee4e37b0..58cc6445762 100644 --- a/textproc/py-spdx-lookup/Makefile +++ b/textproc/py-spdx-lookup/Makefile @@ -1,11 +1,11 @@ -# $OpenBSD: Makefile,v 1.4 2019/11/21 03:10:44 kmos Exp $ +# $OpenBSD: Makefile,v 1.5 2020/07/03 21:13:16 sthen Exp $ COMMENT = SPDX license list query tool MODPY_EGG_VERSION = 0.3.2 DISTNAME = spdx-lookup-${MODPY_EGG_VERSION} PKGNAME = py-spdx-lookup-${MODPY_EGG_VERSION} -REVISION = 0 +REVISION = 1 CATEGORIES = textproc diff --git a/textproc/py-spdx/Makefile b/textproc/py-spdx/Makefile index f602ff11174..226655b422f 100644 --- a/textproc/py-spdx/Makefile +++ b/textproc/py-spdx/Makefile @@ -1,11 +1,11 @@ -# $OpenBSD: Makefile,v 1.3 2019/07/12 20:50:13 sthen Exp $ +# $OpenBSD: Makefile,v 1.4 2020/07/03 21:13:16 sthen Exp $ COMMENT = SPDX license list database MODPY_EGG_VERSION = 2.5.0 DISTNAME = spdx-${MODPY_EGG_VERSION} PKGNAME = py-spdx-${MODPY_EGG_VERSION} -REVISION = 0 +REVISION = 1 CATEGORIES = textproc diff --git a/textproc/py-sphinx-intl/Makefile b/textproc/py-sphinx-intl/Makefile index e16f95a41ce..0afee72fc5b 100644 --- a/textproc/py-sphinx-intl/Makefile +++ b/textproc/py-sphinx-intl/Makefile @@ -1,11 +1,11 @@ -# $OpenBSD: Makefile,v 1.7 2019/07/12 20:50:13 sthen Exp $ +# $OpenBSD: Makefile,v 1.8 2020/07/03 21:13:16 sthen Exp $ COMMENT = internationalization helper for Sphinx MODPY_EGG_VERSION = 0.9.11 PKGNAME = py-sphinx-intl-${MODPY_EGG_VERSION} DISTNAME = sphinx-intl-${MODPY_EGG_VERSION} -REVISION = 0 +REVISION = 1 CATEGORIES = textproc diff --git a/textproc/py-sphinx-notfound-page/Makefile b/textproc/py-sphinx-notfound-page/Makefile index 9388a823f0c..4aa555806c4 100644 --- a/textproc/py-sphinx-notfound-page/Makefile +++ b/textproc/py-sphinx-notfound-page/Makefile @@ -1,10 +1,11 @@ -# $OpenBSD: Makefile,v 1.1.1.1 2019/07/25 05:12:48 pvk Exp $ +# $OpenBSD: Makefile,v 1.2 2020/07/03 21:13:16 sthen Exp $ COMMENT = Sphinx extension to build a 404 page with absolute URLs MODPY_EGG_VERSION = 0.4 DISTNAME = sphinx-notfound-page-${MODPY_EGG_VERSION} PKGNAME = py-${DISTNAME} +REVISION = 0 CATEGORIES = textproc diff --git a/textproc/py-sphinx/Makefile b/textproc/py-sphinx/Makefile index 953c3b253e4..724d5d6ca80 100644 --- a/textproc/py-sphinx/Makefile +++ b/textproc/py-sphinx/Makefile @@ -1,11 +1,11 @@ -# $OpenBSD: Makefile,v 1.26 2020/06/12 04:43:27 kn Exp $ +# $OpenBSD: Makefile,v 1.27 2020/07/03 21:13:16 sthen Exp $ COMMENT = python documentation generator MODPY_EGG_VERSION = 1.4.8 DISTNAME = Sphinx-${MODPY_EGG_VERSION} PKGNAME = py-sphinx-${MODPY_EGG_VERSION} -REVISION = 2 +REVISION = 3 CATEGORIES = textproc diff --git a/textproc/py-sphinx_guzzle_theme/Makefile b/textproc/py-sphinx_guzzle_theme/Makefile index 1496aba3053..1a0db98558a 100644 --- a/textproc/py-sphinx_guzzle_theme/Makefile +++ b/textproc/py-sphinx_guzzle_theme/Makefile @@ -1,9 +1,9 @@ -# $OpenBSD: Makefile,v 1.5 2019/07/12 20:50:13 sthen Exp $ +# $OpenBSD: Makefile,v 1.6 2020/07/03 21:13:16 sthen Exp $ COMMENT = sphinx theme used by guzzle MODPY_EGG_VERSION = 0.7.11 -REVISION = 2 +REVISION = 3 DISTNAME = guzzle_sphinx_theme-${MODPY_EGG_VERSION} PKGNAME = py-sphinx_guzzle_theme-${MODPY_EGG_VERSION} diff --git a/textproc/py-sphinx_rtd_theme/Makefile b/textproc/py-sphinx_rtd_theme/Makefile index e6042f3d397..a57d3ec8f5d 100644 --- a/textproc/py-sphinx_rtd_theme/Makefile +++ b/textproc/py-sphinx_rtd_theme/Makefile @@ -1,11 +1,11 @@ -# $OpenBSD: Makefile,v 1.6 2019/07/12 20:50:13 sthen Exp $ +# $OpenBSD: Makefile,v 1.7 2020/07/03 21:13:16 sthen Exp $ COMMENT = readthedocs.org theme for Sphinx MODPY_EGG_VERSION = 0.2.4 DISTNAME = sphinx_rtd_theme-${MODPY_EGG_VERSION} PKGNAME = py-${DISTNAME} -REVISION = 1 +REVISION = 2 CATEGORIES = textproc diff --git a/textproc/py-stemmer/Makefile b/textproc/py-stemmer/Makefile index 9e507950845..145af074c0a 100644 --- a/textproc/py-stemmer/Makefile +++ b/textproc/py-stemmer/Makefile @@ -1,9 +1,9 @@ -# $OpenBSD: Makefile,v 1.7 2019/07/12 20:50:13 sthen Exp $ +# $OpenBSD: Makefile,v 1.8 2020/07/03 21:13:16 sthen Exp $ COMMENT = snowball stemming algorithms, for information retrieval MODPY_EGG_VERSION = 1.3.0 -REVISION = 4 +REVISION = 5 DISTNAME = PyStemmer-${MODPY_EGG_VERSION} PKGNAME = py-stemmer-${MODPY_EGG_VERSION} diff --git a/textproc/py-termcolor/Makefile b/textproc/py-termcolor/Makefile index 48467fc190d..f05c261270f 100644 --- a/textproc/py-termcolor/Makefile +++ b/textproc/py-termcolor/Makefile @@ -1,11 +1,11 @@ -# $OpenBSD: Makefile,v 1.3 2019/07/12 20:50:13 sthen Exp $ +# $OpenBSD: Makefile,v 1.4 2020/07/03 21:13:16 sthen Exp $ COMMENT = ANSII Color formatting for output in terminal MODPY_EGG_VERSION = 1.1.0 DISTNAME = termcolor-${MODPY_EGG_VERSION} PKGNAME = py-${DISTNAME} -REVISION = 0 +REVISION = 1 CATEGORIES = textproc diff --git a/textproc/py-textfsm/Makefile b/textproc/py-textfsm/Makefile index 73e7a28b421..1b82ef34731 100644 --- a/textproc/py-textfsm/Makefile +++ b/textproc/py-textfsm/Makefile @@ -1,11 +1,11 @@ -# $OpenBSD: Makefile,v 1.5 2019/07/12 20:50:13 sthen Exp $ +# $OpenBSD: Makefile,v 1.6 2020/07/03 21:13:16 sthen Exp $ COMMENT = parse semi-structured text into Python table MODPY_EGG_VERSION = 0.4.1 DISTNAME = textfsm-${MODPY_EGG_VERSION} PKGNAME = py-${DISTNAME} -REVISION = 0 +REVISION = 1 CATEGORIES = textproc diff --git a/textproc/py-toml/Makefile b/textproc/py-toml/Makefile index cb19af6baaa..967bfaa6a11 100644 --- a/textproc/py-toml/Makefile +++ b/textproc/py-toml/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.5 2019/07/12 20:50:13 sthen Exp $ +# $OpenBSD: Makefile,v 1.6 2020/07/03 21:13:16 sthen Exp $ COMMENT = Python library for "Tom's Obvious Minimal Language" #' @@ -6,7 +6,7 @@ MODPY_EGG_VERSION = 0.10.0 DISTNAME = toml-${MODPY_EGG_VERSION} PKGNAME = py-${DISTNAME} CATEGORIES = textproc -REVISION = 0 +REVISION = 1 # MIT diff --git a/textproc/py-unicodecsv/Makefile b/textproc/py-unicodecsv/Makefile index 9774a7ca38c..b5d1aac695e 100644 --- a/textproc/py-unicodecsv/Makefile +++ b/textproc/py-unicodecsv/Makefile @@ -1,11 +1,11 @@ -# $OpenBSD: Makefile,v 1.3 2019/07/12 20:50:13 sthen Exp $ +# $OpenBSD: Makefile,v 1.4 2020/07/03 21:13:16 sthen Exp $ COMMENT = drop-in replace for csv with unicode support MODPY_EGG_VERSION = 0.14.1 DISTNAME = unicodecsv-${MODPY_EGG_VERSION} PKGNAME = py-${DISTNAME} -REVISION = 0 +REVISION = 1 CATEGORIES = textproc diff --git a/textproc/py-unidecode/Makefile b/textproc/py-unidecode/Makefile index 89e8a517b28..0e6b243294b 100644 --- a/textproc/py-unidecode/Makefile +++ b/textproc/py-unidecode/Makefile @@ -1,10 +1,11 @@ -# $OpenBSD: Makefile,v 1.15 2019/11/26 00:25:31 kmos Exp $ +# $OpenBSD: Makefile,v 1.16 2020/07/03 21:13:16 sthen Exp $ COMMENT = US-ASCII transliterations of Unicode text MODPY_EGG_VERSION = 1.1.1 DISTNAME = Unidecode-${MODPY_EGG_VERSION} PKGNAME = py-${DISTNAME:L} +REVISION = 0 CATEGORIES = textproc devel diff --git a/textproc/py-unpaddedbase64/Makefile b/textproc/py-unpaddedbase64/Makefile index d60edcc3898..3a36fb50542 100644 --- a/textproc/py-unpaddedbase64/Makefile +++ b/textproc/py-unpaddedbase64/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.1.1.1 2020/03/08 16:19:34 landry Exp $ +# $OpenBSD: Makefile,v 1.2 2020/07/03 21:13:16 sthen Exp $ COMMENT = Python module implementing Base64 without "=" padding @@ -8,6 +8,7 @@ GH_ACCOUNT = matrix-org GH_PROJECT = python-unpaddedbase64 GH_TAGNAME = v${MODPY_EGG_VERSION} PKGNAME = py-unpaddedbase64-${MODPY_EGG_VERSION} +REVISION = 0 CATEGORIES = textproc diff --git a/textproc/py-vobject/Makefile b/textproc/py-vobject/Makefile index 8a1d00293d4..eb644d1acc2 100644 --- a/textproc/py-vobject/Makefile +++ b/textproc/py-vobject/Makefile @@ -1,11 +1,11 @@ -# $OpenBSD: Makefile,v 1.17 2019/11/26 00:28:48 kmos Exp $ +# $OpenBSD: Makefile,v 1.18 2020/07/03 21:13:16 sthen Exp $ COMMENT = iCalendar library for Python MODPY_EGG_VERSION = 0.9.6.1 DISTNAME = vobject-${MODPY_EGG_VERSION} PKGNAME = py-${DISTNAME} -REVISION = 0 +REVISION = 1 CATEGORIES= textproc devel diff --git a/textproc/py-webencodings/Makefile b/textproc/py-webencodings/Makefile index 089547cb92d..5bb174706f2 100644 --- a/textproc/py-webencodings/Makefile +++ b/textproc/py-webencodings/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.5 2019/11/26 00:32:05 kmos Exp $ +# $OpenBSD: Makefile,v 1.6 2020/07/03 21:13:17 sthen Exp $ COMMENT = character encoding aliases for legacy web content @@ -6,7 +6,7 @@ MODPY_EGG_VERSION = 0.5.1 DISTNAME = webencodings-${MODPY_EGG_VERSION} PKGNAME = py-${DISTNAME} CATEGORIES = textproc -REVISION = 1 +REVISION = 2 # BSD PERMIT_PACKAGE = Yes diff --git a/textproc/py-xlrd/Makefile b/textproc/py-xlrd/Makefile index 28c892d2282..125f61f99e0 100644 --- a/textproc/py-xlrd/Makefile +++ b/textproc/py-xlrd/Makefile @@ -1,11 +1,11 @@ -# $OpenBSD: Makefile,v 1.7 2020/03/20 14:48:44 mariani Exp $ +# $OpenBSD: Makefile,v 1.8 2020/07/03 21:13:17 sthen Exp $ COMMENT = extract data from xls and xlsx spreadsheet files MODPY_EGG_VERSION = 1.2.0 DISTNAME = xlrd-${MODPY_EGG_VERSION} PKGNAME = py-${DISTNAME} -REVISION = 2 +REVISION = 3 CATEGORIES = textproc devel diff --git a/textproc/py-xlwt/Makefile b/textproc/py-xlwt/Makefile index 94a58da8dee..0d8a32c902f 100644 --- a/textproc/py-xlwt/Makefile +++ b/textproc/py-xlwt/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.1.1.1 2020/06/12 10:03:31 landry Exp $ +# $OpenBSD: Makefile,v 1.2 2020/07/03 21:13:17 sthen Exp $ COMMENT = create spreadsheet files compatible with MS Excel 95-2003 @@ -6,6 +6,7 @@ MODPY_EGG_VERSION = 1.3.0 DISTNAME = xlwt-${MODPY_EGG_VERSION} PKGNAME = py-${DISTNAME} +REVISION = 0 CATEGORIES = textproc devel diff --git a/textproc/py-xmldiff/Makefile b/textproc/py-xmldiff/Makefile index c3e0b914234..b7f861655bd 100644 --- a/textproc/py-xmldiff/Makefile +++ b/textproc/py-xmldiff/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.11 2019/11/26 00:34:05 kmos Exp $ +# $OpenBSD: Makefile,v 1.12 2020/07/03 21:13:17 sthen Exp $ COMMENT= show differences between XML files/DOM trees @@ -6,7 +6,7 @@ MODPY_EGG_VERSION= 2.3 DISTNAME= xmldiff-${MODPY_EGG_VERSION} PKGNAME= py-xmldiff-${MODPY_EGG_VERSION} CATEGORIES= textproc -REVISION= 0 +REVISION= 1 HOMEPAGE= https://github.com/Shoobx/xmldiff diff --git a/textproc/py-xmltodict/Makefile b/textproc/py-xmltodict/Makefile index d12fb341633..cfcb4dec0ed 100644 --- a/textproc/py-xmltodict/Makefile +++ b/textproc/py-xmltodict/Makefile @@ -1,10 +1,11 @@ -# $OpenBSD: Makefile,v 1.5 2019/11/08 23:04:06 kmos Exp $ +# $OpenBSD: Makefile,v 1.6 2020/07/03 21:13:17 sthen Exp $ COMMENT = makes working with XML feel like orking with JSON MODPY_EGG_VERSION = 0.12.0 DISTNAME = xmltodict-${MODPY_EGG_VERSION} PKGNAME = py-${DISTNAME} +REVISION = 0 CATEGORIES = textproc diff --git a/textproc/py-yaml/Makefile b/textproc/py-yaml/Makefile index 723e1c6b21a..a8e26b0320d 100644 --- a/textproc/py-yaml/Makefile +++ b/textproc/py-yaml/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.21 2020/03/31 08:19:13 rpointel Exp $ +# $OpenBSD: Makefile,v 1.22 2020/07/03 21:13:17 sthen Exp $ COMMENT= YAML parser and emitter in Python @@ -6,6 +6,7 @@ MODPY_EGG_VERSION=5.3.1 DISTNAME= PyYAML-${MODPY_EGG_VERSION} PKGNAME= py-yaml-${MODPY_EGG_VERSION} CATEGORIES= textproc +REVISION= 0 HOMEPAGE= https://pyyaml.org/wiki/PyYAML diff --git a/textproc/yq/Makefile b/textproc/yq/Makefile index 728c909aac3..3be5761aaf9 100644 --- a/textproc/yq/Makefile +++ b/textproc/yq/Makefile @@ -1,9 +1,10 @@ -# $OpenBSD: Makefile,v 1.5 2020/05/14 19:05:57 kn Exp $ +# $OpenBSD: Makefile,v 1.6 2020/07/03 21:13:17 sthen Exp $ COMMENT = jq wrapper for YAML/XML documents MODPY_EGG_VERSION = 2.10.1 DISTNAME = yq-${MODPY_EGG_VERSION} +REVISION = 0 CATEGORIES = textproc diff --git a/www/ap2-mod_wsgi/Makefile b/www/ap2-mod_wsgi/Makefile index 9da9abbb101..1baf39bc893 100644 --- a/www/ap2-mod_wsgi/Makefile +++ b/www/ap2-mod_wsgi/Makefile @@ -1,8 +1,9 @@ -# $OpenBSD: Makefile,v 1.11 2020/04/16 10:01:43 mariani Exp $ +# $OpenBSD: Makefile,v 1.12 2020/07/03 21:13:17 sthen Exp $ COMMENT= Python WSGI compliant interface module for Apache2 PKGNAME= ap2-mod_wsgi-${GH_TAGNAME} +REVISION= 0 CATEGORIES= www diff --git a/www/apertium-apy/Makefile b/www/apertium-apy/Makefile index 44675b2a8d0..83769d98e18 100644 --- a/www/apertium-apy/Makefile +++ b/www/apertium-apy/Makefile @@ -1,10 +1,11 @@ -# $OpenBSD: Makefile,v 1.4 2019/10/17 09:31:47 bentley Exp $ +# $OpenBSD: Makefile,v 1.5 2020/07/03 21:13:17 sthen Exp $ COMMENT = apertium text translation API in Python DISTNAME = apertium-apy-${MODPY_EGG_VERSION} MODPY_EGG_VERSION = 0.11.6 +REVISION = 0 CATEGORIES = www diff --git a/www/buku/Makefile b/www/buku/Makefile index db7539b5225..2cde9654f4d 100644 --- a/www/buku/Makefile +++ b/www/buku/Makefile @@ -1,9 +1,10 @@ -# $OpenBSD: Makefile,v 1.11 2020/06/19 06:45:08 feinerer Exp $ +# $OpenBSD: Makefile,v 1.12 2020/07/03 21:13:17 sthen Exp $ COMMENT = powerful command-line bookmark manager MODPY_EGG_VERSION = 4.4 DISTNAME = buku-${MODPY_EGG_VERSION} +REVISION = 0 CATEGORIES = www diff --git a/www/ipynb-py-convert/Makefile b/www/ipynb-py-convert/Makefile index c236d6ce136..0fc31d4eac9 100644 --- a/www/ipynb-py-convert/Makefile +++ b/www/ipynb-py-convert/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.1.1.1 2020/06/07 23:24:57 thfr Exp $ +# $OpenBSD: Makefile,v 1.2 2020/07/03 21:13:17 sthen Exp $ COMMENT = convert .py files to jupyter .ipynb notebooks and vice versa @@ -7,6 +7,7 @@ DISTNAME = ipynb-py-convert-${MODPY_EGG_VERSION} CATEGORIES = www devel HOMEPAGE = https://github.com/kiwi0fruit/ipynb-py-convert MAINTAINER = Thomas Frohwein +REVISION = 0 # MIT PERMIT_PACKAGE = Yes diff --git a/www/jupyter-notebook/Makefile b/www/jupyter-notebook/Makefile index e358502b9a3..7b9515631a1 100644 --- a/www/jupyter-notebook/Makefile +++ b/www/jupyter-notebook/Makefile @@ -1,10 +1,11 @@ -# $OpenBSD: Makefile,v 1.14 2020/02/19 17:16:48 bket Exp $ +# $OpenBSD: Makefile,v 1.15 2020/07/03 21:13:17 sthen Exp $ COMMENT = web-based notebook for interactive computing MODPY_EGG_VERSION = 6.0.3 DISTNAME = notebook-${MODPY_EGG_VERSION} PKGNAME = jupyter-notebook-${MODPY_EGG_VERSION} +REVISION = 0 CATEGORIES = www devel diff --git a/www/liferea/Makefile b/www/liferea/Makefile index 1c1ba16b573..0b896eaa365 100644 --- a/www/liferea/Makefile +++ b/www/liferea/Makefile @@ -1,9 +1,10 @@ -# $OpenBSD: Makefile,v 1.111 2019/09/23 15:13:41 sthen Exp $ +# $OpenBSD: Makefile,v 1.112 2020/07/03 21:13:17 sthen Exp $ COMMENT= simple GTK desktop news aggregator V= 1.12.6 DISTNAME= liferea-${V}b +REVISION= 0 CATEGORIES= www news x11 diff --git a/www/odoo/Makefile b/www/odoo/Makefile index 2e7ed7ff60b..e8b54292d8c 100644 --- a/www/odoo/Makefile +++ b/www/odoo/Makefile @@ -1,11 +1,11 @@ -# $OpenBSD: Makefile,v 1.4 2019/06/19 08:23:42 robert Exp $ +# $OpenBSD: Makefile,v 1.5 2020/07/03 21:13:17 sthen Exp $ COMMENT= all-in-one management software MV= 12.0 SV= 20190517 V= ${MV}.${SV} -REVISION= 1 +REVISION= 2 DISTNAME= odoo_${V} diff --git a/www/pelican/Makefile b/www/pelican/Makefile index b549f508c95..335f84d3a72 100644 --- a/www/pelican/Makefile +++ b/www/pelican/Makefile @@ -1,9 +1,10 @@ -# $OpenBSD: Makefile,v 1.13 2019/06/23 14:01:52 danj Exp $ +# $OpenBSD: Makefile,v 1.14 2020/07/03 21:13:17 sthen Exp $ COMMENT = static site generator written in Python MODPY_EGG_VERSION = ${GH_TAGNAME} DISTNAME = pelican-${MODPY_EGG_VERSION} +REVISION = 0 GH_ACCOUNT = getpelican GH_PROJECT = pelican diff --git a/www/puppetboard/Makefile b/www/puppetboard/Makefile index 523ce4347cf..610f8861864 100644 --- a/www/puppetboard/Makefile +++ b/www/puppetboard/Makefile @@ -1,10 +1,11 @@ -# $OpenBSD: Makefile,v 1.35 2020/04/11 11:27:32 sebastia Exp $ +# $OpenBSD: Makefile,v 1.36 2020/07/03 21:13:17 sthen Exp $ COMMENT= web interface to PuppetDB MODPY_EGG_VERSION= 2.1.2 DISTNAME= puppetboard-${MODPY_EGG_VERSION} CATEGORIES= www +REVISION= 0 MAINTAINER= Sebastian Reitenbach diff --git a/www/py-CherryPy/Makefile b/www/py-CherryPy/Makefile index fd4827e6997..94e64b5d8ce 100644 --- a/www/py-CherryPy/Makefile +++ b/www/py-CherryPy/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.26 2019/12/28 00:39:31 kmos Exp $ +# $OpenBSD: Makefile,v 1.27 2020/07/03 21:13:17 sthen Exp $ COMMENT= pythonic, object-oriented web development framework @@ -6,6 +6,7 @@ MODPY_EGG_VERSION= 17.4.2 DISTNAME= CherryPy-${MODPY_EGG_VERSION} PKGNAME= py-${DISTNAME} CATEGORIES= www +REVISION= 0 HOMEPAGE= https://www.cherrypy.org/ diff --git a/www/py-aiohttp/Makefile b/www/py-aiohttp/Makefile index 8a7637867c6..9ebabe377a2 100644 --- a/www/py-aiohttp/Makefile +++ b/www/py-aiohttp/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.10 2020/03/10 16:25:51 paco Exp $ +# $OpenBSD: Makefile,v 1.11 2020/07/03 21:13:18 sthen Exp $ COMMENT = http client/server for asyncio @@ -6,7 +6,7 @@ MODPY_EGG_VERSION = 3.5.4 DISTNAME = aiohttp-${MODPY_EGG_VERSION} PKGNAME = py-${DISTNAME} CATEGORIES = www -REVISION = 2 +REVISION = 3 # Apache2 PERMIT_PACKAGE = Yes diff --git a/www/py-autobahn/Makefile b/www/py-autobahn/Makefile index c9601adf866..8a03e98cc1c 100644 --- a/www/py-autobahn/Makefile +++ b/www/py-autobahn/Makefile @@ -1,11 +1,11 @@ -# $OpenBSD: Makefile,v 1.5 2019/07/12 20:51:00 sthen Exp $ +# $OpenBSD: Makefile,v 1.6 2020/07/03 21:13:18 sthen Exp $ COMMENT = WebSocket client & server library, WAMP real-time framework MODPY_EGG_VERSION = 19.3.3 DISTNAME = autobahn-${MODPY_EGG_VERSION} PKGNAME = py-${DISTNAME} -REVISION = 0 +REVISION = 1 CATEGORIES = www diff --git a/www/py-beaker/Makefile b/www/py-beaker/Makefile index c0635442285..d196f049d36 100644 --- a/www/py-beaker/Makefile +++ b/www/py-beaker/Makefile @@ -1,11 +1,11 @@ -# $OpenBSD: Makefile,v 1.29 2019/07/12 20:51:00 sthen Exp $ +# $OpenBSD: Makefile,v 1.30 2020/07/03 21:13:18 sthen Exp $ COMMENT = session and caching library with wsgi middleware MODPY_EGG_VERSION = 1.10.0 DISTNAME = Beaker-${MODPY_EGG_VERSION} PKGNAME = py-${DISTNAME:L} -REVISION = 0 +REVISION = 1 CATEGORIES = www devel diff --git a/www/py-beautifulsoup4/Makefile b/www/py-beautifulsoup4/Makefile index 0260b66006d..50aa761c0e5 100644 --- a/www/py-beautifulsoup4/Makefile +++ b/www/py-beautifulsoup4/Makefile @@ -1,11 +1,11 @@ -# $OpenBSD: Makefile,v 1.15 2019/11/17 04:19:49 kmos Exp $ +# $OpenBSD: Makefile,v 1.16 2020/07/03 21:13:18 sthen Exp $ COMMENT = HTML/XML parser that supports invalid markup MODPY_EGG_VERSION = 4.8.1 DISTNAME = beautifulsoup4-${MODPY_EGG_VERSION} PKGNAME = py-${DISTNAME} -REVISION = 0 +REVISION = 1 CATEGORIES = www diff --git a/www/py-betamax/Makefile b/www/py-betamax/Makefile index c4eac2abc63..02f7a39e761 100644 --- a/www/py-betamax/Makefile +++ b/www/py-betamax/Makefile @@ -1,11 +1,11 @@ -# $OpenBSD: Makefile,v 1.5 2019/07/12 20:51:00 sthen Exp $ +# $OpenBSD: Makefile,v 1.6 2020/07/03 21:13:18 sthen Exp $ COMMENT = VCR imitation for python-requests MODPY_EGG_VERSION = 0.8.1 DISTNAME = betamax-${MODPY_EGG_VERSION} PKGNAME = py-${DISTNAME:L} -REVISION = 0 +REVISION = 1 CATEGORIES = www devel diff --git a/www/py-bleach/Makefile b/www/py-bleach/Makefile index 5d6de4bd888..0728bdc1285 100644 --- a/www/py-bleach/Makefile +++ b/www/py-bleach/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.7 2019/07/12 20:51:00 sthen Exp $ +# $OpenBSD: Makefile,v 1.8 2020/07/03 21:13:18 sthen Exp $ COMMENT = easy whitelist-based HTML-sanitizing tool @@ -6,7 +6,7 @@ MODPY_EGG_VERSION = 2.0.0 DISTNAME = bleach-${MODPY_EGG_VERSION} PKGNAME = py-${DISTNAME} CATEGORIES = www -REVISION = 1 +REVISION = 2 HOMEPAGE = https://github.com/mozilla/bleach diff --git a/www/py-bokeh/Makefile b/www/py-bokeh/Makefile index 7c134b5d100..c2ccf00c755 100644 --- a/www/py-bokeh/Makefile +++ b/www/py-bokeh/Makefile @@ -1,11 +1,11 @@ -# $OpenBSD: Makefile,v 1.28 2020/06/14 10:14:14 ajacoutot Exp $ +# $OpenBSD: Makefile,v 1.29 2020/07/03 21:13:18 sthen Exp $ COMMENT= statistical and novel interactive HTML plots for Python MODPY_EGG_VERSION= 1.4.0 DISTNAME= bokeh-${MODPY_EGG_VERSION} PKGNAME= py-bokeh-${MODPY_EGG_VERSION} -REVISION= 0 +REVISION= 1 CATEGORIES= www graphics diff --git a/www/py-bottle/Makefile b/www/py-bottle/Makefile index c7d25017df6..94868212058 100644 --- a/www/py-bottle/Makefile +++ b/www/py-bottle/Makefile @@ -1,10 +1,11 @@ -# $OpenBSD: Makefile,v 1.4 2019/07/12 20:51:01 sthen Exp $ +# $OpenBSD: Makefile,v 1.5 2020/07/03 21:13:18 sthen Exp $ COMMENT= simple WSGI-framework for small web-applications MODPY_EGG_VERSION= 0.12.16 DISTNAME= bottle-${MODPY_EGG_VERSION} PKGNAME= py-bottle-${MODPY_EGG_VERSION} +REVISION= 0 CATEGORIES= www diff --git a/www/py-cheroot/Makefile b/www/py-cheroot/Makefile index 18b1aebb80b..beb8fed4ec6 100644 --- a/www/py-cheroot/Makefile +++ b/www/py-cheroot/Makefile @@ -1,11 +1,11 @@ -# $OpenBSD: Makefile,v 1.5 2020/02/20 09:37:20 sthen Exp $ +# $OpenBSD: Makefile,v 1.6 2020/07/03 21:13:18 sthen Exp $ COMMENT = high-performance, pure-Python HTTP server used by CherryPy MODPY_EGG_VERSION = 8.2.1 DISTNAME = cheroot-${MODPY_EGG_VERSION} PKGNAME = py-${DISTNAME} -REVISION = 0 +REVISION = 1 CATEGORIES = www diff --git a/www/py-cookies/Makefile b/www/py-cookies/Makefile index 67ef57add30..55874a1c587 100644 --- a/www/py-cookies/Makefile +++ b/www/py-cookies/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.1.1.1 2019/11/07 21:50:47 kmos Exp $ +# $OpenBSD: Makefile,v 1.2 2020/07/03 21:13:18 sthen Exp $ COMMENT = friendlier RFC 6265-compliant cookie parser/renderer @@ -6,6 +6,7 @@ MODPY_EGG_VERSION = 2.2.1 DISTNAME = cookies-${MODPY_EGG_VERSION} PKGNAME = py-${DISTNAME} +REVISION = 0 CATEGORIES = www diff --git a/www/py-feedgenerator/Makefile b/www/py-feedgenerator/Makefile index c3795d92292..e05cc85b575 100644 --- a/www/py-feedgenerator/Makefile +++ b/www/py-feedgenerator/Makefile @@ -1,11 +1,11 @@ -# $OpenBSD: Makefile,v 1.10 2019/07/12 20:51:01 sthen Exp $ +# $OpenBSD: Makefile,v 1.11 2020/07/03 21:13:18 sthen Exp $ COMMENT = standalone version of Django's feedgenerator MODPY_EGG_VERSION = 1.9 DISTNAME = feedgenerator-${MODPY_EGG_VERSION} PKGNAME = py-feedgenerator-${MODPY_EGG_VERSION} -REVISION = 1 +REVISION = 2 CATEGORIES = www textproc diff --git a/www/py-flask-cors/Makefile b/www/py-flask-cors/Makefile index 571588840a8..a53ca8d13d9 100644 --- a/www/py-flask-cors/Makefile +++ b/www/py-flask-cors/Makefile @@ -1,10 +1,11 @@ -# $OpenBSD: Makefile,v 1.1.1.1 2020/01/16 17:53:08 landry Exp $ +# $OpenBSD: Makefile,v 1.2 2020/07/03 21:13:18 sthen Exp $ COMMENT = CORS handling for flask MODPY_EGG_VERSION = 3.0.8 DISTNAME = Flask-Cors-${MODPY_EGG_VERSION} PKGNAME = py-${DISTNAME:L} +REVISION = 0 CATEGORIES = www diff --git a/www/py-flask-login/Makefile b/www/py-flask-login/Makefile index d44fe73c6dc..e860cba2740 100644 --- a/www/py-flask-login/Makefile +++ b/www/py-flask-login/Makefile @@ -1,11 +1,11 @@ -# $OpenBSD: Makefile,v 1.7 2019/07/12 20:51:01 sthen Exp $ +# $OpenBSD: Makefile,v 1.8 2020/07/03 21:13:18 sthen Exp $ COMMENT = user session management for flask MODPY_EGG_VERSION = 0.4.1 DISTNAME = Flask-Login-${MODPY_EGG_VERSION} PKGNAME = py-${DISTNAME:L} -REVISION = 0 +REVISION = 1 CATEGORIES = www diff --git a/www/py-flask-wtf/Makefile b/www/py-flask-wtf/Makefile index ae05fdcef7d..1873158adb6 100644 --- a/www/py-flask-wtf/Makefile +++ b/www/py-flask-wtf/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.13 2019/07/12 20:51:01 sthen Exp $ +# $OpenBSD: Makefile,v 1.14 2020/07/03 21:13:18 sthen Exp $ COMMENT= simple integration of Flask and WTForms @@ -6,7 +6,7 @@ MODPY_EGG_VERSION=0.14.2 DISTNAME= Flask-WTF-${MODPY_EGG_VERSION} PKGNAME= py-${DISTNAME:L} CATEGORIES= www -REVISION= 0 +REVISION= 1 # BSD PERMIT_PACKAGE= Yes diff --git a/www/py-flask/Makefile b/www/py-flask/Makefile index 8af8b54fb3d..0ee980fe788 100644 --- a/www/py-flask/Makefile +++ b/www/py-flask/Makefile @@ -1,11 +1,11 @@ -# $OpenBSD: Makefile,v 1.30 2019/07/12 20:51:01 sthen Exp $ +# $OpenBSD: Makefile,v 1.31 2020/07/03 21:13:18 sthen Exp $ COMMENT = microframework based on Werkzeug and Jinja 2 MODPY_EGG_VERSION = 0.12.3 DISTNAME = Flask-${MODPY_EGG_VERSION} PKGNAME = py-${DISTNAME:L} -REVISION = 1 +REVISION = 2 CATEGORIES = www devel diff --git a/www/py-flup/Makefile b/www/py-flup/Makefile index 1191a43e5e4..ea1e5bbfaf0 100644 --- a/www/py-flup/Makefile +++ b/www/py-flup/Makefile @@ -1,11 +1,11 @@ -# $OpenBSD: Makefile,v 1.21 2019/07/12 20:51:01 sthen Exp $ +# $OpenBSD: Makefile,v 1.22 2020/07/03 21:13:18 sthen Exp $ COMMENT = random assortment of WSGI servers, middleware MODPY_EGG_VERSION = 1.0.3 DISTNAME = flup-${MODPY_EGG_VERSION} PKGNAME = py-flup-${MODPY_EGG_VERSION} -REVISION = 1 +REVISION = 2 CATEGORIES = www diff --git a/www/py-formencode/Makefile b/www/py-formencode/Makefile index f75471b6e9f..464a75f3d5a 100644 --- a/www/py-formencode/Makefile +++ b/www/py-formencode/Makefile @@ -1,11 +1,11 @@ -# $OpenBSD: Makefile,v 1.24 2019/07/12 20:51:01 sthen Exp $ +# $OpenBSD: Makefile,v 1.25 2020/07/03 21:13:18 sthen Exp $ COMMENT = HTML form validation, generation, and conversion MODPY_EGG_VERSION = 1.3.1 DISTNAME = FormEncode-${MODPY_EGG_VERSION} PKGNAME = py-formencode-${MODPY_EGG_VERSION} -REVISION = 0 +REVISION = 1 CATEGORIES = www diff --git a/www/py-frozen-flask/Makefile b/www/py-frozen-flask/Makefile index 8d8fce3f0a5..521607ca951 100644 --- a/www/py-frozen-flask/Makefile +++ b/www/py-frozen-flask/Makefile @@ -1,11 +1,11 @@ -# $OpenBSD: Makefile,v 1.6 2019/07/12 20:51:01 sthen Exp $ +# $OpenBSD: Makefile,v 1.7 2020/07/03 21:13:18 sthen Exp $ COMMENT = freezes a Flask application into a set of static files MODPY_EGG_VERSION = 0.12 DISTNAME = Frozen-Flask-${MODPY_EGG_VERSION} PKGNAME = py-frozen-flask-${MODPY_EGG_VERSION} -REVISION = 1 +REVISION = 2 CATEGORIES = www diff --git a/www/py-genshi/Makefile b/www/py-genshi/Makefile index cc5c0a9a760..80e39ae88da 100644 --- a/www/py-genshi/Makefile +++ b/www/py-genshi/Makefile @@ -1,10 +1,11 @@ -# $OpenBSD: Makefile,v 1.18 2019/07/12 20:51:01 sthen Exp $ +# $OpenBSD: Makefile,v 1.19 2020/07/03 21:13:19 sthen Exp $ COMMENT = toolkit for generation of output for the web MODPY_EGG_VERSION = 0.7.2 DISTNAME = Genshi-${MODPY_EGG_VERSION} PKGNAME = py-${DISTNAME:L} +REVISION = 0 CATEGORIES = www diff --git a/www/py-gunicorn/Makefile b/www/py-gunicorn/Makefile index cfe43d7e92f..539031a45df 100644 --- a/www/py-gunicorn/Makefile +++ b/www/py-gunicorn/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.24 2020/03/10 16:26:31 paco Exp $ +# $OpenBSD: Makefile,v 1.25 2020/07/03 21:13:19 sthen Exp $ COMMENT = Python WSGI HTTP server @@ -6,6 +6,7 @@ MODPY_EGG_VERSION = 20.0.4 DISTNAME = gunicorn-${MODPY_EGG_VERSION} PKGNAME = py-${DISTNAME} CATEGORIES = www +REVISION = 0 HOMEPAGE = https://gunicorn.org/ diff --git a/www/py-http_ece/Makefile b/www/py-http_ece/Makefile index 476ede2b1a7..6d2aa684521 100644 --- a/www/py-http_ece/Makefile +++ b/www/py-http_ece/Makefile @@ -1,11 +1,11 @@ -# $OpenBSD: Makefile,v 1.4 2019/07/12 20:51:01 sthen Exp $ +# $OpenBSD: Makefile,v 1.5 2020/07/03 21:13:19 sthen Exp $ MODPY_EGG_VERSION = 1.1.0 COMMENT = encrypted Content Encoding for HTTP DISTNAME = http_ece-${MODPY_EGG_VERSION} PKGNAME = py-http_ece-${MODPY_EGG_VERSION} CATEGORIES = www -REVISION = 0 +REVISION = 1 HOMEPAGE = https://github.com/martinthomson/encrypted-content-encoding MAINTAINER = Pamela Mosiejczuk diff --git a/www/py-httpbin/Makefile b/www/py-httpbin/Makefile index 7bf97e280f0..f76fa1a148a 100644 --- a/www/py-httpbin/Makefile +++ b/www/py-httpbin/Makefile @@ -1,11 +1,11 @@ -# $OpenBSD: Makefile,v 1.7 2019/07/12 20:51:01 sthen Exp $ +# $OpenBSD: Makefile,v 1.8 2020/07/03 21:13:19 sthen Exp $ COMMENT = HTTP request and response service MODPY_EGG_VERSION = 0.5.0 DISTNAME = httpbin-${MODPY_EGG_VERSION} PKGNAME = py-${DISTNAME} -REVISION = 2 +REVISION = 3 CATEGORIES = www diff --git a/www/py-httpie/Makefile b/www/py-httpie/Makefile index 332b6c6bfd8..03d8373dace 100644 --- a/www/py-httpie/Makefile +++ b/www/py-httpie/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.18 2020/06/21 17:30:42 paco Exp $ +# $OpenBSD: Makefile,v 1.19 2020/07/03 21:13:19 sthen Exp $ COMMENT = command-line HTTP client @@ -6,6 +6,7 @@ MODPY_EGG_VERSION = 2.2.0 GH_TAGNAME = ${MODPY_EGG_VERSION} GH_ACCOUNT = jakubroztocil GH_PROJECT = httpie +REVISION = 0 CATEGORIES = www net diff --git a/www/py-httplib2/Makefile b/www/py-httplib2/Makefile index 628a5fbccc6..479d5c36e61 100644 --- a/www/py-httplib2/Makefile +++ b/www/py-httplib2/Makefile @@ -1,11 +1,11 @@ -# $OpenBSD: Makefile,v 1.21 2019/07/12 20:51:01 sthen Exp $ +# $OpenBSD: Makefile,v 1.22 2020/07/03 21:13:19 sthen Exp $ COMMENT = Python HTTP client library MODPY_EGG_VERSION = 0.10.3 DISTNAME = httplib2-${MODPY_EGG_VERSION} PKGNAME = py-${DISTNAME} -REVISION = 1 +REVISION = 2 CATEGORIES = www net diff --git a/www/py-hyperlink/Makefile b/www/py-hyperlink/Makefile index e99d3000c2c..0cdb6e5340a 100644 --- a/www/py-hyperlink/Makefile +++ b/www/py-hyperlink/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.6 2020/02/11 10:20:56 benoit Exp $ +# $OpenBSD: Makefile,v 1.7 2020/07/03 21:13:19 sthen Exp $ COMMENT = pure-Python implementation of immutable URLs @@ -6,6 +6,7 @@ MODPY_EGG_VERSION = 19.0.0 DISTNAME = hyperlink-${MODPY_EGG_VERSION} PKGNAME = py-${DISTNAME} +REVISION = 0 CATEGORIES = www diff --git a/www/py-itsdangerous/Makefile b/www/py-itsdangerous/Makefile index 729d5edad2d..3d63da0a15e 100644 --- a/www/py-itsdangerous/Makefile +++ b/www/py-itsdangerous/Makefile @@ -1,9 +1,9 @@ -# $OpenBSD: Makefile,v 1.9 2019/07/12 20:51:02 sthen Exp $ +# $OpenBSD: Makefile,v 1.10 2020/07/03 21:13:19 sthen Exp $ COMMENT = helpers to pass trusted data to untrusted environments MODPY_EGG_VERSION = 0.24 -REVISION = 4 +REVISION = 5 DISTNAME = itsdangerous-${MODPY_EGG_VERSION} PKGNAME = py-${DISTNAME} diff --git a/www/py-jinja2/Makefile b/www/py-jinja2/Makefile index ae45f78c0e0..6fffff06f49 100644 --- a/www/py-jinja2/Makefile +++ b/www/py-jinja2/Makefile @@ -1,11 +1,11 @@ -# $OpenBSD: Makefile,v 1.31 2020/06/12 04:43:27 kn Exp $ +# $OpenBSD: Makefile,v 1.32 2020/07/03 21:13:19 sthen Exp $ COMMENT = fast, optionally sandboxed, Python template engine MODPY_EGG_VERSION = 2.11.2 DISTNAME = Jinja2-${MODPY_EGG_VERSION} PKGNAME = py-${DISTNAME:L} -REVISION = 0 +REVISION = 1 CATEGORIES = www devel diff --git a/www/py-jwt/Makefile b/www/py-jwt/Makefile index d7db48c98e8..dc6d7da6406 100644 --- a/www/py-jwt/Makefile +++ b/www/py-jwt/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.14 2019/07/12 21:07:47 sthen Exp $ +# $OpenBSD: Makefile,v 1.15 2020/07/03 21:13:19 sthen Exp $ COMMENT = JSON Web Token implementation in Python @@ -7,7 +7,7 @@ DISTNAME = PyJWT-${MODPY_EGG_VERSION} PKGNAME = py-jwt-${MODPY_EGG_VERSION} CATEGORIES = www MAINTAINER = Johan Huldtgren -REVISION = 0 +REVISION = 1 HOMEPAGE = http://github.com/jpadilla/pyjwt diff --git a/www/py-macaroons/Makefile b/www/py-macaroons/Makefile index a9b0db08529..13b0957ea6a 100644 --- a/www/py-macaroons/Makefile +++ b/www/py-macaroons/Makefile @@ -1,10 +1,11 @@ -# $OpenBSD: Makefile,v 1.1.1.1 2020/03/08 16:47:24 landry Exp $ +# $OpenBSD: Makefile,v 1.2 2020/07/03 21:13:19 sthen Exp $ COMMENT = macaroon library for Python MODPY_EGG_VERSION = 0.13.0 DISTNAME = pymacaroons-${MODPY_EGG_VERSION} PKGNAME = py-macaroons-${MODPY_EGG_VERSION} +REVISION = 0 CATEGORIES = www diff --git a/www/py-mako/Makefile b/www/py-mako/Makefile index a1284e4d6a5..af314037769 100644 --- a/www/py-mako/Makefile +++ b/www/py-mako/Makefile @@ -1,10 +1,11 @@ -# $OpenBSD: Makefile,v 1.27 2020/02/11 08:57:45 benoit Exp $ +# $OpenBSD: Makefile,v 1.28 2020/07/03 21:13:19 sthen Exp $ COMMENT = super-fast templating language MODPY_EGG_VERSION = 1.1.1 DISTNAME = Mako-${MODPY_EGG_VERSION} PKGNAME = py-${DISTNAME:L} +REVISION = 0 CATEGORIES = www diff --git a/www/py-mastodon.py/Makefile b/www/py-mastodon.py/Makefile index 0572d2c7b7f..eea8d10a179 100644 --- a/www/py-mastodon.py/Makefile +++ b/www/py-mastodon.py/Makefile @@ -1,10 +1,11 @@ -# $OpenBSD: Makefile,v 1.6 2019/12/03 02:05:20 pamela Exp $ +# $OpenBSD: Makefile,v 1.7 2020/07/03 21:13:19 sthen Exp $ COMMENT = python wrapper for the Mastodon API MODPY_EGG_VERSION = 1.4.6 DISTNAME = Mastodon.py-${MODPY_EGG_VERSION} PKGNAME = py-mastodon.py-${MODPY_EGG_VERSION} +REVISION = 0 CATEGORIES = www diff --git a/www/py-meld3/Makefile b/www/py-meld3/Makefile index 702dbce6287..e629b390ed7 100644 --- a/www/py-meld3/Makefile +++ b/www/py-meld3/Makefile @@ -1,11 +1,11 @@ -# $OpenBSD: Makefile,v 1.17 2019/07/12 20:51:02 sthen Exp $ +# $OpenBSD: Makefile,v 1.18 2020/07/03 21:13:19 sthen Exp $ COMMENT = html/xml templating engine MODPY_EGG_VERSION = 1.0.2 DISTNAME = meld3-${MODPY_EGG_VERSION} PKGNAME = py-${DISTNAME:L} -REVISION = 1 +REVISION = 2 CATEGORIES = www textproc diff --git a/www/py-metallum/Makefile b/www/py-metallum/Makefile index ed37cc3342f..d9bc046dc5d 100644 --- a/www/py-metallum/Makefile +++ b/www/py-metallum/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.1.1.1 2020/03/26 20:09:50 kmos Exp $ +# $OpenBSD: Makefile,v 1.2 2020/07/03 21:13:19 sthen Exp $ COMMENT = basic python API for www.metal-archives.com @@ -6,6 +6,7 @@ MODPY_EGG_VERSION = 1.1.0 DISTNAME = python-metallum-${MODPY_EGG_VERSION} PKGNAME = ${DISTNAME:S/^python-/py-/} CATEGORIES = www +REVISION = 0 HOMEPAGE = https://github.com/lcharlick/python-metallum MAINTAINER = Johan Huldtgren diff --git a/www/py-multidict/Makefile b/www/py-multidict/Makefile index adf78bdf9f2..1d46797da82 100644 --- a/www/py-multidict/Makefile +++ b/www/py-multidict/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.8 2020/03/10 16:24:04 paco Exp $ +# $OpenBSD: Makefile,v 1.9 2020/07/03 21:13:19 sthen Exp $ COMMENT = multidict implementation @@ -6,6 +6,7 @@ MODPY_EGG_VERSION = 4.7.5 DISTNAME = multidict-${MODPY_EGG_VERSION} PKGNAME = py-${DISTNAME} CATEGORIES = www devel +REVISION = 0 WANTLIB += pthread ${MODPY_WANTLIB} diff --git a/www/py-ndg-httpsclient/Makefile b/www/py-ndg-httpsclient/Makefile index f1110ccf2fc..b470bf7fec1 100644 --- a/www/py-ndg-httpsclient/Makefile +++ b/www/py-ndg-httpsclient/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.8 2019/07/12 20:51:02 sthen Exp $ +# $OpenBSD: Makefile,v 1.9 2020/07/03 21:13:19 sthen Exp $ COMMENT= enhanced HTTPS support for httplib and urllib2 @@ -6,7 +6,7 @@ MODPY_EGG_VERSION= 0.4.3 MODPY_PI_DIR= n/ndg-httpsclient DISTNAME= ndg_httpsclient-${MODPY_EGG_VERSION} PKGNAME= ${MODPY_PY_PREFIX}ndg-httpsclient-${MODPY_EGG_VERSION} -REVISION= 0 +REVISION= 1 CATEGORIES= www diff --git a/www/py-qtwebengine/Makefile b/www/py-qtwebengine/Makefile index 085b43d0daf..30f49a8477c 100644 --- a/www/py-qtwebengine/Makefile +++ b/www/py-qtwebengine/Makefile @@ -1,10 +1,11 @@ -# $OpenBSD: Makefile,v 1.1.1.1 2020/05/19 04:19:45 rsadowski Exp $ +# $OpenBSD: Makefile,v 1.2 2020/07/03 21:13:19 sthen Exp $ COMMENT = python Qt5WebEngine bindings V = 5.13.2 DISTNAME = PyQtWebEngine-${V} PKGNAME = py-qtwebengine-${V} +REVISION = 0 CATEGORIES = www devel diff --git a/www/py-query/Makefile b/www/py-query/Makefile index ca703a38fe2..3ff5aceacc6 100644 --- a/www/py-query/Makefile +++ b/www/py-query/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.2 2020/02/10 14:52:45 kmos Exp $ +# $OpenBSD: Makefile,v 1.3 2020/07/03 21:13:20 sthen Exp $ COMMENT = jquery-like library for python @@ -6,6 +6,7 @@ COMMENT = jquery-like library for python MODPY_EGG_VERSION = 1.4.1 DISTNAME = pyquery-${MODPY_EGG_VERSION} PKGNAME = py-query-${MODPY_EGG_VERSION} +REVISION = 0 CATEGORIES = www diff --git a/www/py-requests-cache/Makefile b/www/py-requests-cache/Makefile index 88b5f618341..2d29124add2 100644 --- a/www/py-requests-cache/Makefile +++ b/www/py-requests-cache/Makefile @@ -1,10 +1,11 @@ -# $OpenBSD: Makefile,v 1.1.1.1 2020/03/03 21:40:13 tb Exp $ +# $OpenBSD: Makefile,v 1.2 2020/07/03 21:13:20 sthen Exp $ COMMENT = transparent persistent cache for the py-requests library MODPY_EGG_VERSION = 0.5.2 DISTNAME = requests-cache-${MODPY_EGG_VERSION} PKGNAME = py-${DISTNAME} CATEGORIES = www +REVISION = 0 HOMEPAGE = https://github.com/reclosedev/requests-cache MAINTAINER = Johan Huldtgren diff --git a/www/py-requests-futures/Makefile b/www/py-requests-futures/Makefile index b120585eabe..afb193f56c7 100644 --- a/www/py-requests-futures/Makefile +++ b/www/py-requests-futures/Makefile @@ -1,11 +1,11 @@ -# $OpenBSD: Makefile,v 1.3 2019/07/12 20:51:02 sthen Exp $ +# $OpenBSD: Makefile,v 1.4 2020/07/03 21:13:20 sthen Exp $ COMMENT = small addon for python-requests HTTP library MODPY_EGG_VERSION = 0.9.7 DISTNAME = requests-futures-${MODPY_EGG_VERSION} PKGNAME = py-${DISTNAME} -REVISION = 0 +REVISION = 1 CATEGORIES = www diff --git a/www/py-requests-mock/Makefile b/www/py-requests-mock/Makefile index a13887e27a4..b62f6e9016f 100644 --- a/www/py-requests-mock/Makefile +++ b/www/py-requests-mock/Makefile @@ -1,11 +1,11 @@ -# $OpenBSD: Makefile,v 1.8 2019/07/12 20:51:02 sthen Exp $ +# $OpenBSD: Makefile,v 1.9 2020/07/03 21:13:20 sthen Exp $ MODPY_EGG_VERSION = 1.5.2 COMMENT = mock out responses from py-requests DISTNAME = requests-mock-${MODPY_EGG_VERSION} PKGNAME = py-${DISTNAME} CATEGORIES = www -REVISION = 0 +REVISION = 1 MAINTAINER = Brian Callahan diff --git a/www/py-requests-oauthlib/Makefile b/www/py-requests-oauthlib/Makefile index 8aaf2612d15..2f831f91378 100644 --- a/www/py-requests-oauthlib/Makefile +++ b/www/py-requests-oauthlib/Makefile @@ -1,9 +1,9 @@ -# $OpenBSD: Makefile,v 1.7 2020/02/29 22:33:13 sthen Exp $ +# $OpenBSD: Makefile,v 1.8 2020/07/03 21:13:20 sthen Exp $ COMMENT = OAuth library support for python-requests MODPY_EGG_VERSION = 1.3.0 -REVISION = 0 +REVISION = 1 DISTNAME = requests-oauthlib-${MODPY_EGG_VERSION} PKGNAME = py-${DISTNAME} diff --git a/www/py-requests-toolbelt/Makefile b/www/py-requests-toolbelt/Makefile index 952a32b27e1..9457ef7c6f4 100644 --- a/www/py-requests-toolbelt/Makefile +++ b/www/py-requests-toolbelt/Makefile @@ -1,11 +1,11 @@ -# $OpenBSD: Makefile,v 1.4 2019/07/12 20:51:03 sthen Exp $ +# $OpenBSD: Makefile,v 1.5 2020/07/03 21:13:20 sthen Exp $ COMMENT = utility belt for advanced users of python-requests MODPY_EGG_VERSION = 0.7.1 DISTNAME = requests-toolbelt-${MODPY_EGG_VERSION} PKGNAME = py-${DISTNAME} -REVISION = 0 +REVISION = 1 CATEGORIES = www diff --git a/www/py-requests/Makefile b/www/py-requests/Makefile index 11ee006ab38..dec6a80f8a0 100644 --- a/www/py-requests/Makefile +++ b/www/py-requests/Makefile @@ -1,11 +1,11 @@ -# $OpenBSD: Makefile,v 1.39 2019/11/23 19:51:29 kmos Exp $ +# $OpenBSD: Makefile,v 1.40 2020/07/03 21:13:20 sthen Exp $ COMMENT= elegant and simple HTTP library for Python MODPY_EGG_VERSION= 2.22.0 DISTNAME= requests-${MODPY_EGG_VERSION} PKGNAME= py-${DISTNAME} -REVISION= 0 +REVISION= 1 CATEGORIES= www diff --git a/www/py-responses/Makefile b/www/py-responses/Makefile index 755e55472cd..f1d419db1fc 100644 --- a/www/py-responses/Makefile +++ b/www/py-responses/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.3 2020/02/10 14:47:27 kmos Exp $ +# $OpenBSD: Makefile,v 1.4 2020/07/03 21:13:20 sthen Exp $ COMMENT = utility library for mocking out the `requests` Python @@ -6,6 +6,7 @@ MODPY_EGG_VERSION = 0.10.9 DISTNAME = responses-${MODPY_EGG_VERSION} PKGNAME = py-${DISTNAME} +REVISION = 0 CATEGORIES = www diff --git a/www/py-selenium/Makefile b/www/py-selenium/Makefile index 2df7c405d6d..c1c55b100f3 100644 --- a/www/py-selenium/Makefile +++ b/www/py-selenium/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.6 2020/06/12 04:43:27 kn Exp $ +# $OpenBSD: Makefile,v 1.7 2020/07/03 21:13:20 sthen Exp $ COMMENT = Python bindings for Selenium WebDriver @@ -6,7 +6,7 @@ MODPY_EGG_VERSION = 3.14.1 DISTNAME = selenium-${MODPY_EGG_VERSION} PKGNAME = py-${DISTNAME:L} CATEGORIES = www devel -REVISION = 1 +REVISION = 2 HOMEPAGE = http://www.seleniumhq.org/ diff --git a/www/py-soupsieve/Makefile b/www/py-soupsieve/Makefile index 267fe56d5a5..6747da0019a 100644 --- a/www/py-soupsieve/Makefile +++ b/www/py-soupsieve/Makefile @@ -1,10 +1,11 @@ -# $OpenBSD: Makefile,v 1.2 2019/11/17 04:16:16 kmos Exp $ +# $OpenBSD: Makefile,v 1.3 2020/07/03 21:13:20 sthen Exp $ COMMENT = modern CSS selector implementation for Beautiful Soup MODPY_EGG_VERSION = 1.9.5 DISTNAME = soupsieve-${MODPY_EGG_VERSION} PKGNAME = py-${DISTNAME} +REVISION = 0 CATEGORIES = www diff --git a/www/py-tempita/Makefile b/www/py-tempita/Makefile index 1a5cfd6e980..012f43079be 100644 --- a/www/py-tempita/Makefile +++ b/www/py-tempita/Makefile @@ -1,11 +1,11 @@ -# $OpenBSD: Makefile,v 1.16 2019/07/12 20:51:03 sthen Exp $ +# $OpenBSD: Makefile,v 1.17 2020/07/03 21:13:20 sthen Exp $ COMMENT = very small text templating language MODPY_EGG_VERSION = 0.5.2 DISTNAME = Tempita-${MODPY_EGG_VERSION} PKGNAME = py-${DISTNAME:L} -REVISION = 2 +REVISION = 3 CATEGORIES = www diff --git a/www/py-terminado/Makefile b/www/py-terminado/Makefile index 869538fa8f0..3abd26c2d89 100644 --- a/www/py-terminado/Makefile +++ b/www/py-terminado/Makefile @@ -1,10 +1,11 @@ -# $OpenBSD: Makefile,v 1.10 2020/02/25 20:28:45 bket Exp $ +# $OpenBSD: Makefile,v 1.11 2020/07/03 21:13:20 sthen Exp $ COMMENT = terminals served to term.js using Tornado websockets MODPY_EGG_VERSION = 0.8.3 DISTNAME = terminado-${MODPY_EGG_VERSION} PKGNAME = py-${DISTNAME} +REVISION = 0 CATEGORIES = www diff --git a/www/py-tornado/Makefile b/www/py-tornado/Makefile index ea0eaa900e0..f4b3a847277 100644 --- a/www/py-tornado/Makefile +++ b/www/py-tornado/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.23 2019/07/12 20:51:03 sthen Exp $ +# $OpenBSD: Makefile,v 1.24 2020/07/03 21:13:20 sthen Exp $ COMMENT = scalable, non-blocking web server @@ -6,7 +6,7 @@ COMMENT = scalable, non-blocking web server MODPY_EGG_VERSION = 5.1.1 DISTNAME = tornado-${MODPY_EGG_VERSION} PKGNAME = py-${DISTNAME} -REVISION = 1 +REVISION = 2 CATEGORIES = www diff --git a/www/py-treq/Makefile b/www/py-treq/Makefile index b09f5234737..be1261d4c74 100644 --- a/www/py-treq/Makefile +++ b/www/py-treq/Makefile @@ -1,10 +1,11 @@ -# $OpenBSD: Makefile,v 1.1.1.1 2020/03/08 16:48:54 landry Exp $ +# $OpenBSD: Makefile,v 1.2 2020/07/03 21:13:20 sthen Exp $ COMMENT = HTTP library inspired by requests on top of Twisted Agents MODPY_EGG_VERSION = 18.6.0 DISTNAME = treq-${MODPY_EGG_VERSION} PKGNAME = py-${DISTNAME} +REVISION = 0 CATEGORIES = www diff --git a/www/py-uritemplate/Makefile b/www/py-uritemplate/Makefile index 923da6e0626..a2b0c1341ec 100644 --- a/www/py-uritemplate/Makefile +++ b/www/py-uritemplate/Makefile @@ -1,10 +1,11 @@ -# $OpenBSD: Makefile,v 1.5 2020/02/11 13:57:52 kmos Exp $ +# $OpenBSD: Makefile,v 1.6 2020/07/03 21:13:20 sthen Exp $ COMMENT = URI templates MODPY_EGG_VERSION = 3.0.1 DISTNAME = uritemplate-${MODPY_EGG_VERSION} PKGNAME = py-${DISTNAME} +REVISION = 0 CATEGORIES = www diff --git a/www/py-urllib3/Makefile b/www/py-urllib3/Makefile index fc08eec4afb..9773ee11b9a 100644 --- a/www/py-urllib3/Makefile +++ b/www/py-urllib3/Makefile @@ -1,10 +1,11 @@ -# $OpenBSD: Makefile,v 1.17 2020/05/14 18:12:36 paco Exp $ +# $OpenBSD: Makefile,v 1.18 2020/07/03 21:13:20 sthen Exp $ COMMENT= HTTP library for Python MODPY_EGG_VERSION=1.25.9 DISTNAME= urllib3-${MODPY_EGG_VERSION} PKGNAME= py-urllib3-${MODPY_EGG_VERSION} +REVISION= 0 CATEGORIES= www diff --git a/www/py-vcrpy/Makefile b/www/py-vcrpy/Makefile index 1674d7c3954..43caca38e9f 100644 --- a/www/py-vcrpy/Makefile +++ b/www/py-vcrpy/Makefile @@ -1,10 +1,11 @@ -# $OpenBSD: Makefile,v 1.1.1.1 2019/11/18 23:54:11 pamela Exp $ +# $OpenBSD: Makefile,v 1.2 2020/07/03 21:13:20 sthen Exp $ COMMENT = automatically mock HTTP interactions to speed testing MODPY_EGG_VERSION = 2.1.1 DISTNAME = vcrpy-${MODPY_EGG_VERSION} PKGNAME = py-vcrpy-${MODPY_EGG_VERSION} +REVISION = 0 CATEGORIES = www diff --git a/www/py-waitress/Makefile b/www/py-waitress/Makefile index e3db165ae0e..f3ed35cc71e 100644 --- a/www/py-waitress/Makefile +++ b/www/py-waitress/Makefile @@ -1,11 +1,11 @@ -# $OpenBSD: Makefile,v 1.4 2019/07/12 20:51:03 sthen Exp $ +# $OpenBSD: Makefile,v 1.5 2020/07/03 21:13:21 sthen Exp $ COMMENT = pure-Python WSGI server MODPY_EGG_VERSION = 1.1.0 DISTNAME = waitress-${MODPY_EGG_VERSION} PKGNAME = py-${DISTNAME} -REVISION = 0 +REVISION = 1 CATEGORIES = www diff --git a/www/py-webob/Makefile b/www/py-webob/Makefile index ead6f3468ee..6bdd821a8dd 100644 --- a/www/py-webob/Makefile +++ b/www/py-webob/Makefile @@ -1,11 +1,11 @@ -# $OpenBSD: Makefile,v 1.16 2020/03/20 16:44:28 naddy Exp $ +# $OpenBSD: Makefile,v 1.17 2020/07/03 21:13:21 sthen Exp $ COMMENT = wsgi request and response object MODPY_EGG_VERSION = 1.7.2 DISTNAME = WebOb-${MODPY_EGG_VERSION} PKGNAME = py-${DISTNAME:L} -REVISION = 1 +REVISION = 2 CATEGORIES = www devel diff --git a/www/py-webpy/Makefile b/www/py-webpy/Makefile index e3afed8bbf2..a7ce4677e2a 100644 --- a/www/py-webpy/Makefile +++ b/www/py-webpy/Makefile @@ -1,11 +1,11 @@ -# $OpenBSD: Makefile,v 1.16 2019/10/05 16:20:37 kmos Exp $ +# $OpenBSD: Makefile,v 1.17 2020/07/03 21:13:21 sthen Exp $ COMMENT= web framework for python MODPY_EGG_VERSION= 0.40 DISTNAME= web.py-${MODPY_EGG_VERSION} PKGNAME= py-webpy-${MODPY_EGG_VERSION} -REVISION= 0 +REVISION= 1 CATEGORIES= www diff --git a/www/py-webtest/Makefile b/www/py-webtest/Makefile index 17577217b6d..9e37ac67828 100644 --- a/www/py-webtest/Makefile +++ b/www/py-webtest/Makefile @@ -1,11 +1,11 @@ -# $OpenBSD: Makefile,v 1.19 2019/11/08 23:40:06 kmos Exp $ +# $OpenBSD: Makefile,v 1.20 2020/07/03 21:13:21 sthen Exp $ COMMENT = helper to test wsgi applications MODPY_EGG_VERSION = 2.0.30 DISTNAME = WebTest-${MODPY_EGG_VERSION} PKGNAME = py-${DISTNAME:L} -REVISION = 0 +REVISION = 1 CATEGORIES = www devel diff --git a/www/py-werkzeug/Makefile b/www/py-werkzeug/Makefile index 50462521728..b37dfbfc68e 100644 --- a/www/py-werkzeug/Makefile +++ b/www/py-werkzeug/Makefile @@ -1,11 +1,11 @@ -# $OpenBSD: Makefile,v 1.32 2019/07/12 20:51:03 sthen Exp $ +# $OpenBSD: Makefile,v 1.33 2020/07/03 21:13:21 sthen Exp $ COMMENT = WSGI utility collection MODPY_EGG_VERSION = 0.12.1 DISTNAME = Werkzeug-${MODPY_EGG_VERSION} PKGNAME = py-${DISTNAME:L} -REVISION = 1 +REVISION = 2 CATEGORIES = www devel diff --git a/www/py-wstools/Makefile b/www/py-wstools/Makefile index 093d3e5e00a..a743e9d2e27 100644 --- a/www/py-wstools/Makefile +++ b/www/py-wstools/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.4 2020/05/21 09:44:21 sthen Exp $ +# $OpenBSD: Makefile,v 1.5 2020/07/03 21:13:21 sthen Exp $ COMMENT= WSDL parsing services package for Python @@ -6,7 +6,7 @@ MODPY_EGG_VERSION= 0.4.8 DISTNAME= wstools-${MODPY_EGG_VERSION} PKGNAME= py-${DISTNAME} CATEGORIES= www -REVISION= 0 +REVISION= 1 # BSD PERMIT_PACKAGE= Yes diff --git a/www/py-wtforms/Makefile b/www/py-wtforms/Makefile index 2925d3ffa5c..da14310ad53 100644 --- a/www/py-wtforms/Makefile +++ b/www/py-wtforms/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.12 2019/07/12 20:51:04 sthen Exp $ +# $OpenBSD: Makefile,v 1.13 2020/07/03 21:13:21 sthen Exp $ COMMENT= flexible forms validation and rendering library @@ -6,7 +6,7 @@ MODPY_EGG_VERSION=2.1 DISTNAME= WTForms-${MODPY_EGG_VERSION} PKGNAME= py-${DISTNAME:L} CATEGORIES= www -REVISION= 0 +REVISION= 1 HOMEPAGE= http://wtforms.simplecodes.com/ diff --git a/www/py-yarl/Makefile b/www/py-yarl/Makefile index 6d939b51b49..b5d196e81ae 100644 --- a/www/py-yarl/Makefile +++ b/www/py-yarl/Makefile @@ -1,11 +1,11 @@ -# $OpenBSD: Makefile,v 1.8 2020/07/01 09:12:15 sthen Exp $ +# $OpenBSD: Makefile,v 1.9 2020/07/03 21:13:21 sthen Exp $ COMMENT = yet another URL library MODPY_EGG_VERSION = 1.4.2 DISTNAME = yarl-${MODPY_EGG_VERSION} PKGNAME = py-${DISTNAME} -REVISION = 0 +REVISION = 1 CATEGORIES = www devel diff --git a/www/qutebrowser/Makefile b/www/qutebrowser/Makefile index 2f75cc7abbb..dec90558f97 100644 --- a/www/qutebrowser/Makefile +++ b/www/qutebrowser/Makefile @@ -1,9 +1,10 @@ -# $OpenBSD: Makefile,v 1.19 2020/06/18 18:17:08 jasper Exp $ +# $OpenBSD: Makefile,v 1.20 2020/07/03 21:13:21 sthen Exp $ COMMENT = keyboard-focused browser with a minimal GUI MODPY_EGG_VERSION = 1.12.0 DISTNAME = qutebrowser-${MODPY_EGG_VERSION} +REVISION = 0 HOMEPAGE = https://www.qutebrowser.org/ diff --git a/www/tootstream/Makefile b/www/tootstream/Makefile index 0cc3ae70760..02de5ce05c8 100644 --- a/www/tootstream/Makefile +++ b/www/tootstream/Makefile @@ -1,10 +1,10 @@ -# $OpenBSD: Makefile,v 1.6 2019/12/15 17:09:52 kmos Exp $ +# $OpenBSD: Makefile,v 1.7 2020/07/03 21:13:21 sthen Exp $ COMMENT = CLI for interacting with Mastodon/fediverse instances MODPY_EGG_VERSION = 0.3.7 DISTNAME = tootstream-${MODPY_EGG_VERSION} -REVISION = 1 +REVISION = 2 CATEGORIES = www diff --git a/www/tuir/Makefile b/www/tuir/Makefile index 4ee1293b6a9..8573e6c0b7c 100644 --- a/www/tuir/Makefile +++ b/www/tuir/Makefile @@ -1,10 +1,11 @@ -# $OpenBSD: Makefile,v 1.2 2020/05/14 19:01:38 kn Exp $ +# $OpenBSD: Makefile,v 1.3 2020/07/03 21:13:21 sthen Exp $ COMMENT = terminal UI for Reddit MODPY_EGG_VERSION = 1.29.0 DISTNAME = tuir-${MODPY_EGG_VERSION} +REVISION = 0 CATEGORIES = www diff --git a/www/urlwatch/Makefile b/www/urlwatch/Makefile index dd85d725679..311eedd213b 100644 --- a/www/urlwatch/Makefile +++ b/www/urlwatch/Makefile @@ -1,9 +1,10 @@ -# $OpenBSD: Makefile,v 1.27 2020/05/14 11:49:33 sthen Exp $ +# $OpenBSD: Makefile,v 1.28 2020/07/03 21:13:21 sthen Exp $ COMMENT= monitor webpages for updates MODPY_EGG_VERSION= 2.18 DISTNAME= urlwatch-${MODPY_EGG_VERSION} +REVISION= 0 CATEGORIES= www diff --git a/www/weboob/Makefile b/www/weboob/Makefile index 8b364008adc..f163a9f2d3a 100644 --- a/www/weboob/Makefile +++ b/www/weboob/Makefile @@ -1,9 +1,10 @@ -# $OpenBSD: Makefile,v 1.15 2020/04/17 15:06:57 semarie Exp $ +# $OpenBSD: Makefile,v 1.16 2020/07/03 21:13:21 sthen Exp $ COMMENT = web out of browsers MODPY_EGG_VERSION = 2.0 DISTNAME = weboob-${MODPY_EGG_VERSION} +REVISION = 0 CATEGORIES = www HOMEPAGE = https://weboob.org diff --git a/www/youtube-dl/Makefile b/www/youtube-dl/Makefile index fc6c6dd511e..8d55023a496 100644 --- a/www/youtube-dl/Makefile +++ b/www/youtube-dl/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.209 2020/06/19 13:32:14 kn Exp $ +# $OpenBSD: Makefile,v 1.210 2020/07/03 21:13:21 sthen Exp $ COMMENT = CLI program to download videos from YouTube and other sites @@ -7,6 +7,7 @@ MODPY_EGG_VERSION = ${VERSION:S/.0/./g} DISTNAME = youtube-dl-${VERSION} CATEGORIES = www +REVISION = 0 HOMEPAGE = https://ytdl-org.github.io/youtube-dl/ diff --git a/x11/arandr/Makefile b/x11/arandr/Makefile index 750193f01ff..bff734363e7 100644 --- a/x11/arandr/Makefile +++ b/x11/arandr/Makefile @@ -1,10 +1,11 @@ -# $OpenBSD: Makefile,v 1.9 2019/07/12 20:51:07 sthen Exp $ +# $OpenBSD: Makefile,v 1.10 2020/07/03 21:13:21 sthen Exp $ COMMENT = XRandR GUI MODPY_EGG_VERSION = 0.1.10 DISTNAME = arandr-${MODPY_EGG_VERSION} CATEGORIES = x11 sysutils HOMEPAGE = https://christian.amsuess.com/tools/arandr/ +REVISION = 0 MAINTAINER = Edd Barrett diff --git a/x11/dbus-python/Makefile b/x11/dbus-python/Makefile index e85c11c3ead..628b24d2525 100644 --- a/x11/dbus-python/Makefile +++ b/x11/dbus-python/Makefile @@ -1,4 +1,4 @@ -#+ $OpenBSD: Makefile,v 1.45 2020/01/25 06:38:37 ajacoutot Exp $ +#+ $OpenBSD: Makefile,v 1.46 2020/07/03 21:13:21 sthen Exp $ PORTROACH= limitw:2,even @@ -7,6 +7,7 @@ COMMENT-common = common files for py-dbus V = 1.2.16 DISTNAME = dbus-python-${V} +REVISION-main = 0 PKGNAME-main = py-dbus-${V} FULLPKGNAME-common = py-dbus-common-${V} diff --git a/x11/gnome/accerciser/Makefile b/x11/gnome/accerciser/Makefile index 99dcfeb9d91..623282fb0ab 100644 --- a/x11/gnome/accerciser/Makefile +++ b/x11/gnome/accerciser/Makefile @@ -1,9 +1,10 @@ -# $OpenBSD: Makefile,v 1.9 2020/05/14 15:12:51 ajacoutot Exp $ +# $OpenBSD: Makefile,v 1.10 2020/07/03 21:13:21 sthen Exp $ COMMENT= interactive accessibility explorer GNOME_PROJECT= accerciser GNOME_VERSION= 3.36.1 +REVISION= 0 # BSD 3-clause PERMIT_PACKAGE= Yes diff --git a/x11/gnome/builder/Makefile b/x11/gnome/builder/Makefile index 30e62adcfdc..3bf03c8560e 100644 --- a/x11/gnome/builder/Makefile +++ b/x11/gnome/builder/Makefile @@ -1,9 +1,10 @@ -# $OpenBSD: Makefile,v 1.103 2020/06/27 09:25:31 ajacoutot Exp $ +# $OpenBSD: Makefile,v 1.104 2020/07/03 21:13:22 sthen Exp $ COMMENT= IDE for GNOME GNOME_PROJECT= gnome-builder GNOME_VERSION= 3.36.1 +REVISION= 0 CATEGORIES= devel diff --git a/x11/gnome/caribou/Makefile b/x11/gnome/caribou/Makefile index bf70f35e2f4..fff447c5aea 100644 --- a/x11/gnome/caribou/Makefile +++ b/x11/gnome/caribou/Makefile @@ -1,10 +1,10 @@ -# $OpenBSD: Makefile,v 1.47 2019/07/07 11:20:50 ajacoutot Exp $ +# $OpenBSD: Makefile,v 1.48 2020/07/03 21:13:22 sthen Exp $ COMMENT= input assistive technology GNOME_PROJECT= caribou GNOME_VERSION= 0.4.21 -REVISION= 3 +REVISION= 4 SHARED_LIBS += caribou 0.0 # 0.0 diff --git a/x11/gnome/chrome-gnome-shell/Makefile b/x11/gnome/chrome-gnome-shell/Makefile index c58004952d1..dd419c13589 100644 --- a/x11/gnome/chrome-gnome-shell/Makefile +++ b/x11/gnome/chrome-gnome-shell/Makefile @@ -1,10 +1,10 @@ -# $OpenBSD: Makefile,v 1.4 2019/07/07 11:20:50 ajacoutot Exp $ +# $OpenBSD: Makefile,v 1.5 2020/07/03 21:13:22 sthen Exp $ COMMENT= GNOME Shell integration for Chrome GNOME_PROJECT= chrome-gnome-shell GNOME_VERSION= 10.1 -REVISION= 1 +REVISION= 2 # GPLv3 PERMIT_PACKAGE= Yes diff --git a/x11/gnome/eog-plugins/Makefile b/x11/gnome/eog-plugins/Makefile index 9515530a050..2822f44b7c4 100644 --- a/x11/gnome/eog-plugins/Makefile +++ b/x11/gnome/eog-plugins/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.87 2020/03/14 12:55:38 ajacoutot Exp $ +# $OpenBSD: Makefile,v 1.88 2020/07/03 21:13:22 sthen Exp $ # XXX the "postr" plugin needs postr which hasn't been ported yet @@ -6,7 +6,7 @@ COMMENT= plugins for EOG GNOME_PROJECT= eog-plugins GNOME_VERSION= 3.26.5 -REVISION = 1 +REVISION = 2 CATEGORIES= graphics diff --git a/x11/gnome/gedit-plugins/Makefile b/x11/gnome/gedit-plugins/Makefile index 7388023fb11..86ae93c3a19 100644 --- a/x11/gnome/gedit-plugins/Makefile +++ b/x11/gnome/gedit-plugins/Makefile @@ -1,9 +1,10 @@ -# $OpenBSD: Makefile,v 1.108 2020/05/14 15:13:14 jasper Exp $ +# $OpenBSD: Makefile,v 1.109 2020/07/03 21:13:22 sthen Exp $ COMMENT= plugins for Gedit GNOME_PROJECT= gedit-plugins GNOME_VERSION= 3.36.2 +REVISION= 0 CATEGORIES= editors diff --git a/x11/gnome/gedit/Makefile b/x11/gnome/gedit/Makefile index 6ff41f562a5..7edf721de05 100644 --- a/x11/gnome/gedit/Makefile +++ b/x11/gnome/gedit/Makefile @@ -1,9 +1,10 @@ -# $OpenBSD: Makefile,v 1.167 2020/05/14 15:10:57 jasper Exp $ +# $OpenBSD: Makefile,v 1.168 2020/07/03 21:13:22 sthen Exp $ COMMENT= lightweight GNOME text editor GNOME_PROJECT= gedit GNOME_VERSION= 3.36.2 +REVISION= 0 CATEGORIES= editors diff --git a/x11/gnome/libgda/Makefile b/x11/gnome/libgda/Makefile index 80f84ec4e28..67550341b70 100644 --- a/x11/gnome/libgda/Makefile +++ b/x11/gnome/libgda/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.138 2020/06/09 21:50:55 ajacoutot Exp $ +# $OpenBSD: Makefile,v 1.139 2020/07/03 21:13:22 sthen Exp $ PORTROACH= skipv:5.90.1 @@ -20,7 +20,7 @@ PKGNAME-mysql= libgda-mysql-${GNOME_VERSION} PKGNAME-pgsql= libgda-pgsql-${GNOME_VERSION} PKGNAME-ui= libgda-ui-${GNOME_VERSION} -REVISION-main = 4 +REVISION-main= 5 REVISION-ldap= 1 REVISION-mysql= 1 REVISION-pgsql= 1 diff --git a/x11/gnome/music/Makefile b/x11/gnome/music/Makefile index ef05baaba64..e29dabdb62c 100644 --- a/x11/gnome/music/Makefile +++ b/x11/gnome/music/Makefile @@ -1,9 +1,10 @@ -# $OpenBSD: Makefile,v 1.70 2020/05/31 08:58:01 ajacoutot Exp $ +# $OpenBSD: Makefile,v 1.71 2020/07/03 21:13:22 sthen Exp $ COMMENT= GNOME music playing application GNOME_PROJECT= gnome-music GNOME_VERSION= 3.36.3 +REVISION= 0 # GPLv2+ PERMIT_PACKAGE= Yes diff --git a/x11/gnome/ocrfeeder/Makefile b/x11/gnome/ocrfeeder/Makefile index 8c1c972da49..541a0a93c2c 100644 --- a/x11/gnome/ocrfeeder/Makefile +++ b/x11/gnome/ocrfeeder/Makefile @@ -1,9 +1,10 @@ -# $OpenBSD: Makefile,v 1.14 2020/03/08 22:38:50 ajacoutot Exp $ +# $OpenBSD: Makefile,v 1.15 2020/07/03 21:13:22 sthen Exp $ COMMENT= OCR and DAR program GNOME_PROJECT= ocrfeeder GNOME_VERSION= 0.8.3 +REVISION= 0 CATEGORIES= graphics textproc diff --git a/x11/gnome/orca/Makefile b/x11/gnome/orca/Makefile index 95000520895..c526ebdd9b9 100644 --- a/x11/gnome/orca/Makefile +++ b/x11/gnome/orca/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.112 2020/06/02 16:04:26 ajacoutot Exp $ +# $OpenBSD: Makefile,v 1.113 2020/07/03 21:13:22 sthen Exp $ # XXX could use brltty and brlapi (with python bindinds) -- not ported yet @@ -6,6 +6,7 @@ COMMENT= assistive screen reader GNOME_PROJECT= orca GNOME_VERSION= 3.36.3 +REVISION= 0 # LGPLv2 PERMIT_PACKAGE= Yes diff --git a/x11/gnome/py-atspi/Makefile b/x11/gnome/py-atspi/Makefile index 87468af7770..a844607d67c 100644 --- a/x11/gnome/py-atspi/Makefile +++ b/x11/gnome/py-atspi/Makefile @@ -1,10 +1,11 @@ -# $OpenBSD: Makefile,v 1.39 2020/05/14 15:58:34 ajacoutot Exp $ +# $OpenBSD: Makefile,v 1.40 2020/07/03 21:13:22 sthen Exp $ COMMENT= python bindings for at-spi2 GNOME_PROJECT= pyatspi GNOME_VERSION= 2.36.0 PKGNAME= py-atspi-${GNOME_VERSION} +REVISION= 0 HOMEPAGE= https://wiki.linuxfoundation.org/en/AT-SPI_on_D-Bus diff --git a/x11/gnome/shell/Makefile b/x11/gnome/shell/Makefile index 788babafb87..a20b4126f45 100644 --- a/x11/gnome/shell/Makefile +++ b/x11/gnome/shell/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.189 2020/06/04 07:34:31 jasper Exp $ +# $OpenBSD: Makefile,v 1.190 2020/07/03 21:13:22 sthen Exp $ USE_WXNEEDED= Yes @@ -6,6 +6,7 @@ COMMENT= next generation GNOME shell GNOME_PROJECT= gnome-shell GNOME_VERSION= 3.36.3 +REVISION= 0 # GPLv2+ PERMIT_PACKAGE= Yes diff --git a/x11/gnome/totem/Makefile b/x11/gnome/totem/Makefile index 10a2a0ceb63..208ca561745 100644 --- a/x11/gnome/totem/Makefile +++ b/x11/gnome/totem/Makefile @@ -1,9 +1,10 @@ -# $OpenBSD: Makefile,v 1.165 2019/11/01 22:10:11 ajacoutot Exp $ +# $OpenBSD: Makefile,v 1.166 2020/07/03 21:13:22 sthen Exp $ COMMENT= official media player for GNOME GNOME_PROJECT= totem GNOME_VERSION= 3.34.1 +REVISION= 0 SHARED_LIBS += totem 0.0 # 0.0.0 diff --git a/x11/gnome/tweaks/Makefile b/x11/gnome/tweaks/Makefile index 6c663b222cc..7df5e5f65d4 100644 --- a/x11/gnome/tweaks/Makefile +++ b/x11/gnome/tweaks/Makefile @@ -1,9 +1,10 @@ -# $OpenBSD: Makefile,v 1.11 2019/11/01 11:36:11 ajacoutot Exp $ +# $OpenBSD: Makefile,v 1.12 2020/07/03 21:13:22 sthen Exp $ COMMENT= customize advanced GNOME 3 options GNOME_PROJECT= gnome-tweaks GNOME_VERSION= 3.34.0 +REVISION= 0 CATEGORIES= sysutils diff --git a/x11/jgmenu/Makefile b/x11/jgmenu/Makefile index faa4cda6119..870a28eb68b 100644 --- a/x11/jgmenu/Makefile +++ b/x11/jgmenu/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.6 2019/07/12 20:51:14 sthen Exp $ +# $OpenBSD: Makefile,v 1.7 2020/07/03 21:13:22 sthen Exp $ COMMENT = freedesktop-compliant menu for openbox and tint2 CATEGORIES = x11 @@ -6,7 +6,7 @@ CATEGORIES = x11 GH_ACCOUNT = johanmalm GH_PROJECT = jgmenu GH_TAGNAME = v2.1 -REVISION = 1 +REVISION = 2 # GPLv2 only PERMIT_PACKAGE = Yes diff --git a/x11/kde-applications/cantor/Makefile b/x11/kde-applications/cantor/Makefile index 60e76b7fa8e..bb8a7f6edb3 100644 --- a/x11/kde-applications/cantor/Makefile +++ b/x11/kde-applications/cantor/Makefile @@ -1,9 +1,9 @@ -# $OpenBSD: Makefile,v 1.13 2020/06/03 05:13:35 rsadowski Exp $ +# $OpenBSD: Makefile,v 1.14 2020/07/03 21:13:23 sthen Exp $ COMMENT = KDE mathematical applications DISTNAME = cantor-${VERSION} CATEGORIES = education math -REVISION = 0 +REVISION = 1 SHARED_LIBS += cantorlibs 52.0 # 17.08 diff --git a/x11/kde-applications/kajongg/Makefile b/x11/kde-applications/kajongg/Makefile index bea7a497eeb..1599e39cd31 100644 --- a/x11/kde-applications/kajongg/Makefile +++ b/x11/kde-applications/kajongg/Makefile @@ -1,8 +1,9 @@ -# $OpenBSD: Makefile,v 1.5 2020/03/23 18:01:16 rsadowski Exp $ +# $OpenBSD: Makefile,v 1.6 2020/07/03 21:13:23 sthen Exp $ COMMENT = Mah Jongg four players board game for KDE5 DISTNAME = kajongg-${VERSION} CATEGORIES = games +REVISION = 0 HOMEPAGE = https://www.kde.org/applications/games/kajongg diff --git a/x11/kde-applications/lokalize/Makefile b/x11/kde-applications/lokalize/Makefile index 37f8f1fd44c..e05fe7203b4 100644 --- a/x11/kde-applications/lokalize/Makefile +++ b/x11/kde-applications/lokalize/Makefile @@ -1,9 +1,9 @@ -# $OpenBSD: Makefile,v 1.5 2020/06/05 05:40:29 rsadowski Exp $ +# $OpenBSD: Makefile,v 1.6 2020/07/03 21:13:23 sthen Exp $ COMMENT = KDE app localization tools DISTNAME = lokalize-${VERSION} CATEGORIES = x11 devel -REVISION = 2 +REVISION = 3 HOMEPAGE = https://kde.org/applications/office/org.kde.lokalize diff --git a/x11/mate/pluma/Makefile b/x11/mate/pluma/Makefile index 683f49c6002..f6fbd525ab3 100644 --- a/x11/mate/pluma/Makefile +++ b/x11/mate/pluma/Makefile @@ -1,8 +1,9 @@ -# $OpenBSD: Makefile,v 1.27 2020/03/21 16:14:56 robert Exp $ +# $OpenBSD: Makefile,v 1.28 2020/07/03 21:13:23 sthen Exp $ USE_WXNEEDED= Yes COMMENT= powerful text editor for the MATE desktop +REVISION= 0 CATEGORIES= textproc diff --git a/x11/menumaker/Makefile b/x11/menumaker/Makefile index 43549f0f9f7..4d618b56710 100644 --- a/x11/menumaker/Makefile +++ b/x11/menumaker/Makefile @@ -1,8 +1,9 @@ -# $OpenBSD: Makefile,v 1.5 2020/04/18 09:01:37 rsadowski Exp $ +# $OpenBSD: Makefile,v 1.6 2020/07/03 21:13:23 sthen Exp $ COMMENT = menu generation utility for X window managers DISTNAME = menumaker-0.99.11 CATEGORIES = x11 +REVISION = 0 MASTER_SITES = ${MASTER_SITE_SOURCEFORGE:=menumaker/} diff --git a/x11/nagstamon/Makefile b/x11/nagstamon/Makefile index d0ea0569e8b..ede54ba35c9 100755 --- a/x11/nagstamon/Makefile +++ b/x11/nagstamon/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.29 2020/03/07 17:36:42 sthen Exp $ +# $OpenBSD: Makefile,v 1.30 2020/07/03 21:13:23 sthen Exp $ COMMENT= nagios status monitor for the Desktop @@ -6,6 +6,7 @@ MODPY_EGG_VERSION= 3.4.1 DISTNAME= Nagstamon-${MODPY_EGG_VERSION} PKGNAME= ${DISTNAME:L} WRKDIST= ${WRKDIR}/Nagstamon +REVISION= 0 CATEGORIES= x11 net diff --git a/x11/polybar/Makefile b/x11/polybar/Makefile index dc2a0307937..351b76f8111 100644 --- a/x11/polybar/Makefile +++ b/x11/polybar/Makefile @@ -1,9 +1,10 @@ -# $OpenBSD: Makefile,v 1.9 2020/05/15 08:07:55 jasper Exp $ +# $OpenBSD: Makefile,v 1.10 2020/07/03 21:13:23 sthen Exp $ COMMENT = fast and easy-to-use status bar V = 3.4.3 DISTNAME = polybar-$V CATEGORIES = x11 +REVISION = 0 HOMEPAGE = https://polybar.github.io/ MAINTAINER = Jasper Lievisse Adriaanse diff --git a/x11/py-qt5/Makefile b/x11/py-qt5/Makefile index dd21444f33e..ef37e082fb8 100644 --- a/x11/py-qt5/Makefile +++ b/x11/py-qt5/Makefile @@ -1,10 +1,11 @@ -# $OpenBSD: Makefile,v 1.22 2020/03/13 16:54:11 rsadowski Exp $ +# $OpenBSD: Makefile,v 1.23 2020/07/03 21:13:23 sthen Exp $ COMMENT = python Qt5 bindings V= 5.13.2 DISTNAME= PyQt5-${V} PKGNAME= py-qt5-${V} +REVISION= 0 CATEGORIES= x11 devel diff --git a/x11/py-qtawesome/Makefile b/x11/py-qtawesome/Makefile index ee0d55d25bf..f8beef123ba 100644 --- a/x11/py-qtawesome/Makefile +++ b/x11/py-qtawesome/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.6 2019/11/11 18:38:03 bket Exp $ +# $OpenBSD: Makefile,v 1.7 2020/07/03 21:13:23 sthen Exp $ COMMENT = FontAwesome icons in PyQt and PySide applications @@ -6,6 +6,7 @@ MODPY_EGG_VERSION = 0.6.0 DISTNAME = QtAwesome-${MODPY_EGG_VERSION} PKGNAME = py-qtawesome-${MODPY_EGG_VERSION} CATEGORIES = x11 +REVISION = 0 HOMEPAGE = https://github.com/spyder-ide/qtawesome diff --git a/x11/py-qtpy/Makefile b/x11/py-qtpy/Makefile index 6badb4a8a8b..62544d17c4a 100644 --- a/x11/py-qtpy/Makefile +++ b/x11/py-qtpy/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.12 2019/07/12 20:51:20 sthen Exp $ +# $OpenBSD: Makefile,v 1.13 2020/07/03 21:13:23 sthen Exp $ COMMENT = provides an abstraction layer of various Qt bindings @@ -6,7 +6,7 @@ MODPY_EGG_VERSION = 1.6.0 DISTNAME = QtPy-${MODPY_EGG_VERSION} PKGNAME = py-qtpy-${MODPY_EGG_VERSION} CATEGORIES = x11 -REVISION = 1 +REVISION = 2 HOMEPAGE = https://github.com/spyder-ide/qtpy diff --git a/x11/py-sip-qt5/Makefile b/x11/py-sip-qt5/Makefile index b60f367ee59..691015544e5 100644 --- a/x11/py-sip-qt5/Makefile +++ b/x11/py-sip-qt5/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.1.1.1 2020/03/10 09:32:46 landry Exp $ +# $OpenBSD: Makefile,v 1.2 2020/07/03 21:13:23 sthen Exp $ COMMENT = sip extension for qt5 @@ -8,6 +8,7 @@ MODPY_EGG_VERSION = 4.19.19 DISTNAME = sip-${MODPY_EGG_VERSION} PKGNAME = py-sip-qt5-${MODPY_EGG_VERSION} CATEGORIES = x11 +REVISION = 0 HOMEPAGE = https://www.riverbankcomputing.com/software/sip/intro diff --git a/x11/py-virtualdisplay/Makefile b/x11/py-virtualdisplay/Makefile index d8e7ff21a7f..fe3fd858915 100644 --- a/x11/py-virtualdisplay/Makefile +++ b/x11/py-virtualdisplay/Makefile @@ -1,11 +1,11 @@ -# $OpenBSD: Makefile,v 1.3 2019/07/12 20:51:20 sthen Exp $ +# $OpenBSD: Makefile,v 1.4 2020/07/03 21:13:23 sthen Exp $ COMMENT = Python wrapper for Xvfb, Xephyr and Xvnc MODPY_EGG_VERSION = 0.2.1 DISTNAME = PyVirtualDisplay-${MODPY_EGG_VERSION} PKGNAME = ${DISTNAME:L:S/^py/py-/} -REVISION = 0 +REVISION = 1 CATEGORIES = x11 diff --git a/x11/py-xcbgen/Makefile b/x11/py-xcbgen/Makefile index 3767563c226..f6620aa530f 100644 --- a/x11/py-xcbgen/Makefile +++ b/x11/py-xcbgen/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.6 2020/05/16 08:49:54 matthieu Exp $ +# $OpenBSD: Makefile,v 1.7 2020/07/03 21:13:23 sthen Exp $ COMMENT = X C Binding - protocol binding generator @@ -6,6 +6,7 @@ COMMENT = X C Binding - protocol binding generator VERSION= 1.14 DISTNAME = xcb-proto-${VERSION} PKGNAME = py-xcbgen-${VERSION} +REVISION = 0 CATEGORIES = x11 diff --git a/x11/py-xlib/Makefile b/x11/py-xlib/Makefile index fc7ad2e28d8..503aeaed7b4 100644 --- a/x11/py-xlib/Makefile +++ b/x11/py-xlib/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.3 2019/11/08 10:58:46 kmos Exp $ +# $OpenBSD: Makefile,v 1.4 2020/07/03 21:13:23 sthen Exp $ COMMENT = X11 library for Python @@ -6,6 +6,7 @@ GH_ACCOUNT = python-xlib GH_PROJECT = python-xlib GH_TAGNAME = 0.25 PKGNAME = py-xlib-${GH_TAGNAME} +REVISION = 0 CATEGORIES = x11