notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
Want a good monitor light? See my photosAll times are UTC
Ukraine
This referral link gives you 10% off a Fastmail.com account and gives me a discount on my Fastmail account.

Get notified when packages are built

A new feature has been added. FreshPorts already tracks package built by the FreeBSD project. This information is displayed on each port page. You can now get an email when FreshPorts notices a new package is available for something on one of your watch lists. However, you must opt into that. Click on Report Subscriptions on the right, and New Package Notification box, and click on Update.

Finally, under Watch Lists, click on ABI Package Subscriptions to select your ABI (e.g. FreeBSD:14:amd64) & package set (latest/quarterly) combination for a given watch list. This is what FreshPorts will look for.

Port details
py-qpy Generating safely-quoted html text from python code
1.8_2 www Deleted on this many watch lists=0 search for ports that depend on this port Find issues related to this port Report an issue related to this port View this port on Repology. pkg-fallout 1.8_2Version of this port present on the latest quarterly branch.
Deprecated DEPRECATED: Uses deprecated version of python
Expired This port expired on: 2020-12-12
Maintainer: sunpoet@FreeBSD.org search for ports maintained by this maintainer
Port Added: 2006-11-15 14:21:54
Last Update: 2020-12-12 13:10:03
SVN Revision: 557820
Also Listed In: python
License: not specified in port
WWW:
http://www.mems-exchange.org/software/qpy/
Description:
Qpy provides a convenient mechanism for generating safely-quoted html text from python code. It does this by implementing a quoted-string data type and a modification of the python compiler. (This main idea comes from Quixote's htmltext/PTL.) WWW: http://www.mems-exchange.org/software/qpy/
Homepage    cgit ¦ GitHub ¦ GitHub ¦ GitLab ¦ SVNWeb

Manual pages:
FreshPorts has no man page information for this port.
pkg-plist: as obtained via: make generate-plist
There is no configure plist information for this port.
Dependency lines:
  • ${PYTHON_PKGNAMEPREFIX}qpy>0:www/py-qpy@${PY_FLAVOR}
No installation instructions:
This port has been deleted.
PKGNAME: py27-qpy
Package flavors (<flavor>: <package>)
  • py27: py27-qpy
distinfo:
SHA256 (qpy-1.8.tar.gz) = 76826607c5206457d8af6286213294d4ebf2722832cf67f91413a9ecff103588 SIZE (qpy-1.8.tar.gz) = 22503

No package information for this port in our database
Sometimes this happens. Not all ports have packages.
Dependencies
NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
Build dependencies:
  1. py27-setuptools>0 : devel/py-setuptools@py27
  2. python2.7 : lang/python27
Runtime dependencies:
  1. py27-setuptools>0 : devel/py-setuptools@py27
  2. python2.7 : lang/python27
NOTE: dependencies for deleted ports are notoriously suspect
This port is required by:
for Build

Deleted ports which required this port:

Expand this list of 1 deleted port
  1. www/py-qp*
  2. Collapse this list of deleted ports.
for Run

Deleted ports which required this port:

Expand this list of 2 deleted ports
  1. www/py-qp*
  2. www/quixote*
  3. Collapse this list of deleted ports.
* - deleted ports are only shown under the This port is required by section. It was harder to do for the Required section. Perhaps later...

Configuration Options:
===> The following configuration options are available for py27-qpy-1.8_2: DOCS=on: Build and/or install documentation ===> Use 'make config' to modify these settings
Options name:
N/A
USES:
python:2.7
FreshPorts was unable to extract/find any pkg message
Master Sites:
Expand this list (5 items)
Collapse this list.
  1. http://distcache.FreeBSD.org/local-distfiles/sunpoet/
  2. http://distcache.eu.FreeBSD.org/local-distfiles/sunpoet/
  3. http://distcache.us-east.FreeBSD.org/local-distfiles/sunpoet/
  4. http://distcache.us-west.FreeBSD.org/local-distfiles/sunpoet/
  5. http://www.mems-exchange.org/software/qpy/
Collapse this list.

Number of commits found: 22

Commit History - (may be incomplete: for full details, see links to repositories near top of page)
CommitCreditsLog message
1.8_2
12 Dec 2020 13:10:03
Revision:557820Original commit files touched by this commit
rene search for other commits by this committer
Remove expired ports:

2020-12-12 comms/py-libconcord: Uses deprecated version of python
2020-12-12 databases/py-swift: Uses deprecated version of python
2020-12-12 devel/py-AddOns: Uses deprecated version of python
2020-12-12 devel/py-BytecodeAssembler: Uses deprecated version of python
2020-12-12 devel/py-repoze.who-testutil: Uses deprecated version of python
2020-12-12 devel/py-riak_pb: Uses deprecated version of python
2020-12-12 devel/pythk: Uses deprecated version of python
2020-12-12 mail/py-spambayes: Uses deprecated version of python
2020-12-12 math/py-numeric: Uses deprecated version of python
2020-12-12 math/py-scientific: Uses deprecated version of python
2020-12-12 net/py-suds: Uses deprecated version of python
2020-12-12 net/pynids: Uses deprecated version of python
2020-12-12 security/py-obfsproxy-tor: Uses deprecated version of python
2020-12-12 sysutils/syslog-ng324: Agreed upon upstream one year deprecation
policy
2020-12-12 www/py-pylons: Uses deprecated version of python
2020-12-12 www/py-qpy: Uses deprecated version of python
1.8_2
11 Nov 2020 12:14:55
Revision:554889Original commit files touched by this commit
antoine search for other commits by this committer
Deprecate a few python 2.7 ports
1.8_2
03 Dec 2017 20:36:01
Revision:455452Original commit files touched by this commit Sanity Test Failure
sunpoet search for other commits by this committer
Change from USES=python:2 to USES=python:2.7

- Bump PORTREVISION for dependency change
1.8_1
17 Aug 2015 14:20:41
Revision:394508Original commit files touched by this commit
mat search for other commits by this committer
Remove UNIQUENAME and LATEST_LINK.

UNIQUENAME was never unique, it was only used by USE_LDCONFIG and now,
we won't have conflicts there.

Use PKGBASE instead of LATEST_LINK in PKGLATESTFILE, the *only* consumer
is pkg-devel, and it works just fine without LATEST_LINK as pkg-devel
has the correct PKGNAME anyway.

Now that UNIQUENAME is gone, OPTIONSFILE is too. (it's been called
OPTIONS_FILE now.)

Reviewed by:	antoine, bapt
Exp-run by:	antoine
Sponsored by:	Absolight
Differential Revision:	https://reviews.freebsd.org/D3336
1.8_1
15 Aug 2014 03:43:55
Revision:364929Original commit files touched by this commit
sunpoet search for other commits by this committer
- Convert PYTHON_FEATURES to USE_PYTHON (which was landed several hours ago)

Notified by:	koobs, wg
1.8_1
15 Aug 2014 03:27:55
Revision:364927Original commit files touched by this commit
sunpoet search for other commits by this committer
- Use USES=python
1.8_1
08 Mar 2014 20:33:14
Revision:347535Original commit files touched by this commit
sunpoet search for other commits by this committer
- Remove USE_DISTUTILS=yes: use setuptools since it's dependency now
- Strip shared library
- Bump PORTREVISION for package change
1.8
13 Jan 2014 21:00:04
Revision:339634Original commit files touched by this commit
rene search for other commits by this committer
Python cleanup:
- USE_PYTHON* = 2.X -> USE_PYTHON* = 2
- USE_PYTHON* = 2.X+ -> USE_PYTHON* = yes
Reviewed by:	python (mva, rm)
Approved by:	portmgr-lurkers (mat)
1.8
30 Nov 2013 09:57:23
Revision:335273Original commit files touched by this commit
sunpoet search for other commits by this committer
- Use PYDISTUTILS_AUTOPLIST
- Use PORTDOCS
- Simplify Makefile
1.8
20 Nov 2013 03:22:08
Revision:334387Original commit files touched by this commit
sunpoet search for other commits by this committer
- Update USE_PYTHON
- Fix OPTIONSFILE
- Support STAGEDIR
- Reformat pkg-descr
- Use single space after WWW:
1.8
20 Sep 2013 23:36:54
Revision:327776Original commit files touched by this commit
bapt search for other commits by this committer
Add NO_STAGE all over the place in preparation for the staging support (cat:
www)
1.8
07 Sep 2013 17:53:23
Revision:326670Original commit files touched by this commit
sunpoet search for other commits by this committer
- Cosmetic change
1.8
21 Aug 2013 17:42:58
Revision:325163Original commit files touched by this commit
sunpoet search for other commits by this committer
- Cleanup Makefile header
1.8
18 Jun 2012 16:33:24
Original commit files touched by this commit
sunpoet search for other commits by this committer
- Do not silene installation message
- Convert to new options framework
1.8
16 Aug 2011 04:55:59
Original commit files touched by this commit
sunpoet search for other commits by this committer
- Add my LOCAL as MASTER_SITES
1.8
14 Jun 2011 19:37:44
Original commit files touched by this commit
sunpoet search for other commits by this committer
- Fix build when devel/py-setuptools installed
- Take maintainership
1.8
11 Mar 2011 15:49:36
Original commit files touched by this commit
sunpoet search for other commits by this committer
- Update to 1.8
- Use bsd.port.mk

Changes:       
http://www.mems-exchange.org/software/qpy/qpy-1.8.tar.gz/qpy-1.8/CHANGES.txt
1.6_1
25 Feb 2011 04:40:31
Original commit files touched by this commit
miwi search for other commits by this committer
- Move over to py25
- while here drop md5 support
- Small cleanups
1.6
18 Dec 2008 02:24:04
Original commit files touched by this commit
linimon search for other commits by this committer
Reassign ports maintained by dryice@ for now due to other commitments.

Hat:    portmgr
1.6
16 Jun 2007 09:35:26
Original commit files touched by this commit
dryice search for other commits by this committer
- update to 1.6
- add MASTER_SITE_LOCAL
- update my mail address
1.5
17 Nov 2006 09:20:51
Original commit files touched by this commit
miwi search for other commits by this committer
- Update to 1.5

PR:             ports/105625
Submitted by:   Dryice Liu <dryice@dryice.name> ( maintainer)
1.4
15 Nov 2006 14:12:36
Original commit files touched by this commit
miwi search for other commits by this committer
Qpy provides a convenient mechanism for generating safely-quoted html
text from python code.

It does this by implementing a quoted-string data type and a
modification of the python compiler. (This main idea comes from
Quixote's htmltext/PTL.)

WWW:      http://www.mems-exchange.org/software/qpy/

PR:             ports/105471
Submitted by:   Dryice Liu <dryice at dryice.name>

Number of commits found: 22