public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] proj/catalyst:wip/mattst88 commit in: catalyst/base/, catalyst/targets/, /
@ 2020-10-30  0:52 Matt Turner
  0 siblings, 0 replies; only message in thread
From: Matt Turner @ 2020-10-30  0:52 UTC (permalink / raw
  To: gentoo-commits

commit:     d8e3b697d02d170179a87de66a46130c66ccb3b6
Author:     Matt Turner <mattst88 <AT> gentoo <DOT> org>
AuthorDate: Fri Oct 30 00:31:10 2020 +0000
Commit:     Matt Turner <mattst88 <AT> gentoo <DOT> org>
CommitDate: Fri Oct 30 00:52:39 2020 +0000
URL:        https://gitweb.gentoo.org/proj/catalyst.git/commit/?id=d8e3b697

wip

Signed-off-by: Matt Turner <mattst88 <AT> gentoo.org>

 catalyst/base/__init__.py    |  0
 catalyst/targets/__init__.py |  0
 setup.py                     | 19 +++++--------------
 3 files changed, 5 insertions(+), 14 deletions(-)

diff --git a/catalyst/base/__init__.py b/catalyst/base/__init__.py
deleted file mode 100644
index e69de29b..00000000

diff --git a/catalyst/targets/__init__.py b/catalyst/targets/__init__.py
deleted file mode 100644
index e69de29b..00000000

diff --git a/setup.py b/setup.py
index d807ea02..d2fc3781 100755
--- a/setup.py
+++ b/setup.py
@@ -1,18 +1,9 @@
 #!/usr/bin/env python
 
-from glob import glob
-
 from ppsetuptools import setup
 
-data_files = [
-    ('/etc/catalyst', ['etc/catalyst.conf', 'etc/catalystrc']),
-    ('/usr/share/man/man1', ['files/catalyst.1']),
-    ('/usr/share/man/man5',
-     ['files/catalyst-config.5', 'files/catalyst-spec.5']
-    ),
-    ('share/catalyst/arch', glob('arch/*')),
-    ('share/catalyst/livecd', glob('livecd/**/*', recursive=True)),
-    ('share/catalyst/targets', glob('targets/**', recursive=True)),
-]
-
-setup(data_files=data_files)
+setup(
+    packages=[
+        'catalyst', 'catalyst/base', 'catalyst/targets'
+    ],
+)


^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2020-10-30  0:52 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-10-30  0:52 [gentoo-commits] proj/catalyst:wip/mattst88 commit in: catalyst/base/, catalyst/targets/, / Matt Turner

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox