From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 109781 invoked by alias); 22 Mar 2017 20:10:59 -0000 Mailing-List: contact cygwin-announce-help@cygwin.com; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-announce-owner@cygwin.com Reply-To: The Cygwin Mailing List Mail-Followup-To: cygwin-announce@cygwin.com Received: (qmail 96141 invoked by uid 89); 22 Mar 2017 20:03:06 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-0.4 required=5.0 tests=BAYES_00,KAM_LAZY_DOMAIN_SECURITY,MISSING_MID,SPF_HELO_PASS autolearn=no version=3.3.2 spammy=wheels, H*Ad:U*cygwin-announce, site, HTo:U*cygwin-announce X-HELO: mx1.redhat.com DMARC-Filter: OpenDMARC Filter v1.3.2 mx1.redhat.com 93A7519CBD1 Authentication-Results: ext-mx05.extmail.prod.ext.phx2.redhat.com; dmarc=none (p=none dis=none) header.from=cygwin.com Authentication-Results: ext-mx05.extmail.prod.ext.phx2.redhat.com; spf=none smtp.mailfrom=yselkowitz@cygwin.com DKIM-Filter: OpenDKIM Filter v2.11.0 mx1.redhat.com 93A7519CBD1 X-Mailbox-Line: From cygwin-announce-cygport-0.24.0-1 Wed Mar 22 14:53:31 2017 From: Yaakov Selkowitz To: cygwin-announce@cygwin.com Date: Wed, 22 Mar 2017 20:10:00 -0000 Subject: cygport 0.24.0-1 X-SW-Source: 2017-03/txt/msg00032.txt.bz2 Message-ID: <20170322201000.Fw-ANp8vZ6eLGReYFkBYDLGoWE-yjkxQygYYx9mEQvU@z> The following packages have been uploaded to the Cygwin distribution: * cygport-0.24.0-1 cygport is the standard method for building and maintaining packages for the Cygwin distribution. This release features many changes in Python packaging: * The preferred packaging method for Python modules is now python-wheel.cygclass. It can be used for both archful and noarch modules to build packages for both Python 2 and 3 automatically. This requires the new python*-pip packages and their dependencies. * The new python.org.cygclass defines HOMEPAGE and SRC_URI for PyPI-hosted sources. * Python modules in /usr/lib/pythonX.Y are byte-compiled automatically with the matching Python interpreter. Calling python*_optimize without arguments is now a no-op, but remains for when a package-specific directory (e.g. /usr/share/$NAME) is specified. * Everything named with a 'python' or 'PYTHON' prefix now uses 'python2' or 'PYTHON2' instead. The old names remain for compatibility. Changes in this release (33): kde4: prune kde-l10n file lists list_deps: tighten Python module dependency detection pkg_dist: correctly obsolete the main package kf5: define KDE_INSTALL_SYSCONFDIR, KDE_INSTALL_LOCALSTATEDIR python-distutils: run only build, not config python3-distutils: run only build, not config postinst: automatically byte-compile Python site modules python: drop PYTHON_SITELIB default from python_optimize python-distutils: drop python_optimize from python_install python3: drop PYTHON3_SITELIB default from python3_optimize python3-distutils: drop python3_optimize from python3_install python.org: new cygclass for downloading from PyPI python-distutils: use python.org.cygclass for HOMEPAGE and SRC_URI python3-distutils: use python.org.cygclass for HOMEPAGE and SRC_URI python2, python2-distutils: new cygclasses to replace unversioned python pygtk: update docs wrt upstream status list_deps: used versioned python2 names python: rework as wrapper for python2.cygclass python-distutils: rework as wrapper for python2-distutils.cygclass Add check_python2_module, deprecate check_python_module prepdoc: add internal hook to auto-install docs for all subpackages Fix __fix_shebang usage throughout python-wheel: new cygclass for building wheels for Python 2 and 3 pypy: doc fix pypy-distutils: use python.org.cygclass for HOMEPAGE and SRC_URI dodoc: simplify doc extension loop, recognize .rst extension python3: optimize at both levels for PEP-488 Update gnuconfig python-distutils: inherit python.cygclass for API compatibility python2-distutils: set ORIG_PN where NAME=python-* python-wheel: accept ctypes wheel names python-wheel: ensure clean distutils build dir Bump version to 0.24.0 -- Yaakov