Gentoo Archives: gentoo-commits

From: Arthur Zamarin <arthurzam@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/proj/guru:master commit in: dev-python/yara-python/files/, dev-python/yara-python/
Date: Mon, 07 Feb 2022 20:40:41
Message-Id: 1644266212.6bb40cf9004666894bcfefe60f2bd6ce79e1a5e1.arthurzam@gentoo
1 commit: 6bb40cf9004666894bcfefe60f2bd6ce79e1a5e1
2 Author: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
3 AuthorDate: Mon Feb 7 20:36:52 2022 +0000
4 Commit: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
5 CommitDate: Mon Feb 7 20:36:52 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=6bb40cf9
7
8 dev-python/yara-python: treeclean (moved to ::gentoo)
9
10 Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>
11
12 dev-python/yara-python/Manifest | 2 --
13 .../files/yara-python-4.1.0-system-libyara.patch | 10 -------
14 dev-python/yara-python/metadata.xml | 14 ---------
15 dev-python/yara-python/yara-python-4.1.0.ebuild | 35 ----------------------
16 dev-python/yara-python/yara-python-4.1.2.ebuild | 35 ----------------------
17 5 files changed, 96 deletions(-)
18
19 diff --git a/dev-python/yara-python/Manifest b/dev-python/yara-python/Manifest
20 deleted file mode 100644
21 index 7e45d9659..000000000
22 --- a/dev-python/yara-python/Manifest
23 +++ /dev/null
24 @@ -1,2 +0,0 @@
25 -DIST yara-python-4.1.0.tar.gz 33717 BLAKE2B f3ec4a90e6d00fa9bc6fe649ce0eb373ae2e3f5fb0c9290020abcb111be10608958ae45733e8200b7199cb43b14a52b2e3ebebf794ac1ab33006467014134b62 SHA512 8b9ce780b6639ab2ee5222adec888c7e0fb6be81c7c64a8b33b033de3f261f9707aa208b7a3a86749f6e86a83fe6d73941c816857faf6eb714399d1f50239b51
26 -DIST yara-python-4.1.2.tar.gz 33720 BLAKE2B 5d658b063785e5b45a5b8de123dfaf5f21b24ddc100f192fb5007949c225643c8a765031b40bdc09db3c341551d80251ab744fc4adf50ee3c39ba2b44388689d SHA512 8cc275d68d0418e5d7e92e76b1e0bef43e18de15956456c06545ea9be5124fa827eb38b3e781122c17425e0b11cde7137debd6b62160a2cc415e056bcb530102
27
28 diff --git a/dev-python/yara-python/files/yara-python-4.1.0-system-libyara.patch b/dev-python/yara-python/files/yara-python-4.1.0-system-libyara.patch
29 deleted file mode 100644
30 index dd2740073..000000000
31 --- a/dev-python/yara-python/files/yara-python-4.1.0-system-libyara.patch
32 +++ /dev/null
33 @@ -1,10 +0,0 @@
34 ---- a/setup.py
35 -+++ b/setup.py
36 -@@ -370,5 +370,6 @@
37 - 'update': UpdateCommand},
38 - ext_modules=[Extension(
39 - name='yara',
40 -- include_dirs=['yara/libyara/include', 'yara/libyara/', '.'],
41 -+ include_dirs=['/usr/include', 'yara/libyara/include', 'yara/libyara/', '.'],
42 -+ libraries=['yara'],
43 - sources=['yara-python.c'])])
44
45 diff --git a/dev-python/yara-python/metadata.xml b/dev-python/yara-python/metadata.xml
46 deleted file mode 100644
47 index 979fdba1a..000000000
48 --- a/dev-python/yara-python/metadata.xml
49 +++ /dev/null
50 @@ -1,14 +0,0 @@
51 -<?xml version="1.0" encoding="UTF-8"?>
52 -<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
53 -<pkgmetadata>
54 - <maintainer type="person">
55 - <description>co-maintainers welcome</description>
56 - <email>lssndrbarbieri@×××××.com</email>
57 - <name>Alessandro Barbieri</name>
58 - </maintainer>
59 - <upstream>
60 - <bugs-to>https://github.com/VirusTotal/yara-python/issues</bugs-to>
61 - <remote-id type="github">VirusTotal/yara-python</remote-id>
62 - <remote-id type="pypi">yara-python</remote-id>
63 - </upstream>
64 -</pkgmetadata>
65
66 diff --git a/dev-python/yara-python/yara-python-4.1.0.ebuild b/dev-python/yara-python/yara-python-4.1.0.ebuild
67 deleted file mode 100644
68 index 32a20b842..000000000
69 --- a/dev-python/yara-python/yara-python-4.1.0.ebuild
70 +++ /dev/null
71 @@ -1,35 +0,0 @@
72 -# Copyright 1999-2021 Gentoo Authors
73 -# Distributed under the terms of the GNU General Public License v2
74 -
75 -EAPI=8
76 -
77 -#with pypy3 undefined symbol: PyDescr_NewGetSet
78 -PYTHON_COMPAT=( python3_{8..10} )
79 -
80 -inherit distutils-r1
81 -
82 -DESCRIPTION="Python interface for a malware identification and classification tool"
83 -HOMEPAGE="https://github.com/VirusTotal/yara-python"
84 -SRC_URI="https://github.com/virustotal/yara-python/archive/v${PV}.tar.gz -> ${P}.tar.gz"
85 -
86 -LICENSE="Apache-2.0"
87 -SLOT="0"
88 -KEYWORDS="~amd64"
89 -
90 -RDEPEND="
91 - ${PYTHON_DEPS}
92 - =app-forensics/yara-$(ver_cut 1-2)*
93 -"
94 -DEPEND="${RDEPEND}"
95 -
96 -PATCHES=( "${FILESDIR}/${P}-system-libyara.patch" )
97 -
98 -distutils_enable_tests setup.py
99 -
100 -compile_python() {
101 - distutils-r1_python_compile --dynamic-linking
102 -}
103 -
104 -src_compile() {
105 - python_foreach_impl compile_python
106 -}
107
108 diff --git a/dev-python/yara-python/yara-python-4.1.2.ebuild b/dev-python/yara-python/yara-python-4.1.2.ebuild
109 deleted file mode 100644
110 index dbf666a0c..000000000
111 --- a/dev-python/yara-python/yara-python-4.1.2.ebuild
112 +++ /dev/null
113 @@ -1,35 +0,0 @@
114 -# Copyright 1999-2021 Gentoo Authors
115 -# Distributed under the terms of the GNU General Public License v2
116 -
117 -EAPI=8
118 -
119 -#with pypy3 undefined symbol: PyDescr_NewGetSet
120 -PYTHON_COMPAT=( python3_{8..10} )
121 -
122 -inherit distutils-r1
123 -
124 -DESCRIPTION="Python interface for a malware identification and classification tool"
125 -HOMEPAGE="https://github.com/VirusTotal/yara-python"
126 -SRC_URI="https://github.com/virustotal/yara-python/archive/v${PV}.tar.gz -> ${P}.tar.gz"
127 -
128 -LICENSE="Apache-2.0"
129 -SLOT="0"
130 -KEYWORDS="~amd64"
131 -
132 -RDEPEND="
133 - ${PYTHON_DEPS}
134 - =app-forensics/yara-$(ver_cut 1-2)*
135 -"
136 -DEPEND="${RDEPEND}"
137 -
138 -PATCHES=( "${FILESDIR}/${PN}-4.1.0-system-libyara.patch" )
139 -
140 -distutils_enable_tests setup.py
141 -
142 -compile_python() {
143 - distutils-r1_python_compile --dynamic-linking
144 -}
145 -
146 -src_compile() {
147 - python_foreach_impl compile_python
148 -}