notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
All times are UTC
Ukraine
non port: devel/py-responses/Makefile
SVNWeb

Number of commits found: 47

Wed, 16 Aug 2023
[ 18:25 Po-Chuan Hsieh (sunpoet) search for other commits by this committer ]    commit hash:3b30e8a16b20c980a33f42ca9eaab4439b7ef0c8  commit hash:3b30e8a16b20c980a33f42ca9eaab4439b7ef0c8  commit hash:3b30e8a16b20c980a33f42ca9eaab4439b7ef0c8  3b30e8a 
devel/py-responses: Update to 0.23.3

Changes:	https://github.com/getsentry/responses/releases
Fri, 30 Jun 2023
[ 07:03 Po-Chuan Hsieh (sunpoet) search for other commits by this committer ]    commit hash:0c1a5f7d5e51134433e5f08d7ac74e8f68c0d22b  commit hash:0c1a5f7d5e51134433e5f08d7ac74e8f68c0d22b  commit hash:0c1a5f7d5e51134433e5f08d7ac74e8f68c0d22b  0c1a5f7 
devel/py-responses: Remove outdated PYTHON_REL check after lang/python37 removal
Tue, 27 Jun 2023
[ 19:34 Rene Ladan (rene) search for other commits by this committer ]    commit hash:3d9a815d9c5acbb71f4bb07738bdeab4879feacb  commit hash:3d9a815d9c5acbb71f4bb07738bdeab4879feacb  commit hash:3d9a815d9c5acbb71f4bb07738bdeab4879feacb  3d9a815  (Only the first 10 of 4481 ports in this commit are shown above. View all ports for this commit)
all: remove explicit versions in USES=python for "3.x+"

The logic in USES=python will automatically convert this to 3.8+ by
itself.

Adjust two ports that only had Python 3.7 mentioned but build fine
on Python 3.8 too.

finance/quickfix: mark BROKEN with PYTHON

libtool: compile:  c++ -DHAVE_CONFIG_H -I. -I../.. -I -I. -I.. -I../.. -I../C++
-DLIBICONV_PLUG -DPYTHON_MAJOR_VERSION=3 -Wno-unused-variable
-Wno-maybe-uninitialized -O2 -pipe -DLIBICONV_PLUG -fstack-protector-strong
-fno-strict-aliasing -DLIBICONV_PLUG -Wall -ansi
-Wno-unused-command-line-argument -Wpointer-arith -Wwrite-strings
-Wno-overloaded-virtual -Wno-deprecated-declarations -Wno-deprecated -std=c++0x
-MT _quickfix_la-QuickfixPython.lo -MD -MP -MF
.deps/_quickfix_la-QuickfixPython.Tpo -c QuickfixPython.cpp  -fPIC -DPIC -o
.libs/_quickfix_la-QuickfixPython.o
warning: unknown warning option '-Wno-maybe-uninitialized'; did you mean
'-Wno-uninitialized'? [-Wunknown-warning-option]
QuickfixPython.cpp:175:11: fatal error: 'Python.h' file not found
          ^~~~~~~~~~
1 warning and 1 error generated.

Reviewed by:	portmgr, vishwin, yuri
Differential Revision:	<https://reviews.freebsd.org/D40568>
Wed, 5 Apr 2023
[ 17:30 Po-Chuan Hsieh (sunpoet) search for other commits by this committer ]    commit hash:1adf0e27c706e72e03e2fdf145a98c7d5f77b4dc  commit hash:1adf0e27c706e72e03e2fdf145a98c7d5f77b4dc  commit hash:1adf0e27c706e72e03e2fdf145a98c7d5f77b4dc  1adf0e2 
devel/py-responses: Update to 0.23.1

Changes:	https://github.com/getsentry/responses/releases
Wed, 11 Jan 2023
[ 15:58 Dmitry Marakasov (amdmi3) search for other commits by this committer ]    commit hash:77d68471aded6907dbbcb5ef50d557e4c69db656  commit hash:77d68471aded6907dbbcb5ef50d557e4c69db656  commit hash:77d68471aded6907dbbcb5ef50d557e4c69db656  77d6847  (Only the first 10 of 3335 ports in this commit are shown above. View all ports for this commit)
*/*: rename CHEESESHOP to PYPI in MASTER_SITES

PR:			267994
Differential revision:	D37518
Approved by:		bapt
Sat, 19 Nov 2022
[ 08:12 Po-Chuan Hsieh (sunpoet) search for other commits by this committer ]    commit hash:8b1fee39a3c063daceada931b081bfcba1f2dade  commit hash:8b1fee39a3c063daceada931b081bfcba1f2dade  commit hash:8b1fee39a3c063daceada931b081bfcba1f2dade  8b1fee3 
devel/py-responses: Update to 0.22.0

- Revert aa1913df7f3f2f46e4b276b5c1b4e6d647ed70a4
- Convert to USE_PYTHON=pytest

Changes:	https://github.com/getsentry/responses/releases
Mon, 7 Nov 2022
[ 12:27 Dmitry Marakasov (amdmi3) search for other commits by this committer ]    commit hash:aa1913df7f3f2f46e4b276b5c1b4e6d647ed70a4  commit hash:aa1913df7f3f2f46e4b276b5c1b4e6d647ed70a4  commit hash:aa1913df7f3f2f46e4b276b5c1b4e6d647ed70a4  aa1913d 
devel/py-responses: switch to USES=pytest

Approved by:	portmgr blanket
Wed, 7 Sep 2022
[ 21:10 Stefan Eßer (se) search for other commits by this committer ]    commit hash:b7f05445c00f2625aa19b4154ebcbce5ed2daa52  commit hash:b7f05445c00f2625aa19b4154ebcbce5ed2daa52  commit hash:b7f05445c00f2625aa19b4154ebcbce5ed2daa52  b7f0544  (Only the first 10 of 27931 ports in this commit are shown above. View all ports for this commit)
Add WWW entries to port Makefiles

It has been common practice to have one or more URLs at the end of the
ports' pkg-descr files, one per line and prefixed with "WWW:". These
URLs should point at a project website or other relevant resources.

Access to these URLs required processing of the pkg-descr files, and
they have often become stale over time. If more than one such URL was
present in a pkg-descr file, only the first one was tarnsfered into
the port INDEX, but for many ports only the last line did contain the
port specific URL to further information.

There have been several proposals to make a project URL available as
a macro in the ports' Makefiles, over time.
(Only the first 15 lines of the commit message are shown above View all of this commit message)
Wed, 20 Jul 2022
[ 14:21 Tobias C. Berner (tcberner) search for other commits by this committer ]    commit hash:aa6eefd5e663357e8223399bc38c7987f5e35746  commit hash:aa6eefd5e663357e8223399bc38c7987f5e35746  commit hash:aa6eefd5e663357e8223399bc38c7987f5e35746  aa6eefd  (Only the first 10 of 5087 ports in this commit are shown above. View all ports for this commit)
devel: remove 'Created by' lines

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

  *  "Waitman Gobble" <uzimac@da3m0n8t3r.com>
  *  <jkoshy@FreeBSD.org>
  *  Aaron Dalton <aaron@FreeBSD.org>
  *  Aaron Dalton <aaron@daltons.ca>
  *  Aaron H. K. Diep <ahkdiep@gmail.com>
  *  Aaron Hurt <ahurt@anbcs.com>
  *  Abel Chow <abel_chow@yahoo.com>
  *  Adam McLaurin
  *  Adam Saponara <as@php.net>
  *  Adam Weinberger <adamw@FreeBSD.org>
  *  Ade Lovett <ade@FreeBSD.org>
(Only the first 15 lines of the commit message are shown above View all of this commit message)
Fri, 3 Jun 2022
[ 09:00 Po-Chuan Hsieh (sunpoet) search for other commits by this committer ]    commit hash:1c3a874e8ca61c6c3cab95df9d5d2bd423d8b045  commit hash:1c3a874e8ca61c6c3cab95df9d5d2bd423d8b045  commit hash:1c3a874e8ca61c6c3cab95df9d5d2bd423d8b045  1c3a874 
devel/py-responses: Update to 0.21.0

Changes:	https://github.com/getsentry/responses/releases
Wed, 30 Mar 2022
[ 22:21 Po-Chuan Hsieh (sunpoet) search for other commits by this committer ]    commit hash:9e76c19e6bb953755c08852cf37d1c82b6c9865e  commit hash:9e76c19e6bb953755c08852cf37d1c82b6c9865e  commit hash:9e76c19e6bb953755c08852cf37d1c82b6c9865e  9e76c19 
devel/py-responses: Update to 0.20.0

Changes:	https://github.com/getsentry/responses/releases
Fri, 25 Mar 2022
[ 13:37 Po-Chuan Hsieh (sunpoet) search for other commits by this committer ]    commit hash:66de597e3fc71a662b91aa310cde94385bfb8158  commit hash:66de597e3fc71a662b91aa310cde94385bfb8158  commit hash:66de597e3fc71a662b91aa310cde94385bfb8158  66de597 
devel/py-responses: Update to 0.19.0

Changes:	https://github.com/getsentry/responses/releases
Mon, 7 Mar 2022
[ 18:11 Po-Chuan Hsieh (sunpoet) search for other commits by this committer ]    commit hash:49876b57588ec52b3c30a7b5131d602e6d606ac2  commit hash:49876b57588ec52b3c30a7b5131d602e6d606ac2  commit hash:49876b57588ec52b3c30a7b5131d602e6d606ac2  49876b5 
devel/py-responses: Update to 0.18.0

Changes:	https://github.com/getsentry/responses/releases
Sun, 23 Jan 2022
[ 18:47 Po-Chuan Hsieh (sunpoet) search for other commits by this committer ]    commit hash:c0837799058a7d1bd4b5369c2a087110772e814f  commit hash:c0837799058a7d1bd4b5369c2a087110772e814f  commit hash:c0837799058a7d1bd4b5369c2a087110772e814f  c083779 
devel/py-responses: Update to 0.17.0

Changes:	https://github.com/getsentry/responses/releases
Sun, 21 Nov 2021
[ 21:15 Po-Chuan Hsieh (sunpoet) search for other commits by this committer ]    commit hash:26955cc1887afd0117840285e4ab94fede1a6ef7  commit hash:26955cc1887afd0117840285e4ab94fede1a6ef7  commit hash:26955cc1887afd0117840285e4ab94fede1a6ef7  26955cc 
devel/py-responses: Update to 0.16.0

Changes:	https://github.com/getsentry/responses/releases
Mon, 1 Nov 2021
[ 13:41 Po-Chuan Hsieh (sunpoet) search for other commits by this committer ]    commit hash:35200bca1bb69a6c46ce14f5fbad33b156552f15  commit hash:35200bca1bb69a6c46ce14f5fbad33b156552f15  commit hash:35200bca1bb69a6c46ce14f5fbad33b156552f15  35200bc 
devel/py-responses: Update to 0.15.0

Changes:	https://github.com/getsentry/responses/releases
Tue, 21 Sep 2021
[ 03:44 Po-Chuan Hsieh (sunpoet) search for other commits by this committer ]    commit hash:2fc49e0f8ef9299ade9d9961c13c8bdcc4172222  commit hash:2fc49e0f8ef9299ade9d9961c13c8bdcc4172222  commit hash:2fc49e0f8ef9299ade9d9961c13c8bdcc4172222  2fc49e0 
devel/py-responses: Update to 0.14.0

Changes:	https://github.com/getsentry/responses/releases
Sat, 1 May 2021
[ 22:19 Po-Chuan Hsieh (sunpoet) search for other commits by this committer ]    commit hash:d01025ee408feb1dd7092cc43d6a551d73a6d89c  commit hash:d01025ee408feb1dd7092cc43d6a551d73a6d89c  commit hash:d01025ee408feb1dd7092cc43d6a551d73a6d89c  d01025e 
devel/py-responses: Update to 0.13.3

Changes:	https://github.com/getsentry/responses/releases
Sun, 25 Apr 2021
[ 20:35 Po-Chuan Hsieh (sunpoet) search for other commits by this committer ]    commit hash:5c7d6b9d60c264a6fda3d2b2824d2ae26b2d3abd  commit hash:5c7d6b9d60c264a6fda3d2b2824d2ae26b2d3abd  commit hash:5c7d6b9d60c264a6fda3d2b2824d2ae26b2d3abd  5c7d6b9 
devel/py-responses: Update to 0.13.2

Changes:	https://github.com/getsentry/responses/releases
Sun, 18 Apr 2021
[ 05:43 Po-Chuan Hsieh (sunpoet) search for other commits by this committer ]    commit hash:29bbbc01616b3f2b52754636b76dce0307287171  commit hash:29bbbc01616b3f2b52754636b76dce0307287171  commit hash:29bbbc01616b3f2b52754636b76dce0307287171  29bbbc0 
devel/py-responses: Update to 0.13.1

Changes:	https://github.com/getsentry/responses/releases
Tue, 6 Apr 2021
[ 14:31 Mathieu Arnold (mat) search for other commits by this committer ]    commit hash:305f148f482daf30dcf728039d03d019f88344eb  commit hash:305f148f482daf30dcf728039d03d019f88344eb  commit hash:305f148f482daf30dcf728039d03d019f88344eb  305f148  (Only the first 10 of 29333 ports in this commit are shown above. View all ports for this commit)
Remove # $FreeBSD$ from Makefiles.
Mon, 11 Jan 2021
[ 19:36 rene search for other commits by this committer ] Original commit   Revision:561252 (Only the first 10 of 95 ports in this commit are shown above. View all ports for this commit)
Remove logic for Python < 3.6 for ports using Python 3.6+
Mon, 28 Dec 2020
[ 23:02 antoine search for other commits by this committer ] Original commit   Revision:559531 (Only the first 10 of 1942 ports in this commit are shown above. View all ports for this commit)
Drop python 2.7 support from a few ports

With hat:	portmgr
Sun, 15 Nov 2020
[ 18:03 sunpoet search for other commits by this committer ] Original commit   Revision:555315
Update to 0.12.1

Changes:	https://github.com/getsentry/responses/releases
Sun, 6 Sep 2020
[ 15:36 sunpoet search for other commits by this committer ] Original commit   Revision:547817
Update to 0.12.0

Changes:	https://github.com/getsentry/responses/releases
Wed, 19 Aug 2020
[ 16:20 sunpoet search for other commits by this committer ] Original commit   Revision:545374
Update to 0.10.16

Changes:	https://github.com/getsentry/responses/releases
Mon, 15 Jun 2020
[ 18:49 sunpoet search for other commits by this committer ] Original commit   Revision:538998
Update to 0.10.15

Changes:	https://github.com/getsentry/responses/releases
Sat, 2 May 2020
[ 01:38 sunpoet search for other commits by this committer ] Original commit   Revision:533629
Update to 0.10.14

Changes:	https://github.com/getsentry/responses/releases
Tue, 3 Mar 2020
[ 18:50 sunpoet search for other commits by this committer ] Original commit   Revision:527700
Update to 0.10.12

Changes:	https://github.com/getsentry/responses/releases
Sat, 29 Feb 2020
[ 11:24 sunpoet search for other commits by this committer ] Original commit   Revision:527406
Update to 0.10.11

Changes:	https://github.com/getsentry/responses/releases
Sun, 29 Dec 2019
[ 12:54 sunpoet search for other commits by this committer ] Original commit   Revision:521319
Update to 0.10.9

Changes:	https://github.com/getsentry/responses/releases
Sat, 28 Dec 2019
[ 07:30 sunpoet search for other commits by this committer ] Original commit   Revision:521089
Update to 0.10.8

Changes:	https://github.com/getsentry/responses/releases
Sun, 8 Dec 2019
[ 17:03 sunpoet search for other commits by this committer ] Original commit   Revision:519412
Update to 0.10.7

Changes:	https://github.com/getsentry/responses/releases
Sun, 17 Mar 2019
[ 18:58 sunpoet search for other commits by this committer ] Original commit   Revision:496096
Update to 0.10.6

Changes:	https://github.com/getsentry/responses/releases
Wed, 20 Feb 2019
[ 12:20 antoine search for other commits by this committer ] Original commit   Revision:493420
Add missing RUN_DEPENDS when using python 2.7
Tue, 1 Jan 2019
[ 20:36 sunpoet search for other commits by this committer ] Original commit   Revision:489001
Update to 0.10.5

Changes:	https://github.com/getsentry/responses/releases
Thu, 15 Nov 2018
[ 19:06 sunpoet search for other commits by this committer ] Original commit   Revision:485024
Update to 0.10.4

Changes:	https://github.com/getsentry/responses/releases
Sat, 10 Nov 2018
[ 07:57 sunpoet search for other commits by this committer ] Original commit   Revision:484579
Update to 0.10.3

Changes:	https://github.com/getsentry/responses/releases
Sat, 27 Oct 2018
[ 23:23 sunpoet search for other commits by this committer ] Original commit   Revision:483193
Update to 0.10.2

Changes:	https://github.com/getsentry/responses/releases
Sun, 21 Oct 2018
[ 16:49 sunpoet search for other commits by this committer ] Original commit   Revision:482684
Update to 0.10.1

Changes:	https://github.com/getsentry/responses/releases
Sat, 20 Oct 2018
[ 14:47 sunpoet search for other commits by this committer ] Original commit   Revision:482508
Update to 0.10.0

Changes:	https://github.com/getsentry/responses/releases
Wed, 20 Jun 2018
[ 17:05 mat search for other commits by this committer ] Original commit   Revision:472884 (Only the first 10 of 1617 ports in this commit are shown above. View all ports for this commit)
Use PY_FLAVOR for dependencies.

FLAVOR is the current port's flavor, it should not be used outside of
this scope.

Sponsored by:	Absolight
Tue, 17 Apr 2018
[ 19:16 sunpoet search for other commits by this committer ] Original commit   Revision:467645
Update to 0.9.0

- Add LICENSE_FILE
- Sort RUN_DEPENDS
- Add TEST_DEPENDS
- Allow concurrent installation (USE_PYTHON=concurrent)
- Take maintainership

Changes:	https://github.com/getsentry/responses/releases
		https://github.com/getsentry/responses/blob/master/CHANGES
Mon, 16 Apr 2018
[ 21:33 feld search for other commits by this committer ] Original commit   Revision:467537 (Only the first 10 of 19 ports in this commit are shown above. View all ports for this commit)
Reset MAINTAINER

Approved by:	maintainer (private communications)
Thu, 30 Nov 2017
[ 15:50 mat search for other commits by this committer ] Original commit   Revision:455210 (Only the first 10 of 2423 ports in this commit are shown above. View all ports for this commit)
Convert Python ports to FLAVORS.

  Ports using USE_PYTHON=distutils are now flavored.  They will
  automatically get flavors (py27, py34, py35, py36) depending on what
  versions they support.

  There is also a USE_PYTHON=flavors for ports that do not use distutils
  but need FLAVORS to be set.  A USE_PYTHON=noflavors can be set if
  using distutils but flavors are not wanted.

  A new USE_PYTHON=optsuffix that will add PYTHON_PKGNAMESUFFIX has been
  added to cope with Python ports that did not have the Python
  PKGNAMEPREFIX but are flavored.

  USES=python now also exports a PY_FLAVOR variable that contains the
(Only the first 15 lines of the commit message are shown above View all of this commit message)
Fri, 1 Apr 2016
[ 14:00 mat search for other commits by this committer ] Original commit   Revision:412346 (Only the first 10 of 5103 ports in this commit are shown above. View all ports for this commit)
Remove ${PORTSDIR}/ from dependencies, categories d, e, f, and g.

With hat:	portmgr
Sponsored by:	Absolight
Fri, 8 Jan 2016
[ 04:41 koobs search for other commits by this committer ] Original commit   Revision:405517
[NEW] devel/py-responses: Utility library for mocking out the requests Python
library

A utility library for mocking out the requests Python library.

WWW: https://github.com/getsentry/responses

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

Number of commits found: 47