| delorie.com/archives/browse.cgi | search |
| Message-Id: | <201703222011.v2MKBomX001300@delorie.com> |
| X-Recipient: | archive-cygwin AT delorie DOT com |
| DomainKey-Signature: | a=rsa-sha1; c=nofws; d=sourceware.org; h=list-id |
| :list-unsubscribe:list-subscribe:list-archive:list-post | |
| :list-help:sender:reply-to:from:to:date:subject; q=dns; s= | |
| default; b=cMFNciPkiw0Hj4TfL98YgyAD3+XdOJc5EmZ0/BAe8Ex47T4vIb0ts | |
| v1mnNhsbFVEf88+9nAElLtqhnjfFfRA0bbIFN3B0hQlrb2zVo3m189DQ9QS2k9rI | |
| uN9aevlLKG6S5BxCGa8ep3CkbwtoJJ6PI8q58oiAJmo586TIWks3H0= | |
| DKIM-Signature: | v=1; a=rsa-sha1; c=relaxed; d=sourceware.org; h=list-id |
| :list-unsubscribe:list-subscribe:list-archive:list-post | |
| :list-help:sender:reply-to:from:to:date:subject; s=default; bh=f | |
| l47Gr+ewFArlNDC1UUYBJTP7nQ=; b=FR7eNIYjjXr+JYtUcStBMBSSU0IzweZ2g | |
| nBlErKqmUyB4GBcooB+JRh1ajylwnmrU+TmaeznJlAMEmnpQavujFW99zcg53KgT | |
| p1Ocrvf8DOGPgZ1Jl1Hl2VwSXm+WznQzj27f16onnaknTVnjbhRBJxPfNjJUf+y5 | |
| P4rWJZU8EE= | |
| Mailing-List: | contact cygwin-help AT cygwin DOT com; run by ezmlm |
| List-Id: | <cygwin.cygwin.com> |
| List-Subscribe: | <mailto:cygwin-subscribe AT cygwin DOT com> |
| List-Archive: | <http://sourceware.org/ml/cygwin/> |
| List-Post: | <mailto:cygwin AT cygwin DOT com> |
| List-Help: | <mailto:cygwin-help AT cygwin DOT com>, <http://sourceware.org/ml/#faqs> |
| Sender: | cygwin-owner AT cygwin DOT com |
| Mail-Followup-To: | cygwin AT cygwin DOT com |
| Delivered-To: | mailing list cygwin AT cygwin DOT com |
| Authentication-Results: | sourceware.org; auth=none |
| X-Virus-Found: | No |
| X-Spam-SWARE-Status: | No, score=-1.4 required=5.0 tests=ALL_TRUSTED,BAYES_00,KAM_LAZY_DOMAIN_SECURITY,MISSING_MID autolearn=no version=3.3.2 spammy=wheels, H*x:Internet, site |
| X-HELO: | localhost.localdomain |
| Reply-To: | cygwin AT cygwin DOT com |
| Authentication-Results: | sourceware.org; auth=none |
| X-Virus-Found: | No |
| 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 AT cygwin DOT 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 <yselkowitz AT cygwin DOT com> |
| To: | cygwin AT cygwin DOT com |
| Date: | Wed, 22 Mar 2017 14:53:31 -0500 |
| Subject: | [ANNOUNCEMENT] cygport 0.24.0-1 |
| X-IsSubscribed: | yes |
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
--
Problem reports: http://cygwin.com/problems.html
FAQ: http://cygwin.com/faq/
Documentation: http://cygwin.com/docs.html
Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple
| webmaster | delorie software privacy |
| Copyright © 2019 by DJ Delorie | Updated Jul 2019 |