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.

non port: www/py-pyquery/Makefile

Number of commits found: 24

Monday, 11 May 2020
23:51 dbaio search for other commits by this committer
Update Sphinx

- Repocopy textproc/py-sphinx to textproc/py-sphinx18

  Update it to 1.8.5 (latest version from 1.8.X).
  This version supports Python 2 and 3.
  Add test target.

- textproc/py-sphinx: Update to 3.0.2

  Python 3 only (3.5+).
  Add test target.

- Mk/Uses/python.mk: Add PY_SPHINX

  Shared macro to use with flavors and not break
  ports with USES=python (all versions).

  Python >=3.5  --> textproc/py-sphinx (v3.0.2)
  Python < 3.5  --> textproc/py-sphinx18 (v1.8.5)

  All ports that uses sphinx were changed to use the new variable
  ${PY_SPHINX} in the dependency line, exceptions:

    * Ports that fails to build with sphinx 3.0.2 because of code.
      They are pointing to textproc/py-sphinx18 directly.
      There aren't many ports.

    * Ports that doesn't know Python flavors.

- Add several patches to fix Sphinx consumers

  The most common issues are related with pkg-plist, the output
  files from Sphinx changes between versions, keep this dynamically
  is the better approach.

  This will save time in future sphinx updates.

PR:		245629
Exp-run by:	antoine
Original commitRevision:534966 
Sunday, 23 Feb 2020
15:25 antoine search for other commits by this committer
Deprecate a few ports

With hat:	portmgr
Original commitRevision:526925 
Wednesday, 20 Jun 2018
17:05 mat search for other commits by this committer
Use PY_FLAVOR for dependencies.

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

Sponsored by:	Absolight
Original commitRevision:472884 
Monday, 29 Jan 2018
06:45 araujo search for other commits by this committer
- Update textproc/py-sphinx to 1.6.5. [0]
- Update all ports that depends of py-sphinx. [0]
- Add conditional RUN_DEPENDS. [1]
- Add TEST_DEPENDS. [1]

PR:		ports/221891 [0] and ports/225136 [1]
Submitted by:	sunpoet [1]
Approved by:	antoine (portmgr)
Exprun by:	antoine (several rounds)
Sponsored by:	iXsystems, Inc.
Original commitRevision:460241 
Monday, 11 Dec 2017
21:48 antoine search for other commits by this committer
- Those ports fail to build with python3
- Add some explicit FLAVOR to dependencies where needed
Original commitRevision:456068 
Thursday, 30 Nov 2017
15:50 mat search for other commits by this committer
Convert Python ports to FLAVORS.

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

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

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

  USES=python now also exports a PY_FLAVOR variable that contains the
  current python flavor.  It can be used in dependency lines when the
  port itself is not python flavored.  For example, deskutils/calibre.

  By default, all the flavors are generated.  To only generate flavors
  for the versions in PYTHON2_DEFAULT and PYTHON3_DEFAULT, define
  BUILD_DEFAULT_PYTHON_FLAVORS in your make.conf.

  In all the ports with Python dependencies, the *_DEPENDS entries MUST
  end with the flavor so that the framework knows which to build/use.
  This is done by appending '@${PY_FLAVOR}' after the origin (or
  @${FLAVOR} if in a Python module with Python flavors, as the content
  will be the same).  For example:

    RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}six>0:devel/py-six@${PY_FLAVOR}

PR:		223071
Reviewed by:	portmgr, python
Sponsored by:	Absolight
Differential Revision:	https://reviews.freebsd.org/D12464
Original commitRevision:455210 
Friday, 1 Apr 2016
14:33 mat search for other commits by this committer
Remove ${PORTSDIR}/ from dependencies, categories v, w, x, y, and z.

With hat:	portmgr
Sponsored by:	Absolight
Original commitRevision:412351 
Monday, 14 Sep 2015
19:15 amdmi3 search for other commits by this committer
- Switch to options helpers
- Add missing files to plist

Approved by:	portmgr blanket
Original commitRevision:396930 
Thursday, 29 Jan 2015
17:00 nivit search for other commits by this committer
- Update to 1.2.9
- Sort USE_PYTHON values
- Remove @dirrmtry keywords form plist

Relnotes:	https://github.com/gawel/pyquery/blob/1.2.9/CHANGES.rst
Original commitRevision:378124 
Saturday, 3 Jan 2015
08:41 mva search for other commits by this committer
- Convert USE_PYTHON to new USES in www/

With hat:	python@
Original commitRevision:376109 
Wednesday, 6 Aug 2014
09:11 olgeni search for other commits by this committer
Remove indefinite articles and trailing periods from COMMENT, plus
minor COMMENT typos and surrounding whitespace fixes. A few Makefiles
where not included as they contain Latin-1 characters that break
the Phabricator workflow. Category W.

CR:		D510
Approved by:	portmgr (bapt)
Original commitRevision:364158 
Thursday, 10 Apr 2014
01:53 nivit search for other commits by this committer
- Update to 1.2.8
- Specify the clause of BSD license
- Remove code to support stage dir, now provided by *.python.mk
- Use options helpers

Release Notes:	http://pyquery.readthedocs.org/en/latest/changes.html
Original commitRevision:350754 
Monday, 10 Mar 2014
18:01 bapt search for other commits by this committer
Convert www to USES=zip
Original commitRevision:347789 
Friday, 1 Nov 2013
20:59 nivit search for other commits by this committer
- Update to 1.2.6
- Add LICENSE (BSD)
- Add www/py-webob to RUN_DEPENDS
- Add all run-dependencies to BUILD_DEPENDS
- Add support for staging
- Install docs optionally
- Set USE_ZIP
- Fix WWW entry in pkg-descr

Build logs:	https://redports.org/buildarchive/20131101154600-24682/
Original commitRevision:332407 
Friday, 20 Sep 2013
23:36 bapt search for other commits by this committer
Add NO_STAGE all over the place in preparation for the staging support (cat:
www)
Original commitRevision:327776 
Tuesday, 8 May 2012
22:15 nivit search for other commits by this committer
- Update to 1.2.1
Original commit
Thursday, 3 May 2012
08:50 nivit search for other commits by this committer
- Update to 1.2
- Add www/py-cssselect to RUN_DEPENDS
- Remove http://nivi.interfree.it from MASTER_SITES
Original commit
Saturday, 10 Dec 2011
21:52 nivit search for other commits by this committer
- Update to 1.1.1

Feature safe:   yes
Original commit
Thursday, 7 Jul 2011
12:54 nivit search for other commits by this committer
- Update to 1.0
Original commit
Saturday, 25 Jun 2011
16:06 nivit search for other commits by this committer
- Update to 0.7
Original commit
Saturday, 24 Jul 2010
12:52 nivit search for other commits by this committer
- Update to 0.6.1
Original commit
Thursday, 29 Apr 2010
12:09 nivit search for other commits by this committer
- Update to 0.5

PR:     ports/145401
Submitted by:   lwhsu
Original commit
Sunday, 3 Jan 2010
15:00 nivit search for other commits by this committer
- Update to 0.4
- Change WWW url in pkg-descr
Original commit
Tuesday, 27 Jan 2009
16:54 nivit search for other commits by this committer
pyquery allows you to make jquery queries on XML documents.
The API is as much as possible the similar to jquery (http://jquery.com).
pyquery uses lxml for fast XML and HTML manipulation.

WWW:    http://www.bitbucket.org/olauzanne/pyquery/
Original commit

Number of commits found: 24