Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.debian.maint.python > #7151
| From | Barry Warsaw <barry@debian.org> |
|---|---|
| Newsgroups | linux.debian.maint.python |
| Subject | Re: Bug #751908, tox, and bin-only Python packages |
| Date | 2015-08-06 21:20 +0200 |
| Message-ID | <pUyRP-1mX-9@gated-at.bofh.it> (permalink) |
| References | <pUuOe-3M5-5@gated-at.bofh.it> <pUv7A-4og-21@gated-at.bofh.it> |
| Organization | The Organization of Unorganized Woozalists |
On Aug 06, 2015, at 05:08 PM, Piotr Ożarowski wrote:
>everything that doesn't match python[\d.]*- is fine IMHO.
Here's some language for DPP:
=== modified file 'debian/python-policy.sgml'
--- debian/python-policy.sgml 2015-02-27 23:09:27 +0000
+++ debian/python-policy.sgml 2015-08-06 19:04:43 +0000
@@ -728,6 +728,25 @@
package itself.
</p>
</sect>
+
+ <sect id="package_names_bin">
+ <heading>Package Names for Programs</heading>
+ <p>
+ Binary packages that provide executable programs should be named
+ differently than <ref id="package_names">module packages</ref>.
+ Specifically, such binary packages should not start with
+ either <package>python-</package> or <package>python3-</package> as
+ this is not supported by the Python helper scripts for this purpose.
+ Generally, if a single executable is provided, name the package that
+ contains it after the executable's name. If that is too generic, or
+ clashes with existing package names, or the package contains
+ multiple executables, use something
+ like <package><var>foo</var>-cli</package>,
+ <package><var>foo</var>-bin</package>,
+ or even <package><var>foo</var>-python</package>.
+ </p>
+ </sect>
+
</chapt>
<chapt id="embed">
>If "tox" is too generic, use tox-python
I'm going to name it 'tox' and create a virtual transitional package
python-tox with the appropriate replaces/breaks.
Cheers,
-Barry
--
To UNSUBSCRIBE, email to debian-python-REQUEST@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmaster@lists.debian.org
Archive: https://lists.debian.org/20150806150656.0996b71d@limelight.wooz.org
Back to linux.debian.maint.python | Previous | Next — Previous in thread | Next in thread | Find similar
Bug #751908, tox, and bin-only Python packages Barry Warsaw <barry@debian.org> - 2015-08-06 17:00 +0200
Re: Bug #751908, tox, and bin-only Python packages Piotr Ożarowski <piotr@debian.org> - 2015-08-06 17:20 +0200
Re: Bug #751908, tox, and bin-only Python packages Julien Cristau <julien.cristau@logilab.fr> - 2015-08-06 17:30 +0200
Re: Bug #751908, tox, and bin-only Python packages Barry Warsaw <barry@debian.org> - 2015-08-06 21:20 +0200
Re: Bug #751908, tox, and bin-only Python packages Simon McVittie <smcv@debian.org> - 2015-08-06 17:30 +0200
Re: Bug #751908, tox, and bin-only Python packages Barry Warsaw <barry@debian.org> - 2015-08-06 21:20 +0200
csiph-web