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