Port details |
- py-praw Python Reddit API Wrapper
- 7.8.1 www =2 7.7.1Version of this port present on the latest quarterly branch.
- Maintainer: bofh@FreeBSD.org
- Port Added: 2013-06-30 13:45:10
- Last Update: 2024-11-04 11:53:14
- Commit Hash: 728c874
- People watching this port, also watch:: jdictionary, py311-Automat, py311-python-gdsii, py39-PyOpenGL, p5-Sane
- Also Listed In: python
- License: BSD2CLAUSE
- WWW:
- https://praw.readthedocs.io
- Description:
- PRAW, an acronym for "Python Reddit API Wrapper", is a python package
that allows for simple access to reddit's API. PRAW aims to be as easy
to use as possible and is designed to follow all of reddit's API rules.
You have to give a useragent that follows the rules, everything else is
handled by PRAW so you needn't worry about violating them.
- ¦ ¦ ¦ ¦
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - There is no configure plist information for this port.
- Dependency lines:
-
- ${PYTHON_PKGNAMEPREFIX}praw>0:www/py-praw@${PY_FLAVOR}
- To install the port:
- cd /usr/ports/www/py-praw/ && make install clean
- To add the package, run one of these commands:
- pkg install www/py-praw
- pkg install py311-praw
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above. NOTE: This is a Python port. Instead of py311-praw listed in the above command, you can pick from the names under the Packages section.- PKGNAME: py311-praw
- Package flavors (<flavor>: <package>)
- distinfo:
- TIMESTAMP = 1730718062
SHA256 (praw-dev-praw-v7.8.1_GH0.tar.gz) = e01197db4c23732b07d0d439c65e1e143aea830904585bac7be6410760c57a9e
SIZE (praw-dev-praw-v7.8.1_GH0.tar.gz) = 24249538
Packages (timestamps in pop-ups are UTC):
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- py311-flit-core>0 : devel/py-flit-core@py311
- py311-prawcore>=2.4 : www/py-prawcore@py311
- py311-update_checker>=0.18 : devel/py-update_checker@py311
- py311-websocket-client>=0.54.0.0 : www/py-websocket-client@py311
- python3.11 : lang/python311
- py311-build>=0 : devel/py-build@py311
- py311-installer>=0 : devel/py-installer@py311
- Test dependencies:
-
- py311-betamax>=0.8 : devel/py-betamax@py311
- py311-requests>=2.20.1 : www/py-requests@py311
- py311-urllib3>=1.21.1 : net/py-urllib3@py311
- py311-pytest>=7,1 : devel/py-pytest@py311
- python3.11 : lang/python311
- Runtime dependencies:
-
- py311-prawcore>=2.4 : www/py-prawcore@py311
- py311-update_checker>=0.18 : devel/py-update_checker@py311
- py311-websocket-client>=0.54.0.0 : www/py-websocket-client@py311
- python3.11 : lang/python311
- This port is required by:
- for Run
-
- irc/py-sopel
Configuration Options:
- No options to configure
- Options name:
- www_py-praw
- USES:
- python
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
7.8.1 04 Nov 2024 11:53:14 |
Muhammad Moinur Rahman (bofh) |
www/py-praw: Update version 7.8.0=>7.8.1
Changelog: https://github.com/praw-dev/praw/releases/tag/v7.8.1 |
7.8.0 25 Oct 2024 15:54:40 |
Muhammad Moinur Rahman (bofh) |
www/py-praw: Update version 7.7.1=>7.8.0
- Move to pep517 build system
Changelog: https://github.com/praw-dev/praw/releases/tag/v7.8.0 |
7.7.1 15 Jul 2023 13:26:57 |
Muhammad Moinur Rahman (bofh) |
www/py-praw: Update version 7.7.0=>7.7.1
Changelog:
https://praw.readthedocs.io/en/stable/package_info/change_log.html |
7.7.0 27 Jun 2023 19:34:34 |
Rene Ladan (rene) |
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> |
7.7.0 27 Feb 2023 15:45:50 |
Muhammad Moinur Rahman (bofh) |
www/py-praw: Update version 7.6.1=>7.7.0
Changelog:
https://praw.readthedocs.io/en/stable/package_info/change_log.html |
7.6.1 16 Nov 2022 22:14:41 |
Muhammad Moinur Rahman (bofh) |
www/py-praw: Update version 7.6.0=>7.6.1
- Migrate to USE_PYTHON=pytest framework
Relnotes:
https://praw.readthedocs.io/en/stable/package_info/change_log.html |
07 Sep 2022 21:58:51 |
Stefan Eßer (se) |
Remove WWW entries moved into port Makefiles
Commit b7f05445c00f has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.
This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.
Approved by: portmgr (tcberner) |
7.6.0 07 Sep 2022 21:10:59 |
Stefan Eßer (se) |
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 ) |
7.6.0 20 Jul 2022 14:23:26 |
Tobias C. Berner (tcberner) |
www: remove 'Created by' lines
A big Thank You to the original contributors of these ports:
*
* <hvo.pm@xs4all.nl>
* Aaron Dalton <aaron@FreeBSD.org>
* Aaron Dalton <aaron@daltons.ca>
* Aaron LI <aly@aaronly.me>
* Aaron Zauner <az_mail@gmx.at>
* Abel Chow <achow@transoft.net>
* Adam Weinberger <adamw@FreeBSD.org>
* Ade Lovett <ade@FreeBSD.org>
* Adrian Steinmann <ast@marabu.ch>
* Akinori MUSHA aka knu <knu@idaemons.org> (Only the first 15 lines of the commit message are shown above ) |
7.6.0 21 May 2022 20:53:30 |
Muhammad Moinur Rahman (bofh) |
www/py-praw: Update version 7.5.0=>7.6.0
Relnotes: https://github.com/praw-dev/praw/releases/tag/v7.6.0 |
7.5.0 12 Mar 2022 10:45:25 |
Muhammad Moinur Rahman (bofh) |
www/py-praw: Update version 6.2.0=>7.5.0
Relnotes: https://github.com/praw-dev/praw/releases/tag/v7.5.0 |
6.2.0 08 Mar 2022 02:09:57 |
Muhammad Moinur Rahman (bofh) |
*/*: Take maintainership |
6.2.0 07 Mar 2022 19:07:39 |
Rene Ladan (rene) |
all: return koobs' ports to the pool after safekeeping his commit bit. |
6.2.0 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
6.2.0 28 Dec 2020 23:02:15 |
antoine |
Drop python 2.7 support from a few ports
With hat: portmgr |
6.2.0 17 May 2019 08:00:59 |
koobs |
www/py-praw: Update to 6.2.0
- Pet portlint, NO_ARCH in USE{S} section
Changelog:
https://github.com/praw-dev/praw/blob/v6.2.0/CHANGES.rst |
3.5.0_1 10 Apr 2019 06:18:32 |
antoine |
Bump a few PORTREVISIONs after r498529
With hat: portmgr |
3.5.0 20 Jun 2018 17:05:44 |
mat |
Use PY_FLAVOR for dependencies.
FLAVOR is the current port's flavor, it should not be used outside of
this scope.
Sponsored by: Absolight |
3.5.0 30 Nov 2017 15:50:34 |
mat |
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 ) |
3.5.0 20 Oct 2016 01:37:31 |
koobs |
www/py-praw: Update to 3.5.0
- Update PORTVERSION and distinfo checksum (3.5.0)
- Set architecture neutral
- Update pkg-descr WWW URL to .io domain (and use https://)
PR: 211703
Submitted by: Danilo G. Baio <dbaio bsd com br> |
3.4.0 01 Apr 2016 14:33:58 |
mat |
Remove ${PORTSDIR}/ from dependencies, categories v, w, x, y, and z.
With hat: portmgr
Sponsored by: Absolight |
3.4.0 07 Mar 2016 05:33:00 |
koobs |
www/py-praw: Update to 3.4.0, Modernize
- Update PORTVERSION and distinfo checksum (3.4.0)
- Add LICENSE_FILE
- Update RUN_DEPENDS
- Update TEST_DEPENDS and test target.
- Enable "concurrent" Python version installation
- Patch setup.py to relax dependency versions
Changes:
https://praw.readthedocs.org/en/stable/pages/changelog.html |
2.1.11_2 07 May 2015 20:24:16 |
mat |
Update ports in the remaining categories to not use GH_COMMIT.
With minor cleanups to make things simpler.
With hat: portmgr
Sponsored by: Absolight |
2.1.11_2 03 Jan 2015 08:41:21 |
mva |
- Convert USE_PYTHON to new USES in www/
With hat: python@ |
2.1.11_2 29 Jan 2014 16:17:02 |
miwi |
- Stage support
- Convert to PYDISTUTILS_AUTOPLIST
- Bump PORTREVISION |
2.1.11_1 27 Jan 2014 12:14:09 |
koobs |
Sweep www/py-requests dependants to www/py-requests1
Point all www/py-requests dependants to www/py-requests1 in preparation for
the upgrade of www/py-requests to version 2.x, which substantially breaks API
compatibility.
Maintainers of these ports can update their requests dependency independently
as time for sufficient testing permits.
PR: ports/185631 |
2.1.11 26 Oct 2013 09:36:20 |
koobs |
www/py-praw: AUTOPLIST implies PY3K_PLIST_HACK, remove it.
Reported by: mva |
2.1.11 26 Oct 2013 09:18:07 |
koobs |
www/py-praw: Update to 2.1.11, Enable AUTOPLIST
- Update to 2.1.11
- Add framework-provided PY3K_PLIST_HACK
- Enable AUTOPLIST, remove pkg-plist accordingly
Changes:
https://github.com/praw-dev/praw/blob/v2.1.11/CHANGES.rst |
2.1.3 20 Sep 2013 23:36:54 |
bapt |
Add NO_STAGE all over the place in preparation for the staging support (cat:
www) |
2.1.3 30 Jun 2013 13:44:49 |
koobs |
www/py-praw: Python Reddit API Wrapper [NEW PORT]
PRAW, an acronym for "Python Reddit API Wrapper", is a python package
that allows for simple access to reddit's API. PRAW aims to be as easy
to use as possible and is designed to follow all of reddit's API rules.
You have to give a useragent that follows the rules, everything else is
handled by PRAW so you needn't worry about violating them.
WWW: http://praw.readthedocs.org |