Naming policy for application vs library packages in Python

2017-08-09 Thread Ben Rosser
ly leave it to the packager+reviewer's discretion whether or not the prefix must be part of the real name, too. Some other languages do already do this: nodejs [3] and ocaml [4] both explicitly have "if this primarily provides a tool or application" clauses in their naming guide

Re: List of packages owning %{python3_sitelib}/__pycache__

2016-11-16 Thread Ben Rosser
On Mon, Nov 14, 2016 at 8:49 PM, Athos Ribeiro wrote: > python-scp > I've fixed python-scp in Rawhide, thanks for the heads up. Ben Rosser. ___ python-devel mailing list -- python-devel@lists.fedoraproject.org To unsubscribe send an emai

Python (3) packaging for EPEL 7: hddfancontrol

2016-09-22 Thread Ben Rosser
Is that a reasonable course of action here? Any other suggestions besides just using Copr? Thanks in advance for any guidance, Ben Rosser ___ python-devel mailing list -- python-devel@lists.fedoraproject.org To unsubscribe send an email to pytho

Re: Replacing pdfminer with Python 3 compatible pdfminer.six

2015-12-21 Thread Ben Rosser
On Mon, Dec 21, 2015 at 6:33 AM, Nick Coghlan wrote: > On 21 December 2015 at 15:19, Toshio Kuratomi wrote: > > On Sun, Dec 20, 2015 at 01:29:10PM -0500, Ben Rosser wrote: > >> > >> What's the right thing to do here? Replace pdfminer? Ship > python3-pdfmine

Replacing pdfminer with Python 3 compatible pdfminer.six

2015-12-20 Thread Ben Rosser
Hello all, I was hoping for some Python packaging advice, as it relates to "porting" to Python 3-- I assume this is the right place to ask? I currently maintain python-pdfminer. (https://github.com/euske/pdfminer), sadly only for Python 2. Recently I investigated what the status of Python 3 suppo