summaryrefslogtreecommitdiff
blob: 4c2a30b4e4c5dfe4edc8125a1a5f04c4ec347bbc (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
{'description': {'en': 'The Gentoo Science Overlay is intended as a place to '
                       'work\n'
                       '    outside of the main portage tree on experimental '
                       'ebuilds. Our aim is to\n'
                       '    increase the rate of development of scientific '
                       'packages for Gentoo, but\n'
                       '    ebuilds in this repository are by their very '
                       'nature more experimental. If\n'
                       '    you wish to use them you should be willing to help '
                       'test and report\n'
                       '    bugs. For contribution read '
                       'https://wiki.gentoo.org/wiki/Project:Science/Contributing\n'
                       '    '},
 'feed': ['https://cgit.gentoo.org/proj/sci.git/atom/',
          'https://github.com/gentoo-science/sci/commits/master.atom'],
 'homepage': 'https://wiki.gentoo.org/wiki/Project:Science',
 'name': 'science',
 'owner': [{'email': 'sci@gentoo.org', 'name': 'sci', 'type': 'project'}],
 'quality': 'experimental',
 'source': [{'type': 'git',
             'uri': 'https://anongit.gentoo.org/git/proj/sci.git'},
            {'type': 'git', 'uri': 'git://anongit.gentoo.org/proj/sci.git'},
            {'type': 'git', 'uri': 'git+ssh://git@git.gentoo.org/proj/sci.git'},
            {'type': 'git', 'uri': 'https://github.com/gentoo-science/sci.git'},
            {'type': 'git', 'uri': 'git://github.com/gentoo-science/sci.git'},
            {'type': 'git', 'uri': 'git@github.com:gentoo-science/sci.git'}],
 'status': 'official'}
$ pmaint sync science
warning: Pulling without specifying how to reconcile divergent branches is
discouraged. You can squelch this message by running one of the following
commands sometime before your next pull:

  git config pull.rebase false  # merge (the default strategy)
  git config pull.rebase true   # rebase
  git config pull.ff only       # fast-forward only

You can replace "git config" with "git config --global" to set a default
preference for all repositories. You can also pass --rebase, --no-rebase,
or --ff-only on the command line to override the configured default per
invocation.

From https://anongit.gentoo.org/git/proj/sci
   9fdef594e..929c72e2e  master     -> origin/master
Updating 9fdef594e..929c72e2e
Fast-forward
 dev-python/astropy-healpix/Manifest                |  1 +
 .../astropy-healpix/astropy-healpix-0.5.ebuild     | 36 +++++++++++
 dev-python/astropy-healpix/metadata.xml            |  8 +++
 dev-python/astroscrappy/Manifest                   |  1 +
 dev-python/astroscrappy/astroscrappy-1.0.8.ebuild  | 30 +++++++++
 dev-python/astroscrappy/metadata.xml               |  8 +++
 dev-python/ccdproc/Manifest                        |  1 +
 dev-python/ccdproc/ccdproc-2.1.0.ebuild            | 38 +++++++++++
 dev-python/ccdproc/ccdproc-9999.ebuild             | 58 -----------------
 dev-python/gammapy/Manifest                        |  1 +
 dev-python/gammapy/gammapy-0.18.2.ebuild           | 59 +++++++++++++++++
 dev-python/gammapy/gammapy-9999.ebuild             | 75 ----------------------
 dev-python/imageutils/Manifest                     |  1 +
 dev-python/imageutils/imageutils-0.3.8.ebuild      | 16 +++++
 dev-python/imageutils/imageutils-9999.ebuild       | 57 ----------------
 dev-python/regions/Manifest                        |  1 +
 dev-python/regions/metadata.xml                    | 16 +++++
 dev-python/regions/regions-0.4.ebuild              | 32 +++++++++
 dev-python/reproject/Manifest                      |  1 +
 dev-python/reproject/metadata.xml                  |  8 +++
 dev-python/reproject/reproject-0.7.1.ebuild        | 37 +++++++++++
 dev-python/xgboost/Manifest                        |  2 +-
 .../xgboost/files/xgboost-1.3.1-fix-install.patch  | 31 +++++++++
 dev-python/xgboost/xgboost-1.0.1.ebuild            | 26 --------
 dev-python/xgboost/xgboost-1.3.1.ebuild            | 25 ++++++++
 profiles/package.mask                              |  1 -
 26 files changed, 352 insertions(+), 218 deletions(-)
 create mode 100644 dev-python/astropy-healpix/Manifest
 create mode 100644 dev-python/astropy-healpix/astropy-healpix-0.5.ebuild
 create mode 100644 dev-python/astropy-healpix/metadata.xml
 create mode 100644 dev-python/astroscrappy/Manifest
 create mode 100644 dev-python/astroscrappy/astroscrappy-1.0.8.ebuild
 create mode 100644 dev-python/astroscrappy/metadata.xml
 create mode 100644 dev-python/ccdproc/Manifest
 create mode 100644 dev-python/ccdproc/ccdproc-2.1.0.ebuild
 delete mode 100644 dev-python/ccdproc/ccdproc-9999.ebuild
 create mode 100644 dev-python/gammapy/Manifest
 create mode 100644 dev-python/gammapy/gammapy-0.18.2.ebuild
 delete mode 100644 dev-python/gammapy/gammapy-9999.ebuild
 create mode 100644 dev-python/imageutils/Manifest
 create mode 100644 dev-python/imageutils/imageutils-0.3.8.ebuild
 delete mode 100644 dev-python/imageutils/imageutils-9999.ebuild
 create mode 100644 dev-python/regions/Manifest
 create mode 100644 dev-python/regions/metadata.xml
 create mode 100644 dev-python/regions/regions-0.4.ebuild
 create mode 100644 dev-python/reproject/Manifest
 create mode 100644 dev-python/reproject/metadata.xml
 create mode 100644 dev-python/reproject/reproject-0.7.1.ebuild
 create mode 100644 dev-python/xgboost/files/xgboost-1.3.1-fix-install.patch
 delete mode 100644 dev-python/xgboost/xgboost-1.0.1.ebuild
 create mode 100644 dev-python/xgboost/xgboost-1.3.1.ebuild
*** syncing science
*** synced science
 * Sync succeeded
$ git log --format=%ci -1
$ git show -q --pretty=format:%G? HEAD
$ pmaint regen --use-local-desc --pkg-desc-index -t 1 science
 * Cache regenerated successfully