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, 28 Oct 2019 21:28:35
Message-Id: 1572298062.9ed02483a8c3b0c1ada7b332bb81fb300e77b532.williamh@gentoo
1 commit: 9ed02483a8c3b0c1ada7b332bb81fb300e77b532
2 Author: William Hubbs <william.hubbs <AT> sony <DOT> com>
3 AuthorDate: Mon Oct 28 21:26:52 2019 +0000
4 Commit: William Hubbs <williamh <AT> gentoo <DOT> org>
5 CommitDate: Mon Oct 28 21:27:42 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9ed02483
7
8 www-apps/netbox: 2.6.6 bump
9
10 Copyright: Sony Interactive Entertainment Inc.
11 Package-Manager: Portage-2.3.76, Repoman-2.3.16
12 Signed-off-by: William Hubbs <williamh <AT> gentoo.org>
13
14 www-apps/netbox/Manifest | 1 +
15 www-apps/netbox/netbox-2.6.6.ebuild | 124 ++++++++++++++++++++++++++++++++++++
16 2 files changed, 125 insertions(+)
17
18 diff --git a/www-apps/netbox/Manifest b/www-apps/netbox/Manifest
19 index e729fc8a4e8..b76f4454a5e 100644
20 --- a/www-apps/netbox/Manifest
21 +++ b/www-apps/netbox/Manifest
22 @@ -3,3 +3,4 @@ DIST netbox-2.5.12.tar.gz 2364874 BLAKE2B efe1360fd7c1105e5c6010ee22a882fb4fc796
23 DIST netbox-2.6.1.tar.gz 2393902 BLAKE2B 027115458cbb873cb7aa7660a6cd1df46a7768dc05c9280f94c23368336752034b8ede591ed4337f6b65ade1db7fac740533c3c2d932043172cf296ddd2e3f8a SHA512 8cfe4384ed4ad682ff5268e83d72716230683e86e858c857fd694838227a8b3eddfe02c1fc39b00cb36b33519d8cbb942dd4008544943e8b8f7f2d5904c10e5a
24 DIST netbox-2.6.4.tar.gz 2408970 BLAKE2B 47fa3473e893e8443aace8b587df0065a3024a34f9509644deddce7c53e5ac8b3832df55604f3328d699f8f703ae15ad5b52312e1af8fcccabb7cd06377c8a09 SHA512 b137ec7f2d33bb7b48bcb38719ac9ea8cc31d7d38e33cedfb3279b8be2078c9a48ede10db1e4b4cab4a08c77e010060936e445cb6a1d2e6247bcc8d935cc9c3a
25 DIST netbox-2.6.5.tar.gz 2408180 BLAKE2B d119a1bf8256e0d6265eda7122a1d436ecb0e8e640acd12890d242c2c93768b21b5f8ebdbaecdfa31c0eaab0150edf52f08a1f424102fd940dd359bd8eafd4af SHA512 0b76e5bc3f56effbf7493680d10d549caf36e7769e21a2c24449cbe329379369f3428354c228d0cbbbc153dc62efb5c0e56c4a0d71c99f3267acd2446f48fb8a
26 +DIST netbox-2.6.6.tar.gz 2414895 BLAKE2B b27e1bd5bf810627a4ec563b2eb5dbd7c86bf3d98e52555e511ee16492fd96a6cb7604dce8f5954120ab8b3a48d6acf7878721005bcfd2bd9e3880294dfbcd4d SHA512 9b44442cea1f76cdecb37faee8fe32012b869ff63c1b0bc678d2bb8624851941e9296854a9d85abea24e49a75fd5b31b968e4adbd56e5bc03a1c9f28fc8b846e
27
28 diff --git a/www-apps/netbox/netbox-2.6.6.ebuild b/www-apps/netbox/netbox-2.6.6.ebuild
29 new file mode 100644
30 index 00000000000..4416e86bdee
31 --- /dev/null
32 +++ b/www-apps/netbox/netbox-2.6.6.ebuild
33 @@ -0,0 +1,124 @@
34 +# Copyright 1999-2019 Gentoo Authors
35 +# Distributed under the terms of the GNU General Public License v2
36 +
37 +EAPI=7
38 +PYTHON_COMPAT=( python3_6 )
39 +inherit python-single-r1 user readme.gentoo-r1
40 +
41 +DESCRIPTION="IP address and data center infrastructure management tool"
42 +HOMEPAGE="https://github.com/netbox-community/netbox"
43 +SRC_URI="https://github.com/netbox-community/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
44 +
45 +LICENSE="Apache-2.0"
46 +SLOT="0"
47 +KEYWORDS="~amd64"
48 +IUSE="ldap webhooks"
49 +REQUIRED_USE=${PYTHON_REQUIRED_USE}
50 +
51 +RDEPEND="
52 + ${PYTHON_DEPS}
53 + >=dev-python/django-2.2[${PYTHON_USEDEP}]
54 + >=dev-python/django-cacheops-4.1[${PYTHON_USEDEP}]
55 + >=dev-python/django-cors-headers-3.0.2[${PYTHON_USEDEP}]
56 + >=dev-python/django-debug-toolbar-2.0[${PYTHON_USEDEP}]
57 + >=dev-python/django-filter-2.1.0[${PYTHON_USEDEP}]
58 + >=dev-python/django-mptt-0.9.1[${PYTHON_USEDEP}]
59 + >=dev-python/django-prometheus-1.0.15[${PYTHON_USEDEP}]
60 + >=dev-python/django-tables2-2.0.6[${PYTHON_USEDEP}]
61 + >=dev-python/django-taggit-1.1.0[${PYTHON_USEDEP}]
62 + >=dev-python/django-taggit-serializer-0.1.7[${PYTHON_USEDEP}]
63 + >=dev-python/django-timezone-field-3.0[${PYTHON_USEDEP}]
64 + >=dev-python/djangorestframework-3.9.4[${PYTHON_USEDEP}]
65 + >=dev-python/drf-yasg-1.16.0[${PYTHON_USEDEP},validation]
66 + >=dev-python/graphviz-0.10.1[${PYTHON_USEDEP}]
67 + >=dev-python/jinja-2.10.1[${PYTHON_USEDEP}]
68 + >=dev-python/markdown-2.6.11[${PYTHON_USEDEP}]
69 + <dev-python/markdown-3.0.1[${PYTHON_USEDEP}]
70 + >=dev-python/netaddr-0.7.19[${PYTHON_USEDEP}]
71 + >=dev-python/pillow-6.0.0[${PYTHON_USEDEP}]
72 + >=dev-python/psycopg-2.8.3[${PYTHON_USEDEP}]
73 + >=dev-python/py-gfm-0.1.4[${PYTHON_USEDEP}]
74 + >=dev-python/pycryptodome-3.8.2[${PYTHON_USEDEP}]
75 + www-servers/gunicorn[${PYTHON_USEDEP}]
76 + ldap? ( >=dev-python/django-auth-ldap-1.7[${PYTHON_USEDEP}] )
77 + webhooks? ( >=dev-python/django-rq-2.1.0[${PYTHON_USEDEP}] )"
78 +DEPEND="${RDEPEND}"
79 +
80 +PATCHES=(
81 + "${FILESDIR}"/${PN}-2.6.4-no-pip.patch
82 + )
83 +
84 +DISABLE_AUTOFORMATTING=YES
85 +DOC_CONTENTS="
86 +netbox is installed on your system. However, there are some manual steps
87 +you need to complete from the installation guide [1].
88 +
89 +On Gentoo, the configuration files you need to edit are located in
90 +/etc/netbox, not /opt/netbox as shown in the installation guide.
91 +
92 +If this is a new installation, please follow the installation guide
93 +other than this difference. Also, if you need ldap or webhooks, set the
94 +appropriate use flags when you emerge netbox to install the
95 +dependencies.
96 +
97 +Once that is done, you should be able to add the netbox service to the
98 +default runlevel and start it.
99 +
100 +If you have webhooks turned on, you should also add the netbox-rqworker
101 +service to the default runlevel and start it.
102 +
103 +If this is an upgrade, follow these instructions:
104 +
105 +Stop the netbox service. If the netbox-rqworker service is running,
106 +stop it as well.
107 +
108 +Next, run the upgrade script as described in the upgrading guide[2].
109 +
110 +Next, check for new configuration options and set them as appropriate
111 +for your system.
112 +
113 +Next, start the netbox service.
114 +
115 +Finally, if you are using webhooks, start the netbox-rqworker service.
116 +
117 +[1] https://netbox.readthedocs.io/en/stable/installation/
118 +[2] https://netbox.readthedocs.io/en/stable/installation/upgrading/
119 +"
120 +
121 +pkg_setup() {
122 + enewgroup ${PN}
123 + enewuser ${PN} -1 -1 /var/lib/${PN} ${PN}
124 +}
125 +
126 +src_install() {
127 + dodir /opt
128 + cp -a ../${P} "${ED}"/opt
129 + dosym ${P} /opt/netbox
130 +dosym ../../etc/netbox/gunicorn_config.py /opt/netbox/gunicorn_config.py
131 + dosym ../../../../etc/netbox/configuration.py \
132 + /opt/netbox/netbox/netbox/configuration.py
133 + dodir /etc/netbox
134 + insinto /etc/netbox
135 + newins netbox/netbox/configuration.example.py configuration.py
136 + doins "${FILESDIR}"/gunicorn_config.py
137 + fowners -R netbox:netbox /etc/netbox /opt/${P}
138 + fowners -h netbox:netbox /opt/netbox
139 + fperms o= /etc/netbox/configuration.py /etc/netbox/gunicorn_config.py
140 + newinitd "${FILESDIR}"/${PN}.initd ${PN}
141 + use webhooks &&
142 + newinitd "${FILESDIR}"/${PN}-rqworker.initd ${PN}-rqworker
143 + keepdir /var/log/netbox
144 + fowners -R netbox:netbox /var/log/netbox
145 + readme.gentoo_create_doc
146 +}
147 +
148 +pkg_postinst() {
149 + readme.gentoo_print_elog
150 + local r
151 + for r in $REPLACING_VERSIONS; do
152 + if [[ $r = "2.5.10" ]]; then
153 + ewarn "The home directory of the netbox user is now /var/lib/netbox"
154 + ewarn "Please adjust your system."
155 + fi
156 + done
157 +}