Signed-off-by: Kenneth Reitz <me@kennethreitz.org>
This commit is contained in:
2018-03-06 12:31:51 -05:00
parent 8dff4df737
commit 9b15d5b671
6 changed files with 75 additions and 0 deletions
+5
View File
@@ -0,0 +1,5 @@
pipenv (11.0.2-1) unstable; urgency=low
* source package automatically created by stdeb 0.8.5
-- Kenneth Reitz <me@kennethreitz.org> Tue, 06 Mar 2018 12:31:26 -0500
+1
View File
@@ -0,0 +1 @@
7
+36
View File
@@ -0,0 +1,36 @@
Source: pipenv
Maintainer: Kenneth Reitz <me@kennethreitz.org>
Section: python
Priority: optional
Build-Depends: python3-setuptools, python3-all, debhelper (>= 7.4.3)
Standards-Version: 3.9.1
Package: python3-pipenv
Architecture: all
Depends: ${misc:Depends}, ${python3:Depends}
Description: Python Development Workflow for Humans.
.
Pipenv: Python Development Workflow for Humans
==============================================
.
.. image:: https://img.shields.io/pypi/v/pipenv.svg
:target: https://pypi.python.org/pypi/pipenv
.
.. image:: https://img.shields.io/pypi/l/pipenv.svg
:target: https://pypi.python.org/pypi/pipenv
.
.. image:: https://img.shields.io/pypi/pyversions/pipenv.svg
:target: https://pypi.python.org/pypi/pipenv
.
.. image:: https://img.shields.io/badge/Say%20Thanks-!-1EAEDB.svg
:target: https://saythanks.io/to/kennethreitz
.
---------------
.
**Pipenv** — the officially recommended Python packaging tool from `Python.org <https://packaging.python.org/tutorials/managing-dependencies/#managing-dependencies>`_, free (as in freedom).
.
Vendored Executable
+31
View File
@@ -0,0 +1,31 @@
#!/usr/bin/make -f
# This file was automatically generated by stdeb 0.8.5 at
# Tue, 06 Mar 2018 12:31:26 -0500
%:
dh $@ --with python3 --buildsystem=python_distutils
override_dh_auto_clean:
python3 setup.py clean -a
find . -name \*.pyc -exec rm {} \;
override_dh_auto_build:
python3 setup.py build --force
override_dh_auto_install:
python3 setup.py install --force --root=debian/python3-pipenv --no-compile -O0 --install-layout=deb --prefix=/usr
override_dh_python2:
dh_python2 --no-guessing-versions
+1
View File
@@ -0,0 +1 @@
3.0 (quilt)
+1
View File
@@ -0,0 +1 @@
extend-diff-ignore="\.egg-info$"