mirror of
https://github.com/kennethreitz/pipenv.git
synced 2026-06-05 22:50:18 +00:00
Vendored
+5
@@ -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
|
||||
Vendored
+1
@@ -0,0 +1 @@
|
||||
7
|
||||
Vendored
+36
@@ -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).
|
||||
.
|
||||
|
||||
+31
@@ -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
|
||||
|
||||
|
||||
|
||||
|
||||
Vendored
+1
@@ -0,0 +1 @@
|
||||
3.0 (quilt)
|
||||
Vendored
+1
@@ -0,0 +1 @@
|
||||
extend-diff-ignore="\.egg-info$"
|
||||
Reference in New Issue
Block a user