[Python-modules-commits] [python-attrs] 03/03: Initial upload (closes: #815387).

Tristan Seligmann mithrandi at moszumanska.debian.org
Sun Feb 21 07:03:47 UTC 2016


This is an automated email from the git hooks/post-receive script.

mithrandi pushed a commit to branch master
in repository python-attrs.

commit 14f1a93f7350fbfa1539bee7ca841a9e72a2911e
Author: Tristan Seligmann <mithrandi at mithrandi.net>
Date:   Sun Feb 21 08:26:30 2016 +0200

    Initial upload (closes: #815387).
---
 debian/.git-dpm             |  3 ++
 debian/changelog            |  5 +++
 debian/compat               |  1 +
 debian/control              | 95 +++++++++++++++++++++++++++++++++++++++++++++
 debian/copyright            | 33 ++++++++++++++++
 debian/python-attr-doc.docs |  2 +
 debian/rules                | 14 +++++++
 debian/watch                |  4 ++
 8 files changed, 157 insertions(+)

diff --git a/debian/.git-dpm b/debian/.git-dpm
index 3b74f3f..50e16fa 100644
--- a/debian/.git-dpm
+++ b/debian/.git-dpm
@@ -6,3 +6,6 @@
 python-attrs_15.2.0.orig.tar.gz
 a5eb9abd8eb514e9b2427f916e974354dfeb8694
 33849
+debianTag="debian/%e%v"
+patchedTag="patched/%e%v"
+upstreamTag="upstream/%e%u"
diff --git a/debian/changelog b/debian/changelog
new file mode 100644
index 0000000..16afbdc
--- /dev/null
+++ b/debian/changelog
@@ -0,0 +1,5 @@
+python-attrs (15.2.0-1) unstable; urgency=low
+
+  * Initial upload (closes: #815387).
+
+ -- Tristan Seligmann <mithrandi at debian.org>  Sun, 21 Feb 2016 08:22:06 +0200
diff --git a/debian/compat b/debian/compat
new file mode 100644
index 0000000..ec63514
--- /dev/null
+++ b/debian/compat
@@ -0,0 +1 @@
+9
diff --git a/debian/control b/debian/control
new file mode 100644
index 0000000..49d2bcb
--- /dev/null
+++ b/debian/control
@@ -0,0 +1,95 @@
+Source: python-attrs
+Section: python
+Priority: optional
+Maintainer: Tristan Seligmann <mithrandi at debian.org>
+Build-Depends:
+ debhelper (>= 9),
+ dh-python,
+ pypy,
+ pypy-setuptools,
+ python-all,
+ python-pytest,
+ python-setuptools,
+ python-sphinx-rtd-theme,
+ python-zope.interface,
+ python3-all,
+ python3-pytest,
+ python3-setuptools,
+ python3-sphinx,
+ python3-zope.interface,
+Standards-Version: 3.9.7
+Homepage: https://attrs.readthedocs.org/
+Vcs-Git: https://anonscm.debian.org/git/python-modules/packages/python-attrs.git
+Vcs-Browser: https://anonscm.debian.org/cgit/python-modules/packages/python-attrs.git
+
+Package: python-attr
+Architecture: all
+Depends: ${misc:Depends}, ${python:Depends}
+Recommends: ${python:Recommends}
+Suggests: ${python:Suggests}
+Description: Attributes without boilerplate (Python 2)
+ attrs is an MIT-licensed Python package with class decorators that ease the
+ chores of implementing the most common attribute-related object protocols.
+ .
+ You just specify the attributes to work with and attrs gives you:
+   - a nice human-readable __repr__,
+   - a complete set of comparison methods,
+   - an initializer,
+   - and much more
+ without writing dull boilerplate code again and again.
+ .
+ This package contains attrs packged for Python 2.
+
+Package: python3-attr
+Architecture: all
+Depends: ${misc:Depends}, ${python3:Depends}
+Recommends: ${python3:Recommends}
+Suggests: ${python3:Suggests}
+Description: Attributes without boilerplate (Python 3)
+ attrs is an MIT-licensed Python package with class decorators that ease the
+ chores of implementing the most common attribute-related object protocols.
+ .
+ You just specify the attributes to work with and attrs gives you:
+   - a nice human-readable __repr__,
+   - a complete set of comparison methods,
+   - an initializer,
+   - and much more
+ without writing dull boilerplate code again and again.
+ .
+ This package contains attrs packged for Python 3.
+
+Package: pypy-attr
+Architecture: all
+Depends: ${misc:Depends}, ${pypy:Depends}
+Recommends: ${pypy:Recommends}
+Suggests: ${pypy:Suggests}
+Description: Attributes without boilerplate (PyPy)
+ attrs is an MIT-licensed Python package with class decorators that ease the
+ chores of implementing the most common attribute-related object protocols.
+ .
+ You just specify the attributes to work with and attrs gives you:
+   - a nice human-readable __repr__,
+   - a complete set of comparison methods,
+   - an initializer,
+   - and much more
+ without writing dull boilerplate code again and again.
+ .
+ This package contains attrs packged for PyPy.
+
+Package: python-attr-doc
+Section: doc
+Architecture: all
+Priority: extra
+Depends: ${misc:Depends}, ${sphinxdoc:Depends}
+Description: documentation for the attrs Python library
+ attrs is an MIT-licensed Python package with class decorators that ease the
+ chores of implementing the most common attribute-related object protocols.
+ .
+ You just specify the attributes to work with and attrs gives you:
+   - a nice human-readable __repr__,
+   - a complete set of comparison methods,
+   - an initializer,
+   - and much more
+ without writing dull boilerplate code again and again.
+ .
+ This package provides documentation for attrs.
diff --git a/debian/copyright b/debian/copyright
new file mode 100644
index 0000000..4cf99ee
--- /dev/null
+++ b/debian/copyright
@@ -0,0 +1,33 @@
+Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
+Upstream-Name: attrs
+Upstream-Contact: Hynek Schlawack <hs at ox.cx>
+Source: https://attrs.readthedocs.org/
+
+Files: *
+Copyright: 2015 Hynek Schlawack
+License: Expat
+
+Files: debian/*
+Copyright: 2015 Tristan Seligmann <mithrandi at debian.org>
+License: Expat
+
+License: Expat
+ The MIT License (MIT)
+ .
+ Permission is hereby granted, free of charge, to any person obtaining a copy
+ of this software and associated documentation files (the "Software"), to deal
+ in the Software without restriction, including without limitation the rights
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
+ copies of the Software, and to permit persons to whom the Software is
+ furnished to do so, subject to the following conditions:
+ .
+ The above copyright notice and this permission notice shall be included in all
+ copies or substantial portions of the Software.
+ .
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
+ SOFTWARE.
diff --git a/debian/python-attr-doc.docs b/debian/python-attr-doc.docs
new file mode 100644
index 0000000..1618a62
--- /dev/null
+++ b/debian/python-attr-doc.docs
@@ -0,0 +1,2 @@
+.pybuild/docs/*
+README.rst
diff --git a/debian/rules b/debian/rules
new file mode 100755
index 0000000..7a7d66c
--- /dev/null
+++ b/debian/rules
@@ -0,0 +1,14 @@
+#! /usr/bin/make -f
+
+export PYBUILD_NAME=attr
+export PYBUILD_DISABLE=test/pypy
+
+%:
+	dh $@ --with python2,python3,pypy,sphinxdoc --buildsystem=pybuild
+
+override_dh_auto_build:
+	dh_auto_build
+	PYTHONPATH=. \
+	   http_proxy='127.0.0.1:9' \
+	   https_proxy='127.0.0.1:9' \
+	   sphinx-build -N -b html docs/ $(CURDIR)/.pybuild/docs/html/
diff --git a/debian/watch b/debian/watch
new file mode 100644
index 0000000..2577bf6
--- /dev/null
+++ b/debian/watch
@@ -0,0 +1,4 @@
+# try also https://pypi.debian.net/attrs/watch
+version=3
+opts=uversionmangle=s/(rc|a|b|c)/~$1/ \
+https://pypi.debian.net/attrs/attrs-(.+)\.(?:zip|tgz|tbz|txz|(?:tar\.(?:gz|bz2|xz)))

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/python-modules/packages/python-attrs.git



More information about the Python-modules-commits mailing list