Commit Graph

19 Commits

Author SHA1 Message Date
Antoine Brodin aa7a6c429e Drop python 2.7 support from a few ports
With hat:	portmgr
2020-12-28 23:02:12 +00:00
Danilo G. Baio 8efec5f822 deskutils/py-vobject: Add missing dependency
This fixes issues with other ports that needs py-vobject.

pytz is optional, but it doesn't make any harm having it as default, just the
opposite.

PR:		249283
Reported by:	Michael Bueker <m.bueker@berlin.de>
Approved by:	portmgr (blanket: runtime fix)
2020-09-13 15:08:18 +00:00
Steve Wills 7a439a9baf deskutils/py-vobject: Update to 0.9.6.1
PR:		231156
Submitted by:	Nathan <ndowens@yahoo.com>
Approved by:	maintainer timeout (jun-g@daemonfreaks.com, >2 weeks)
2018-09-23 01:14:51 +00:00
Mathieu Arnold 4376dbbb58 Use PY_FLAVOR for dependencies.
FLAVOR is the current port's flavor, it should not be used outside of
this scope.

Sponsored by:	Absolight
2018-06-20 17:05:41 +00:00
Mathieu Arnold 551be3c723 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
2017-11-30 15:50:30 +00:00
Danilo G. Baio 68cb289031 deskutils/py-vobject: Update to 0.9.5
This new version brings a better compatibility with Python 3.
Move to Github and to the new Home page.
Improve port (Architecture neutral, Dependencies, License, Test target).

Changes:	https://github.com/eventable/vobject/releases

PR:		221472
Approved by:	maintainer (timeout, 3 weeks)
2017-09-09 11:49:34 +00:00
Mathieu Arnold 4e1b79a0a6 Remove ${PORTSDIR}/ from dependencies, categories d, e, f, and g.
With hat:	portmgr
Sponsored by:	Absolight
2016-04-01 14:00:51 +00:00
Marcus von Appen e1555011ab - Convert ports from databases/ and deskutils/ to new USES=python
Approved by:	portmgr (implicit)
2014-10-19 08:50:17 +00:00
Martin Wilke d581a7bd38 - Convert to autoplist
- Stage support
- Bump PORTREVISION
2014-03-01 18:01:06 +00:00
Rene Ladan 50f8eaece1 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)
2014-01-13 21:00:02 +00:00
Baptiste Daroussin cf104c570b Add NO_STAGE all over the place in preparation for the staging support (cat: deskutils) 2013-09-20 16:21:37 +00:00
Martin Wilke 021fc3a529 - Move over to py25+ or above
- While here kick md5 support
2011-02-25 00:12:12 +00:00
Martin Wilke f31cf5dd27 - Update to 0.8.1c
PR:		132211
Submitted by:	Maintainer
2009-03-01 15:26:20 +00:00
Nicola Vitale 9f45eb0756 - Update to 0.8.1b
- Set USE_PYTHON to 2.4+
- The PR submitter takes the maintainership
- Remove CENKES from MASTER_SITES
- Remove PYDISTUTILS_NOEGGINFO var

PR:		ports/131736
Submitted by:	Junji NAKANISHI <jun-g at daemonfreaks dot com>
2009-02-16 13:45:35 +00:00
Philip M. Gollucci f60432367f CATEGORIES+= python for py- ports missing it
PR:             ports/124921
Approved by:    portmgr (pav)
2008-12-28 10:54:08 +00:00
Alexander Nedotsukov 5733a45b14 Update to 0.7.1 2008-09-25 02:45:20 +00:00
Mark Linimon d72c560b21 Reset infofarmer due to maintainer-timeouts and no response to email.
Hat:	portmgr
2008-09-07 00:19:05 +00:00
Andrew Pantyukhin 3569e6a909 - Update to 0.4.9 2007-12-15 19:59:42 +00:00
Andrew Pantyukhin 3f4ff400bb Add port deskutils/py-vobject:
Vobject parses iCalendar and vCard files into Python data structures,
decoding the relevant encodings. Also serializes vobject data structures
to iCalendar, vCard, or (expirementally) hCalendar unicode strings.

WWW: http://vobject.skyhouseconsulting.com/
Author: Jeffrey Harris <jeffrey@osafoundation.org>
2007-06-10 19:07:43 +00:00