On Tue, Jul 19, 2016 at 10:47 AM, Alexander Gerasiov wrote:
> Every plugin is just a small parser class which is called from
> ofxstatement, parses input file and pass data back to main app. These
> plugins are developed independently by various people who publish them
> in separate repositories (
On Apr 21, 2016 13:16, "Jeremy Stanley" wrote:
> Agreed, as long as "closely" is interpreted in ways consistent with,
> say, tarballs for C-based projects. Consider `setup.py sdist`
> similar to `make dist` where the dist target of some projects may
> still run additional commands to generate meta
On Thu, Apr 21, 2016 at 11:48 AM, Ian Cordasco
wrote:
> In the long history of both Python and its packaging this is
> absolutely true (all you need is an archive and a setup.py) but
> Python's packaging has evolved and improved for its users through
> setuptools, pip, and wheel (even though I'm s
On Thu, Apr 21, 2016 at 10:54 AM, Tristan Seligmann
wrote:
> With my upstream developer hat on: source packages on PyPI are meant for end
> users to install via pip. They often include generated artifacts, and don't
> include things that aren't intended for installation via pip (tests being
> just
On Fri, Jan 22, 2016 at 1:41 PM, Scott Kitterman wrote:
> For Debian it's bad because we don't ship the .pyc files in the package they
> are managed locally by the installed python system. They are also unnecessary
> because setuptools/pip/python is smart enough to relate .pyc files to their
> .
On Fri, Jan 22, 2016 at 12:40 PM, Scott Kitterman wrote:
> Currently --record includes the .pyc files which is both unneeded and bad.
> Before this gets added either in setuptools or by us, this needed to be fixed.
Why is this bad? Isn't the point that the record file lists the files
installed b
On Tue, Oct 6, 2015 at 2:11 PM, Barry Warsaw wrote:
> I don't know about plugging in zuul and nodepool, but the CE does have CI
> integration, which we use in the GNU Mailman project, and seems to work
> great.
What CI tools are you using with GitLab CE?
-Fred
--
Fred L. Drake, Jr.
"A s
7 matches
Mail list logo