blob: 2ed884a8e4aa7f87a6dcef0bb1a7a9693d09c6ee (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<maintainer type="project">
<email>dev@liguros.net</email>
<name>Development</name>
</maintainer>
<use>
<flag name="boto">Build with boto3</flag>
<flag name="ibl">Build with numpy</flag>
</use>
<upstream>
<remote-id type="github">scrapy/scrapy</remote-id>
</upstream>
<origin>ports</origin>
</pkgmetadata>
|