forked from iterative/dvc
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
build_deb: Debian directory appended. Issue iterative#2800
- Loading branch information
1 parent
237704e
commit 93280c9
Showing
7 changed files
with
61 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
dvc (0.75.b1) experimental; urgency=low | ||
|
||
* First native Debian package version. | ||
|
||
-- Dmitry Petrov <[email protected]> Sat, 07 Dec 2019 09:49:28 +0300 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
10 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,33 @@ | ||
Source: dvc | ||
Maintainer: Dmitry Petrov <[email protected]> | ||
Section: python | ||
Priority: optional | ||
Build-Depends: dh-python, python3-setuptools, python3-all, debhelper (>= 9) | ||
Standards-Version: 4.0.0 | ||
Homepage: http://dvc.org | ||
Vcs-Git: https://github.com/iterative/dvc.git | ||
Vcs-browser: https://github.com/iterative/dvc | ||
|
||
Package: dvc | ||
Architecture: all | ||
Depends: ${misc:Depends}, ${python3:Depends}, python3-flufl.lock (>=3.2) | ||
Recommends: python3-arrow (=0.14.0), | ||
python3-paramiko (>=2.5.0), | ||
python3-gssapi (>= 2.5.0), | ||
python3-boto3 (>=1.9.86), | ||
python3-pydrive (=1.3.1), | ||
python3-azure-storage-blob (=12.1.0), | ||
python3-oss2 (=2.6.1), | ||
python3-google-cloud-storage (=1.19.0) | ||
Description: Git for data scientists - manage your code and data together | ||
Data Version Control or DVC is an open-source tool for data science and machine learning projects. | ||
. | ||
Key features: | ||
. | ||
1. Simple command line Git-like experience. Does not require installing and maintaining any databases. Does not depend on any proprietary online services. | ||
. | ||
2. Management and versioning of datasets and machine learning models. Data is saved in S3, Google cloud, Azure, Alibaba cloud, SSH server, HDFS, or even local HDD RAID. | ||
. | ||
3. Makes projects reproducible and shareable; helping to answer questions about how a model was built. | ||
. | ||
4. Helps manage experiments with Git tags/branches and metrics tracking. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ | ||
Upstream-Name: DVC | ||
Upstream-Contact: Dmitry Petrov <[email protected]> | ||
Source: https://github.com/iterative/dvc | ||
|
||
Files: * | ||
Copyright: Dmitry Petrov <[email protected]> | ||
License: Apache 2.0 | ||
On Debian systems, the full text of the Apache 2.0 | ||
License can be found in the file | ||
`/usr/share/common-licenses/Apache-2.0`. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
#!/usr/bin/make -f | ||
|
||
export PYBUILD_NAME=dvc | ||
%: | ||
dh $@ --with python3 --buildsystem=pybuild | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
3.0 (native) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
# please also check http://pypi.debian.net/dvc/watch | ||
version=3 | ||
opts=uversionmangle=s/(rc|a|b|c)/~$1/ \ | ||
http://pypi.debian.net/dvc/dvc-(.+)\.(?:zip|tgz|tbz|txz|(?:tar\.(?:gz|bz2|xz))) |