Репозиторий Sisyphus
Последнее обновление: 1 октября 2023 | Пакетов: 18631 | Посещений: 37570041
en ru br
Репозитории ALT

Группа :: Работа с файлами
Пакет: hdu

 Главная   Изменения   Спек   Патчи   Sources   Загрузить   Gear   Bugs and FR  Repocop 

Патч: hdu-0.2.3.9-alt.patch
Скачать


 .gear/hdu.spec  | 40 ++++++++++++++++++++++++++++++++++++++++
 .gear/rules     |  3 +++
 .gear/tags/list |  1 +
 .gitignore      |  1 -
 .pypirc         |  7 +++++++
 5 files changed, 51 insertions(+), 1 deletion(-)
diff --git a/.gear/hdu.spec b/.gear/hdu.spec
new file mode 100644
index 0000000..30d7204
--- /dev/null
+++ b/.gear/hdu.spec
@@ -0,0 +1,40 @@
+Name: hdu
+Version: 0.2.3.9
+Release: alt1
+Summary: Human-friendly summary of disk usage
+
+Group: File tools
+License: GPLv3+
+Url: https://bitbucket.org/norok2/hdu
+
+Source: %name-%version.tar
+Patch: %name-%version-alt.patch
+Packager: Evgenii Terechkov <evg@altlinux.org>
+
+BuildArch: noarch
+BuildRequires: python-module-setuptools python-module-setuptools_scm
+
+%description
+Human-friendly summary of disk usage.
+
+%prep
+%setup
+
+%build
+subst 's/version=None/version="%version"/' setup.py
+%python_build
+
+%install
+%python_install
+
+%files
+%_bindir/%name
+%python_sitelibdir/%{name}*
+%doc README
+
+%changelog
+* Sat Feb 13 2016 Terechkov Evgenii <evg@altlinux.org> 0.2.3.9-alt1
+- 0.2.3.9
+
+* Wed Feb 10 2016 Terechkov Evgenii <evg@altlinux.org> 0.2.2.5-alt1
+- Initial build for ALT Linux Sisyphus
diff --git a/.gear/rules b/.gear/rules
new file mode 100644
index 0000000..8e37118
--- /dev/null
+++ b/.gear/rules
@@ -0,0 +1,3 @@
+tar: @version@:. name=@name@-@version@
+diff: @version@:. . name=@name@-@version@-alt.patch
+spec: .gear/hdu.spec
diff --git a/.gear/tags/list b/.gear/tags/list
new file mode 100644
index 0000000..835d4be
--- /dev/null
+++ b/.gear/tags/list
@@ -0,0 +1 @@
+77549a595278263d6f2d47f4fdee194af194b679 0.2.3.9
diff --git a/.gitignore b/.gitignore
index 0f9511f..6915d87 100644
--- a/.gitignore
+++ b/.gitignore
@@ -30,7 +30,6 @@ var/
 #  Usually these files are written by a python script from a template
 #  before PyInstaller builds the exe, so as to inject date/other infos into it.
 *.manifest
-*.spec
 
 # Installer logs
 pip-log.txt
diff --git a/.pypirc b/.pypirc
new file mode 100644
index 0000000..8095f31
--- /dev/null
+++ b/.pypirc
@@ -0,0 +1,7 @@
+[distutils]
+index-servers=pypi
+
+[pypi]
+repository = https://pypi.python.org/pypi
+username = norok2
+password = luna6MERDA
 
дизайн и разработка: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
текущий майнтейнер: Michael Shigorin