Gentoo Archives: gentoo-commits

From: William Hubbs <williamh@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: www-apps/netbox/
Date: Tue, 10 Mar 2020 17:00:42
Message-Id: 1583859606.7ccbd128aec124d1d09fef9a72f5c5f3ffea1dd3.williamh@gentoo
1 commit: 7ccbd128aec124d1d09fef9a72f5c5f3ffea1dd3
2 Author: William Hubbs <william.hubbs <AT> sony <DOT> com>
3 AuthorDate: Tue Mar 10 16:58:01 2020 +0000
4 Commit: William Hubbs <williamh <AT> gentoo <DOT> org>
5 CommitDate: Tue Mar 10 17:00:06 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7ccbd128
7
8 www-netbox: 2.7.8 bump
9
10 Signed-off-by: William Hubbs <williamh <AT> gentoo.org>
11
12 www-apps/netbox/Manifest | 1 +
13 www-apps/netbox/netbox-2.7.8.ebuild | 123 ++++++++++++++++++++++++++++++++++++
14 2 files changed, 124 insertions(+)
15
16 diff --git a/www-apps/netbox/Manifest b/www-apps/netbox/Manifest
17 index ea740a10b90..671b5fa4944 100644
18 --- a/www-apps/netbox/Manifest
19 +++ b/www-apps/netbox/Manifest
20 @@ -9,3 +9,4 @@ DIST netbox-2.6.7.tar.gz 2416096 BLAKE2B 9c9744b60c3999fa7c3336539937cc20eebac67
21 DIST netbox-2.6.8.tar.gz 2416523 BLAKE2B 1624415302696f47f799f8bd42b827bfdac7866e750ad71cca84a3c095aa39e403036d82257c864f0e4ecc1725087cc1253c73fa26928915e2c53213c3a3852a SHA512 12a094434c66f954cdd356a41123d5e6c2df8ba9aa846731ee439fd0bf330a003ca4b96c8889aef7be2e551c1d518e96c83182168049a76e9cf4ca3104533280
22 DIST netbox-2.7.2.tar.gz 4936914 BLAKE2B 905e2667d0637d2edb655efcba1d697eacb097ddd67c8e4586ee2a3ce5a81e4fe98a71f574ae5c732190e03e42fd4cab2f781a30622e79d5e9ea4db7c86de263 SHA512 87753ce955e296d9605e44d5f0df58c14876ca8feda3245dee166fba8a51cbfda7def8da39663570cd0e7c9195cc163d9e877b59027ea1161c7eec33702a3ea4
23 DIST netbox-2.7.6.tar.gz 4949672 BLAKE2B 1847e5a05493f55ca777737c11b4751bc63183d693f742c7f9b9e5d6a498fe786a60619d40394473488881e6ef922a343cacd796126b8c618158eea9ab26216d SHA512 065e9c4338fb876ac626f5dec5c98ba2ee798b2fd6d4d8a8d4e57fff4072c649e51a1db633c2718be9ca10b362e7ead9b70655fa77ae6da9f01706e60135e306
24 +DIST netbox-2.7.8.tar.gz 5587481 BLAKE2B 9b524ca7acc1d650402a72aa65f75d7205cf29a3a5cfa9256ff47d12f240fc38903a6db76b8cee2b923947f6e31b124ba0bfdfbf4385fb6fd027634b3b8ba675 SHA512 cce73b9bbd79725e4af01a9265c0a9f14a1ac708186123c1a90f267149157a0c174cd32d5e56875b5fdb55ef87b2ec668ec542b1d3a01256544065d6a0457b54
25
26 diff --git a/www-apps/netbox/netbox-2.7.8.ebuild b/www-apps/netbox/netbox-2.7.8.ebuild
27 new file mode 100644
28 index 00000000000..46d1a0314d0
29 --- /dev/null
30 +++ b/www-apps/netbox/netbox-2.7.8.ebuild
31 @@ -0,0 +1,123 @@
32 +# Copyright 1999-2020 Gentoo Authors
33 +# Distributed under the terms of the GNU General Public License v2
34 +
35 +EAPI=7
36 +PYTHON_COMPAT=( python3_6 python3_7 )
37 +inherit python-single-r1 readme.gentoo-r1
38 +
39 +DESCRIPTION="IP address and data center infrastructure management tool"
40 +HOMEPAGE="https://github.com/netbox-community/netbox"
41 +SRC_URI="https://github.com/netbox-community/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
42 +
43 +LICENSE="Apache-2.0"
44 +SLOT="0"
45 +KEYWORDS="~amd64"
46 +IUSE="ldap"
47 +REQUIRED_USE=${PYTHON_REQUIRED_USE}
48 +
49 +RDEPEND="
50 + acct-group/netbox
51 + acct-user/netbox
52 + ${PYTHON_DEPS}
53 + $(python_gen_cond_dep '
54 + >=dev-python/django-2.2[${PYTHON_MULTI_USEDEP}]
55 + >=dev-python/django-cacheops-4.2[${PYTHON_MULTI_USEDEP}]
56 + >=dev-python/django-cors-headers-3.2.1[${PYTHON_MULTI_USEDEP}]
57 + >=dev-python/django-debug-toolbar-2.1[${PYTHON_MULTI_USEDEP}]
58 + >=dev-python/django-filter-2.2.0[${PYTHON_MULTI_USEDEP}]
59 + >=dev-python/django-mptt-0.9.1[${PYTHON_MULTI_USEDEP}]
60 + >=dev-python/django-pglocks-1.0.4[${PYTHON_MULTI_USEDEP}]
61 + >=dev-python/django-prometheus-1.1.0[${PYTHON_MULTI_USEDEP}]
62 + >=dev-python/django-rq-2.2.0[${PYTHON_MULTI_USEDEP}]
63 + >=dev-python/django-tables2-2.2.1[${PYTHON_MULTI_USEDEP}]
64 + >=dev-python/django-taggit-1.2.0[${PYTHON_MULTI_USEDEP}]
65 + >=dev-python/django-taggit-serializer-0.1.7[${PYTHON_MULTI_USEDEP}]
66 + >=dev-python/django-timezone-field-4.0[${PYTHON_MULTI_USEDEP}]
67 + >=dev-python/djangorestframework-3.10.3[${PYTHON_MULTI_USEDEP}]
68 + >=dev-python/drf-yasg-1.17.0[${PYTHON_MULTI_USEDEP},validation]
69 + >=dev-python/jinja-2.10.3[${PYTHON_MULTI_USEDEP}]
70 + >=dev-python/markdown-2.6.11[${PYTHON_MULTI_USEDEP}]
71 + <dev-python/markdown-3.0.1[${PYTHON_MULTI_USEDEP}]
72 + >=dev-python/netaddr-0.7.19[${PYTHON_MULTI_USEDEP}]
73 + >=dev-python/pillow-7.0.0[${PYTHON_MULTI_USEDEP}]
74 + >=dev-python/psycopg-2.8.4[${PYTHON_MULTI_USEDEP}]
75 + >=dev-python/py-gfm-0.1.4[${PYTHON_MULTI_USEDEP}]
76 + >=dev-python/pycryptodome-3.9.4[${PYTHON_MULTI_USEDEP}]
77 + >=dev-python/pyyaml-5.3[${PYTHON_MULTI_USEDEP}]
78 + >=dev-python/redis-py-3.3.11[${PYTHON_MULTI_USEDEP}]
79 + www-servers/gunicorn[${PYTHON_MULTI_USEDEP}]
80 + ldap? ( >=dev-python/django-auth-ldap-1.7[${PYTHON_MULTI_USEDEP}] )
81 + ')"
82 +DEPEND="${RDEPEND}"
83 +
84 +PATCHES=(
85 + "${FILESDIR}"/${PN}-2.6.7-no-pip.patch
86 + )
87 +
88 +DISABLE_AUTOFORMATTING=YES
89 +DOC_CONTENTS="
90 +netbox is installed on your system. However, there are some manual steps
91 +you need to complete from the installation guide [1].
92 +
93 +On Gentoo, the configuration files you need to edit are located in
94 +/etc/netbox, not /opt/netbox as shown in the installation guide.
95 +
96 +If this is a new installation, please follow the installation guide
97 +other than this difference. Also, if you need ldap, set the appropriate
98 +use flag when emerging netbox to install the dependency for it.
99 +
100 +Once that is done, you should be able to add the netbox service to the
101 +default runlevel and start it.
102 +
103 +If you want to use webhooks, you should also add the netbox-rqworker
104 +service to the default runlevel and start it.
105 +
106 +If this is an upgrade, follow these instructions:
107 +
108 +Stop the netbox service. If the netbox-rqworker service is running,
109 +stop it as well.
110 +
111 +Next, run the upgrade script as described in the upgrading guide[2].
112 +
113 +Next, check for new configuration options and set them as appropriate
114 +for your system.
115 +
116 +Next, start the netbox service.
117 +
118 +Finally, if you are using webhooks, start the netbox-rqworker service.
119 +
120 +[1] https://netbox.readthedocs.io/en/stable/installation/
121 +[2] https://netbox.readthedocs.io/en/stable/installation/upgrading/
122 +"
123 +
124 +src_install() {
125 + dodir /opt
126 + cp -a ../${P} "${ED}"/opt
127 + dosym ${P} /opt/netbox
128 +dosym ../../etc/netbox/gunicorn_config.py /opt/netbox/gunicorn_config.py
129 + dosym ../../../../etc/netbox/configuration.py \
130 + /opt/netbox/netbox/netbox/configuration.py
131 + dodir /etc/netbox
132 + insinto /etc/netbox
133 + newins netbox/netbox/configuration.example.py configuration.py
134 + doins "${FILESDIR}"/gunicorn_config.py
135 + fowners -R netbox:netbox /etc/netbox /opt/${P}
136 + fowners -h netbox:netbox /opt/netbox
137 + fperms o= /etc/netbox/configuration.py /etc/netbox/gunicorn_config.py
138 + newinitd "${FILESDIR}"/${PN}.initd ${PN}
139 + newinitd "${FILESDIR}"/${PN}-rqworker.initd ${PN}-rqworker
140 + keepdir /var/log/netbox
141 + fowners -R netbox:netbox /var/log/netbox
142 + readme.gentoo_create_doc
143 +}
144 +
145 +pkg_postinst() {
146 + readme.gentoo_print_elog
147 + local r
148 + for r in $REPLACING_VERSIONS; do
149 + if [[ $r = "2.5.10" ]]; then
150 + ewarn "The home directory of the netbox user is now /var/lib/netbox"
151 + ewarn "Please adjust your system."
152 + fi
153 + done
154 +}