Skip to content
#

packaging

Here are 433 public repositories matching this topic...

zedrdave
zedrdave commented May 6, 2019

Currently, pipenv uses red to output standard virtualenv creation outputs:

Creating a virtualenv for this project…
Pipfile: /app/Pipfile
Using /usr/local/bin/python (3.7.3) to create virtualenv…
⠏ Creating virtual environment...Already using interpreter /usr/local/bin/python
Using base prefix '/usr/local'
New python executable in /root/.local/share/virtualenvs/app-4PlAip0Q/bin/python
gagarine
gagarine commented Apr 21, 2020

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
jean-christophe-manciot
jean-christophe-manciot commented Dec 5, 2018

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
var1abl3
var1abl3 commented Apr 9, 2020

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

AppImageKit
tsdx
PragTob
PragTob commented Oct 17, 2019

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.

rejuce
rejuce commented Mar 31, 2020

I wondered, as in the doc folder inside the appDir, all doc of all the lirary deployed is collected.
why are the ones of Qt and Plugins missing and not collected there?

karlhe
karlhe commented May 25, 2017

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
open-build-service
dcermak
dcermak commented Mar 24, 2020

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

JohnPapps
JohnPapps commented Apr 27, 2020

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

aw-creative
aw-creative commented May 28, 2019

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

alexanderadam
alexanderadam commented Aug 29, 2018

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

zhangsimingshannonai
zhangsimingshannonai commented May 23, 2019

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
pkg2appimage
probonopd
probonopd commented Sep 2, 2018

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

clbarnes
clbarnes commented Dec 3, 2019

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

Improve this page

Add a description, image, and links to the packaging topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the packaging topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.