packaging
Here are 433 public repositories matching this topic...
The documentation does not provide a simple things we can follow from start to finish.
The introduction section is really "installation", and go quiet deep in the different option to install the tools.
Quick Start
# install poetry
curl -sSL https://raw.githubusercontent.com/python-poetry/poetry/master/get-poetry.py | python
# Creating a new project
poetry new poetry-demo
# Add a de
Ubuntu 19.04
fpm 1.9.3
For instance:
fpm -s dir -t deb -C consul/bin --prefix /usr/bin --name ${package} --verbose --version "${release_number}" --iteration ${os_version} --category admin --provides ${package} --architecture native --maintainer "Jean-Christophe Manciot <manciot.jeanchristophe@gmail.com>" --description "$(cat description-pak)" --deb-changelog "${changelog_file}" --url "ht
Environment
- pip version: latest
- Python version: all
- OS: all
Description
The "caching" section in the documentation is no longer accurate (and misleading). It states:
"When storing items in the cache, pip will respect the CacheControl header if it exists, or it will fall back to the Expires header if
So a mac user will probably will not succeed building an apk with numpy in his requirements (or any recipe that depends on it...like matplotlib or any other one)
See also:
- this comment at pr #2077
- this comment at pr #2073
Investigate the WinFSP FUSE compatibility layer for a possible future Windows version of AppImage.
Note that I won't be spending time to figure this out myself as I am not interested in using Windows, but I would welcome contributors to look into it.
https://github.com/billziss-gh/winfsp/blob/master/inc/fuse3/fuse.h
Current Behavior
For every new project I start with TSDX, one of my first steps is to add stubs for static assets and stylesheets - as detailed on the Jest docs.
Desired Behavior
Add Jest file stubs in to the TSDX setup.
Suggested Solution
Following the Jest docs
// package.json
{
"jest": {
"m.travis.yml setup
It would be nice if you also provide .travis.yml for Travis CI.
In the script, it should test out a few commands with setup.py such as
python setup.py install, etc.
First thanks for the great project and the great documentation!
The docs for migrations describe a pretty good approach. However, to the best of my search ability the docs seem not to mention how to do rollbacks of migrations which to me is an integral part of any deployment that I wouldn't want to launch without.
https://www.aptly.info/doc/api/repos/ documentation has mistake in section "add packages from uploaded file/directory" -> Report structure. (and "include packages from uploaded file/directory")
| Name | Type | Description |
|---|---|---|
| Warnings | []string | list of warnings |
| Added | []string | list of messages related to packages being added |
| Deleted | []string | list of messages related to pack |
The capsule docs web site is not more accessible. http://www.capsule.io/
Is there are any chance to restore it or to have access to any other copy of the docs?
Documentation (in https://github.com/kivy/buildozer/blob/a6cd679c5c04dd3fd84b5741fb7721a4b24ef25b/buildozer/tools/packer/http/welcome/index.html#L74-L81) refers to a buildozer.ini file, which certainly should be buildozer.spec, that seems to be an error.
-
Updated
Mar 20, 2020 - Python
When attempting to execute the compiled jar file when warbler packs in jruby-jars-9.1.9.0:
LoadError: no such file to load -- bundler/shared_helpers
require at org/jruby/RubyKernel.java:961
require at uri:classloader:/META-INF/jruby.home/lib/ruby/stdlib/rubygems/core_ext/kernel_require.rb:130
<main> at uri:classloader:/META-INF/init.rb:21
require at org/jruby/RubyKernel.java:9
-
Updated
May 29, 2020 - JavaScript
Issue Description
The API docs for the route PUT /source/<project>/<package>/<filename> (see: https://build.opensuse.org/apidocs/index#72) say that the return type is a status. That is however not true, it is in fact a revisionlist-element from https://build.opensuse.org/apidocs/revisionlist.rng.
Unfortunately that schema doesn't appear
Using the latest version of kivy-ios, 8416d46fd4f70da155f62640443c30cf71a0e52f which is using Kivy 2.0 and Python 3.8, UrlRequest does not work as certifi is not installed
lib/python3.8/site-packages/kivy/network/urlrequest.py", line 220, in __init__
import certifi
ModuleNotFoundError: No module named 'certifi'
This is showing in the Xcode console output when running my app
Gitchangelog is not saving to an output file.
Running gitchangelog for the first time. Using the examples provided in your documentation
no changelog is created.
Can you add a super basic tutorial in the readme on creating a changelogs and outputting the file., its unclear how to do this currently.
I can get it to display the generated change-log in the terminal window, but it will not
Currently the README is very basic and probably not enough for someone who is new in the ecosystem.
I guess it would help to extend it or add another Markdown file that explains more about the how's, why's and issues that might appear on adding new applications.
WinePak has the potential to be a game changer [for many people](h
Hi,I'm using devpi,and I met a error,here is the environment:
root@ip-172-55-22-212:~/.devpi/server# devpi use
current devpi index: http://localhost:3141/testuser/staging (logged in as testuser)
supported features: server-keyvalue-parsing
/root/.pip/pip.conf : http://localhost:3141/root/pypi/+simple/
~/.pydistutils.cfg : http://localhost:3141/root/pypi/+simple/
~/.buildout/defaul
This issue is similar to the one resolved by devpi:
- Issue: pypa/pip#3666
- Resolution information: http://doc.devpi.net/latest/announce/server-4.0.html#background-on-the-pip-devpi-bug-for-the-curious
When asked for a package name containing a dot version 8.1.2 of pip rewrites the package name with a dash instead (e.g. "foo.bar" becomes "foo-bar"). This seems to w
Let's add https://www.i-dont-care-about-cookies.eu/ to browsers to get rid of those super annoying nag popups regarding cookies.
GDPR cookie nag banners are so stupid and annoying, imho.
If users don't want cookies, they should disable them in the browser. If they are too stupid, then, well, their problem. Especially since many sites won't work without cookies, those dialogs are plain annoying
-
Updated
Apr 23, 2018 - Python
A lot of python packages use sphinx for documentation, and many of those incorporate the README into the docs page; so many packagers of python projects prefer RST format for the readme. Indeed, the default readme content type for PyPI is RST. Maturin is currently angled more towards rust packages, and so expects a markdown readme, even though it publishes packages to pypi. As such, the long desc
-
Updated
May 26, 2020 - Python
-
Updated
May 15, 2020 - Groovy
Improve this page
Add a description, image, and links to the packaging topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the packaging topic, visit your repo's landing page and select "manage topics."
Currently, pipenv uses red to output standard virtualenv creation outputs: